Searched refs:isExtLoad (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 300 if (getTLI()->isExtLoad(LI, I, DL)) in getExtCost()
|
D | TargetLowering.h | 2351 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2518 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5530 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5983 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()
|