Home
last modified time | relevance | path

Searched refs:isExtLoad (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h300 if (getTLI()->isExtLoad(LI, I, DL)) in getExtCost()
DTargetLowering.h2351 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2518 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5530 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5983 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()