/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 75 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1047 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1705 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IRBuilder.h | 1789 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IRBuilder.h | 1789 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IRBuilder.h | 1790 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IRBuilder.h | 1789 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | interface_var_sroa.cpp | 643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1479 func (b Builder) CreateLoad(p Value, name string) (v Value) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | ir_emitter_unnested.cc | 666 llvm::Value* IrEmitterUnnested::CreateLoad(llvm::Value* address, in CreateLoad() function in xla::gpu::IrEmitterUnnested
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5632 auto CreateLoad = [&DAG, &DL](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8169 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 9414 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|