Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp471 static inline VectorType *getVecTypeForPair(Type *ElemTy, Type *Elem2Ty) { in getVecTypeForPair() function
997 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); in areInstsCompatible()
1042 Type *VT1 = getVecTypeForPair(IT1, JT1), in areInstsCompatible()
1043 *VT2 = getVecTypeForPair(IT2, JT2); in areInstsCompatible()
1139 Tys.push_back(getVecTypeForPair(CI->getArgOperand(i)->getType(), in areInstsCompatible()
1143 Type *RetTy = getVecTypeForPair(IT1, JT1); in areInstsCompatible()
1954 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor()
1986 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor()
2075 Type *VTy = getVecTypeForPair(Ty1, Ty2); in findBestDAGFor()
2319 Type *VArgType = getVecTypeForPair(ArgTypeI, ArgTypeJ); in getReplacementPointerInput()
[all …]