Searched refs:VecTys (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 60 MVT::SimpleValueType VecTys[2] = {MVT::v2i16, MVT::v4i8}; in MipsSETargetLowering() local 62 for (unsigned i = 0; i < array_lengthof(VecTys); ++i) { in MipsSETargetLowering() 63 addRegisterClass(VecTys[i], &Mips::DSPRRegClass); in MipsSETargetLowering() 67 setOperationAction(Opc, VecTys[i], Expand); in MipsSETargetLowering() 69 setOperationAction(ISD::ADD, VecTys[i], Legal); in MipsSETargetLowering() 70 setOperationAction(ISD::SUB, VecTys[i], Legal); in MipsSETargetLowering() 71 setOperationAction(ISD::LOAD, VecTys[i], Legal); in MipsSETargetLowering() 72 setOperationAction(ISD::STORE, VecTys[i], Legal); in MipsSETargetLowering() 73 setOperationAction(ISD::BITCAST, VecTys[i], Legal); in MipsSETargetLowering()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1637 SmallVector<Type*, 4> ScalarTys, VecTys; in getEntryCost() local 1640 VecTys.push_back(VectorType::get(CI->getArgOperand(op)->getType(), in getEntryCost() 1647 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys); in getEntryCost()
|