Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c185 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/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp442 auto BB = DeclareBB(LLVMGetInstructionParent(Src)); in CloneValue()
/external/llvm/include/llvm-c/
DCore.h2476 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3130 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3093 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml985 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1446 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml981 external instr_parent : llvalue -> llbasicblock = "LLVMGetInstructionParent"
Dllvm_ocaml.c1536 LLVMGetInstructionParent) in DEFINE_ITERATORS() argument
/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/llvm-project/llvm/bindings/go/llvm/
Dir.go1261 func (v Value) InstructionParent() (bb BasicBlock) { bb.C = C.LLVMGetInstructionParent(v.C); return…
/external/llvm-project/llvm/lib/IR/
DCore.cpp2727 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2691 LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst) { in LLVMGetInstructionParent() function