Home
last modified time | relevance | path

Searched refs:LLVMGetInstructionParent (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c186 LLVMBasicBlockRef bb = LLVMGetInstructionParent(function_or_call); in lp_add_function_attr()
/external/llvm/tools/llvm-c-test/
Decho.cpp371 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp390 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h793 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2476 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2702 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1159 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
Dllvm.ml861 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml985 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1446 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml967 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1510 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1545 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
/external/llvm/lib/IR/
DCore.cpp2094 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
/external/llvm/bindings/go/llvm/
Dir.go1139 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1201 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2320 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function