Searched defs:getCost (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InlineCost.h | 71 const APInt &getCost() const { return Cost; } getCost() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | RegisterBankInfo.h | 229 unsigned getCost() const { return Cost; } in getCost() function |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIMachineScheduler.h | 135 int getCost() { return SUnits.size(); } in getCost() function |
/llvm-project/llvm/utils/PerfectShuffle/ | ||
H A D | PerfectShuffle.cpp | 128 unsigned getCost() const { return Cost; } in getCost() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 1139 int getCost() const { return Cost; } getCost() function in __anonf27af12e0111::InlineCostCallAnalyzer |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 1981 InstructionCost getCost() { getCost() function in __anone1bc88200611::GeneratedRTChecks |