Home
last modified time | relevance | path

Searched defs:CreateLoad (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1669 LoadInst *CreateLoad(Type *Ty, Value *Ptr, const char *Name) { in CreateLoad() function
1683 LoadInst *CreateLoad(Value *Ptr, const char *Name) { in CreateLoad() function
/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp643 Instruction* InterfaceVariableScalarReplacement::CreateLoad( in CreateLoad() function in spvtools::opt::InterfaceVariableScalarReplacement
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8166 auto CreateLoad = [&DAG, &DL, &Loads](EVT VT, LoadSDNode *LDBase) { in EltsFromConsecutiveLoads() local