Home
last modified time | relevance | path

Searched defs:getGISelRematGlobalCost (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h357 unsigned getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h905 unsigned getGISelRematGlobalCost() const { return 1; } getGISelRematGlobalCost() function
H A DTargetTransformInfo.h2822 unsigned getGISelRematGlobalCost() const override { getGISelRematGlobalCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1269 unsigned TargetTransformInfo::getGISelRematGlobalCost() const { getGISelRematGlobalCost() function in TargetTransformInfo