Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3040 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c2031 inst = LLVMGetLastInstruction(bb); in update_cached_block()
Dlp_bld_sample_soa.c4237 inst = LLVMGetLastInstruction(bb); in lp_build_sample_soa_func()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2703 LLVMValueRef LLVMGetLastInstruction(LLVMBasicBlockRef BB) { in LLVMGetLastInstruction() function