Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h71 const APInt &getCost() const { return Cost; } getCost() function
145 int getCost() const { getCost() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h229 unsigned getCost() const { return Cost; } in getCost() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h135 int getCost() { return SUnits.size(); } in getCost() function
/llvm-project/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp128 unsigned getCost() const { return Cost; } in getCost() function
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1139 int getCost() const { return Cost; } getCost() function in __anonf27af12e0111::InlineCostCallAnalyzer
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1981 InstructionCost getCost() { getCost() function in __anone1bc88200611::GeneratedRTChecks