Searched refs:getVecTypeForPair (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 471 static inline VectorType *getVecTypeForPair(Type *ElemTy, Type *Elem2Ty) { in getVecTypeForPair() function 1004 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); in areInstsCompatible() 1049 Type *VT1 = getVecTypeForPair(IT1, JT1), in areInstsCompatible() 1050 *VT2 = getVecTypeForPair(IT2, JT2); in areInstsCompatible() 1155 Tys.push_back(getVecTypeForPair(CI->getArgOperand(i)->getType(), in areInstsCompatible() 1161 Type *RetTy = getVecTypeForPair(IT1, JT1); in areInstsCompatible() 1972 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() 2004 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() 2093 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor() 2337 Type *VArgType = getVecTypeForPair(ArgTypeI, ArgTypeJ); in getReplacementPointerInput() [all …]
|