Searched defs:getCost (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InlineCost.h | 70 const APInt &getCost() const { return Cost; } getCost() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | RegisterBankInfo.h | 229 unsigned getCost() const { return Cost; } in getCost() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIMachineScheduler.h | 135 int getCost() { return SUnits.size(); } in getCost() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 1133 int getCost() const { return Cost; } getCost() function in __anon3da3c46d0111::InlineCostCallAnalyzer |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | LoopVectorize.cpp | 2063 InstructionCost getCost() { getCost() function in __anon87314d7f0711::GeneratedRTChecks |