astffi.llvm.0.1.2.source-code.jni_com_alibaba_fastffi_llvm_AtomicRMWInst_cxx_0x87334ce0.cc Maven / Gradle / Ivy
The newest version!
#include
#include
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/ADT/StringRef.h"
#ifdef __cplusplus
extern "C" {
#endif
// Common Stubs
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0__1elementSize_00024_00024_00024(JNIEnv*, jclass) {
return (jint)sizeof(llvm::AtomicRMWInst);
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetNameOriginal(JNIEnv*, jclass, jlong ptr, jlong rv_base) {
return reinterpret_cast(new((void*)rv_base) llvm::StringRef(reinterpret_cast(ptr)->getName()));
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetNumOperands(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getNumOperands());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetOpcode(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getOpcode());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetOperand(JNIEnv*, jclass, jlong ptr, jint arg0 /* index0 */) {
return reinterpret_cast(reinterpret_cast(ptr)->getOperand(arg0));
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetOperation(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getOperation());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetOrdering(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getOrdering());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetParent(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getParent());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetPointerOperand(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getPointerOperand());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetType(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getType());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetTypeOriginal(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getType());
}
JNIEXPORT
jlong JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetValOperand(JNIEnv*, jclass, jlong ptr) {
return reinterpret_cast(reinterpret_cast(ptr)->getValOperand());
}
JNIEXPORT
jint JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeGetValueID(JNIEnv*, jclass, jlong ptr) {
return (jint)(reinterpret_cast(ptr)->getValueID());
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeIsVolatile(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->isVolatile()) ? JNI_TRUE : JNI_FALSE;
}
JNIEXPORT
jboolean JNICALL Java_com_alibaba_fastffi_llvm_AtomicRMWInst_1cxx_10x87334ce0_nativeUseEmpty(JNIEnv*, jclass, jlong ptr) {
return (reinterpret_cast(ptr)->use_empty()) ? JNI_TRUE : JNI_FALSE;
}
#ifdef __cplusplus
}
#endif