Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h71 const APInt &getCost() const { return Cost; } in getCost() function
145 int getCost() const { in getCost() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h229 unsigned getCost() const { return Cost; } in getCost() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h135 int getCost() { return SUnits.size(); } in getCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1139 int getCost() const { return Cost; } in getCost() function in __anon463f3bdb0111::InlineCostCallAnalyzer
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1936 InstructionCost getCost() { in getCost() function in __anon71de2b2d0611::GeneratedRTChecks