Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h289 if (getTLI()->isExtLoad(LI, I, DL)) in getExtCost()
H A DTargetLowering.h2226 bool isExtLoad(const LoadInst *Load, const Instruction *Ext, in isExtLoad() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5247 return TLI->isExtLoad(LI, Inst, *DL); in canFormExtLd()