Searched refs:JT1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 971 Type *IT1, *IT2, *JT1, *JT2; in areInstsCompatible() local 973 getInstructionTypes(J, JT1, JT2); in areInstsCompatible() 975 IT1->getPrimitiveSizeInBits() + JT1->getPrimitiveSizeInBits(), in areInstsCompatible() 1041 unsigned JCost = getInstrCost(J->getOpcode(), JT1, JT2); in areInstsCompatible() 1042 Type *VT1 = getVecTypeForPair(IT1, JT1), in areInstsCompatible() 1129 unsigned JCost = TTI->getIntrinsicInstrCost(IID, JT1, Tys); in areInstsCompatible() 1143 Type *RetTy = getVecTypeForPair(IT1, JT1); in areInstsCompatible()
|