Searched defs:CreateLoad (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBuilder.h | 75 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1669 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function 1683 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1047 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1479 func (b Builder) CreateLoad(p Value, name string) (v Value) { func
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 666 llvm::Value* IrEmitterUnnested::CreateLoad(llvm::Value* address, in CreateLoad() function in xla::gpu::IrEmitterUnnested
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5632 auto CreateLoad = [&DAG, &DL](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8169 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|