Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h72 const APInt &getCost() const { return Cost; } in getCost() function
146 int getCost() const { in getCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCostModel.cpp74 static InstructionCost getCost(Instruction &Inst, TTI::TargetCostKind CostKind, in getCost() function
H A DInlineCost.cpp1243 int getCost() const { return Cost; } in getCost() function in __anon463f3bdb0111::InlineCostCallAnalyzer
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp14 InstructionCost ScoreBoard::getCost(Instruction *I) const { in getCost() function in llvm::sandboxir::ScoreBoard
/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
H A DAMDGPUSplitModule.cpp328 CostType getCost(const Function &F) const { return CostMap.at(&F); } in getCost() function in llvm::__anon00e757230111::SplitGraph
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1892 InstructionCost getCost() { in getCost() function in __anon71de2b2d0511::GeneratedRTChecks