Home
last modified time | relevance | path

Searched refs:LLVMGetLastInstruction (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py347 i = lib.LLVMGetLastInstruction(self)
573 library.LLVMGetLastInstruction.argtypes = [BasicBlock]
574 library.LLVMGetLastInstruction.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dcore.py347 i = lib.LLVMGetLastInstruction(self)
570 library.LLVMGetLastInstruction.argtypes = [BasicBlock]
571 library.LLVMGetLastInstruction.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Decho.cpp694 LLVMValueRef Last = LLVMGetLastInstruction(Src); in CloneBB()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp767 LLVMValueRef Last = LLVMGetLastInstruction(Src); in CloneBB()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h790 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/external/llvm/include/llvm-c/
DCore.h2433 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2659 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1557 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { in LLVMGetLastInstruction() function
/external/llvm/lib/IR/
DCore.cpp2106 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { in LLVMGetLastInstruction() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c3679 inst = LLVMGetLastInstruction(bb); in lp_build_sample_soa_func()
/external/llvm/bindings/go/llvm/
Dir.go1141 func (bb BasicBlock) LastInstruction() (v Value) { v.C = C.LLVMGetLastInstruction(bb.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1203 func (bb BasicBlock) LastInstruction() (v Value) { v.C = C.LLVMGetLastInstruction(bb.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2332 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { in LLVMGetLastInstruction() function