Home
last modified time | relevance | path

Searched refs:LLVMBuildIndirectBr (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h857 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr,
/external/llvm/include/llvm-c/
DCore.h2898 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3131 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr,
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1424 return LLVMBuildIndirectBr(Builder_val(B), Addr, EstimatedDests); in llvm_build_indirect_br()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1861 return LLVMBuildIndirectBr(Builder_val(B), Addr, EstimatedDests); in llvm_build_indirect_br()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1782 return LLVMBuildIndirectBr(Builder_val(B), Addr, EstimatedDests); in llvm_build_indirect_br()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1775 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, in LLVMBuildIndirectBr() function
/external/llvm/lib/IR/
DCore.cpp2468 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, in LLVMBuildIndirectBr() function
/external/llvm/bindings/go/llvm/
Dir.go1243 rv.C = C.LLVMBuildIndirectBr(b.C, addr.C, C.unsigned(numDests))
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1310 rv.C = C.LLVMBuildIndirectBr(b.C, addr.C, C.unsigned(numDests))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2698 LLVMValueRef LLVMBuildIndirectBr(LLVMBuilderRef B, LLVMValueRef Addr, in LLVMBuildIndirectBr() function