Searched defs:VecCost (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1591 int VecCost = TTI->getCastInstrCost(VL0->getOpcode(), VecTy, SrcVecTy); in getEntryCost() local 1601 int VecCost = TTI->getCmpSelInstrCost(Opcode, VecTy, MaskTy); in getEntryCost() local 1662 int VecCost = TTI->getArithmeticInstrCost(Opcode, VecTy, Op1VK, Op2VK, in getEntryCost() local 1675 int VecCost = in getEntryCost() local 1731 int VecCost = 0; in getEntryCost() local
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1748 void dumpTreeCosts(TreeEntry *E, int ReuseShuffleCost, int VecCost, in dumpTreeCosts() 3569 int VecCost = 0; in getEntryCost() local 3610 int VecCost = TTI->getCmpSelInstrCost(E->getOpcode(), VecTy, MaskTy, in getEntryCost() local 3695 int VecCost = TTI->getArithmeticInstrCost( in getEntryCost() local 3714 int VecCost = in getEntryCost() local 3810 int VecCost = 0; in getEntryCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3367 int VecCost = 0; in getEntryCost() local 3386 int VecCost = TTI->getCmpSelInstrCost(E->getOpcode(), VecTy, MaskTy, VL0); in getEntryCost() local 3452 int VecCost = TTI->getArithmeticInstrCost( in getEntryCost() local 3468 int VecCost = in getEntryCost() local 3568 int VecCost = 0; in getEntryCost() local
|