Home
last modified time | relevance | path

Searched refs:IT1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp978 Type *IT1, *IT2, *JT1, *JT2; in areInstsCompatible() local
979 getInstructionTypes(I, IT1, IT2); in areInstsCompatible()
982 IT1->getPrimitiveSizeInBits() + JT1->getPrimitiveSizeInBits(), in areInstsCompatible()
1047 unsigned ICost = getInstrCost(I->getOpcode(), IT1, IT2); in areInstsCompatible()
1049 Type *VT1 = getVecTypeForPair(IT1, JT1), in areInstsCompatible()
1134 unsigned ICost = TTI->getIntrinsicInstrCost(IID, IT1, Tys, FMFCI); in areInstsCompatible()
1161 Type *RetTy = getVecTypeForPair(IT1, JT1); in areInstsCompatible()