Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h203 unsigned getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp86 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1150 unsigned getGISelRematGlobalCost() const;
1397 virtual unsigned getGISelRematGlobalCost() const = 0;
1877 unsigned getGISelRematGlobalCost() const override { in getGISelRematGlobalCost() function
1878 return Impl.getGISelRematGlobalCost(); in getGISelRematGlobalCost()
DTargetTransformInfoImpl.h615 unsigned getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp851 unsigned TargetTransformInfo::getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function in TargetTransformInfo
852 return TTIImpl->getGISelRematGlobalCost(); in getGISelRematGlobalCost()