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/llvm-project/clang/lib/CodeGen/ |
| D | CGBuilder.h | 72 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() function
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 1631 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function 1645 LoadInst *CreateLoad(Value *Ptr, 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/llvm-project/llvm/bindings/go/llvm/ |
| D | ir.go | 1641 func (b Builder) CreateLoad(p Value, name string) (v Value) { func
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 1479 func (b Builder) CreateLoad(p Value, name string) (v Value) { func
|
| /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 | 8166 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 8457 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local
|