Home
last modified time | relevance | path

Searched refs:getInstructionCost (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DCostModel.cpp54 unsigned getInstructionCost(const Instruction *I) const;
378 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const { in getInstructionCost() function in CostModelAnalysis
524 unsigned Cost = getInstructionCost(Inst); in print()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1479 unsigned getInstructionCost(Instruction *I, unsigned VF);
5242 unsigned C = getInstructionCost(&*it, VF); in expectedCost()
5324 LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) { in getInstructionCost() function in LoopVectorizationCostModel