Searched refs:JT1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 978 Type *IT1, *IT2, *JT1, *JT2; in areInstsCompatible() local 980 getInstructionTypes(J, JT1, JT2); in areInstsCompatible() 982 IT1->getPrimitiveSizeInBits() + JT1->getPrimitiveSizeInBits(), in areInstsCompatible() 1048 unsigned JCost = getInstrCost(J->getOpcode(), JT1, JT2); in areInstsCompatible() 1049 Type *VT1 = getVecTypeForPair(IT1, JT1), in areInstsCompatible() 1145 unsigned JCost = TTI->getIntrinsicInstrCost(IID, JT1, Tys, FMFCJ); in areInstsCompatible() 1161 Type *RetTy = getVecTypeForPair(IT1, JT1); in areInstsCompatible()
|