Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1027 if (I && getTLI()->isExtFree(I))
1035 if (I && getTLI()->isExtFree(I))
H A DTargetLowering.h2765 bool isExtFree(const Instruction *I) const { in isExtFree() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4416 HasMergedNonFreeExt = !TLI.isExtFree(SExtOpnd); in promoteOperandForTruncAndAnyExt()
4439 CreatedInstsCost = !TLI.isExtFree(ExtInst) && !HasMergedNonFreeExt; in promoteOperandForTruncAndAnyExt()
4541 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); in promoteOperandForOther()
4814 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr()
5863 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts()