Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h357 unsigned getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1728 unsigned getGISelRematGlobalCost() const;
2181 virtual unsigned getGISelRematGlobalCost() const = 0;
2934 unsigned getGISelRematGlobalCost() const override { in getGISelRematGlobalCost() function
2935 return Impl.getGISelRematGlobalCost(); in getGISelRematGlobalCost()
H A DTargetTransformInfoImpl.h948 unsigned getGISelRematGlobalCost() const { return 1; } in getGISelRematGlobalCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1334 unsigned TargetTransformInfo::getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function in TargetTransformInfo
1335 return TTIImpl->getGISelRematGlobalCost(); in getGISelRematGlobalCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2337 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize()