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;
381 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const { in getInstructionCost() function in CostModelAnalysis
529 unsigned Cost = getInstructionCost(Inst); in print()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp972 unsigned getInstructionCost(Instruction *I, unsigned VF);
4916 unsigned C = getInstructionCost(it, VF); in expectedCost()
4999 LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) { in getInstructionCost() function in LoopVectorizationCostModel