Home
last modified time | relevance | path

Searched refs:LLVMGetFirstInstruction (Results 1 – 20 of 20) 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.c96 for (isn = LLVMGetFirstInstruction(bb); isn; in llvm_module_list_functions()
Decho.cpp766 LLVMValueRef First = LLVMGetFirstInstruction(Src); in CloneBB()
/external/llvm/tools/llvm-c-test/
Dmodule.c97 for (isn = LLVMGetFirstInstruction(bb); isn; in llvm_module_list_functions()
Decho.cpp693 LLVMValueRef First = LLVMGetFirstInstruction(Src); in CloneBB()
/external/llvm/bindings/python/llvm/
Dcore.py342 i = lib.LLVMGetFirstInstruction(self)
567 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]
568 library.LLVMGetFirstInstruction.restype = c_object_p
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py342 i = lib.LLVMGetFirstInstruction(self)
570 library.LLVMGetFirstInstruction.argtypes = [BasicBlock]
571 library.LLVMGetFirstInstruction.restype = c_object_p
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c406 instr = LLVMGetFirstInstruction(block); in lp_build_count_instructions()
Dlp_bld_flow.c464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in create_builder_at_entry()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h789 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
/external/llvm/include/llvm-c/
DCore.h2426 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2652 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB);
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1745 LLVMValueRef inst = LLVMGetFirstInstruction(bb); in ac_optimize_vs_outputs()
Dac_nir_to_llvm.c5561 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in ac_build_alloca()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1549 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
/external/llvm/lib/IR/
DCore.cpp2098 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
/external/llvm/bindings/go/llvm/
Dir.go1140 func (bb BasicBlock) FirstInstruction() (v Value) { v.C = C.LLVMGetFirstInstruction(bb.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1202 func (bb BasicBlock) FirstInstruction() (v Value) { v.C = C.LLVMGetFirstInstruction(bb.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2324 LLVMValueRef LLVMGetFirstInstruction(LLVMBasicBlockRef BB) { in LLVMGetFirstInstruction() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5948 LLVMValueRef next = LLVMGetFirstInstruction(bb); in si_count_scratch_private_memory()