Home
last modified time | relevance | path

Searched refs:LLVMGetNextInstruction (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/tools/llvm-c-test/
Dattributes.c59 for (I = LLVMGetFirstInstruction(BB); I; I = LLVMGetNextInstruction(I)) { in llvm_test_callsite_attributes()
Dmodule.c97 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
Decho.cpp907 Next = LLVMGetNextInstruction(Cur); in CloneBB()
/external/llvm/tools/llvm-c-test/
Dmodule.c98 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
Decho.cpp710 Next = LLVMGetNextInstruction(Cur); in CloneBB()
/external/llvm/bindings/python/llvm/
Dcore.py407 i = lib.LLVMGetNextInstruction(self)
580 library.LLVMGetNextInstruction.argtypes = [Instruction]
581 library.LLVMGetNextInstruction.restype = c_object_p
/external/llvm-project/llvm/bindings/python/llvm/
Dcore.py418 i = lib.LLVMGetNextInstruction(self)
594 library.LLVMGetNextInstruction.argtypes = [Instruction]
595 library.LLVMGetNextInstruction.restype = c_object_p
/external/mesa3d/src/amd/llvm/
Dac_llvm_util.c336 next = LLVMGetNextInstruction(next); in ac_count_scratch_private_memory()
Dac_llvm_build.c2848 inst = LLVMGetNextInstruction(inst); in ac_optimize_vs_outputs()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c410 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
/external/llvm/include/llvm-c/
DCore.h2486 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3140 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3103 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp2114 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
/external/llvm/bindings/go/llvm/
Dir.go1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1266 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
/external/llvm-project/llvm/lib/IR/
DCore.cpp2747 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2711 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function