Home
last modified time | relevance | path

Searched defs:getCost (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h108 int getCost() const { in getCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h228 unsigned getCost() const { return Cost; } in getCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h136 int getCost() { return SUnits.size(); } in getCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp124 unsigned getCost() const { return Cost; } in getCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp937 int getCost() { return Cost; } in getCost() function in __anon797094460111::InlineCostCallAnalyzer