Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1667 typedef std::pair<unsigned, bool> VectorizationCostTy; typedef in __anonfb91178e0111::LoopVectorizationCostModel
1673 VectorizationCostTy expectedCost(unsigned VF);
1677 VectorizationCostTy getInstructionCost(Instruction *I, unsigned VF);
5300 VectorizationCostTy C = expectedCost(i); in selectVectorizationFactor()
5684 LoopVectorizationCostModel::VectorizationCostTy
5686 VectorizationCostTy Cost; in expectedCost()
5690 VectorizationCostTy BlockCost; in expectedCost()
5702 VectorizationCostTy C = getInstructionCost(&I, VF); in expectedCost()
5798 LoopVectorizationCostModel::VectorizationCostTy
5810 return VectorizationCostTy(C, TypeNotScalarized); in getInstructionCost()