Searched defs:VecCost (Results  1 – 2 of 2) 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/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
  |