Home
last modified time | relevance | path

Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp778 unsigned ExtCost = 0; in getOperandsExtensionCost() local
782 ExtCost++; in getOperandsExtensionCost()
784 return ExtCost; in getOperandsExtensionCost()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4097 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
4126 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4979 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
4996 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
5017 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()