Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dattributes.c56 for (I = LLVMGetFirstInstruction(BB); I; I = LLVMGetNextInstruction(I)) { in llvm_test_callsite_attributes()
Dmodule.c97 isn = LLVMGetNextInstruction(isn)) { in llvm_module_list_functions()
Decho.cpp783 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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py407 i = lib.LLVMGetNextInstruction(self)
583 library.LLVMGetNextInstruction.argtypes = [Instruction]
584 library.LLVMGetNextInstruction.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dcore.py407 i = lib.LLVMGetNextInstruction(self)
580 library.LLVMGetNextInstruction.argtypes = [Instruction]
581 library.LLVMGetNextInstruction.restype = c_object_p
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c410 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h794 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/llvm/include/llvm-c/
DCore.h2486 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2712 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1749 inst = LLVMGetNextInstruction(inst); in ac_optimize_vs_outputs()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1565 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1204 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2340 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5952 next = LLVMGetNextInstruction(next); in si_count_scratch_private_memory()