Home
last modified time | relevance | path

Searched refs:LLVMGetIntrinsicID (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h736 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h1972 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2218 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1012 return Val_bool(LLVMGetIntrinsicID(Fn)); in llvm_is_intrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1357 return Val_bool(LLVMGetIntrinsicID(Fn)); in llvm_is_intrinsic()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1274 return Val_bool(LLVMGetIntrinsicID(Fn)); in llvm_is_intrinsic()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1309 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn) { in LLVMGetIntrinsicID() function
/external/llvm/lib/IR/
DCore.cpp1803 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn) { in LLVMGetIntrinsicID() function
/external/llvm/bindings/go/llvm/
Dir.go1036 func (v Value) IntrinsicID() int { return int(C.LLVMGetIntrinsicID(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1085 func (v Value) IntrinsicID() int { return int(C.LLVMGetIntrinsicID(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2073 unsigned LLVMGetIntrinsicID(LLVMValueRef Fn) { in LLVMGetIntrinsicID() function