Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h70 const APInt &getCost() const { return Cost; } getCost() function
144 int getCost() const { getCost() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h229 unsigned getCost() const { return Cost; } in getCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h135 int getCost() { return SUnits.size(); } in getCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1133 int getCost() const { return Cost; } getCost() function in __anon3da3c46d0111::InlineCostCallAnalyzer
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2063 InstructionCost getCost() { getCost() function in __anon87314d7f0711::GeneratedRTChecks