Lines Matching refs:isVector
292 if (vtparts[i].isVector()) { in getPrototype()
320 if (vtparts[i].isVector()) { in getPrototype()
387 if (vtparts[i].isVector()) { in getPrototype()
503 if (vtparts[j].isVector()) { in LowerCall()
536 if (vtparts[j].isVector()) { in LowerCall()
584 if (resvtparts[i].isVector()) { in LowerCall()
752 if (Ins[i].VT.isVector()) { in LowerCall()
772 if (Ins[i].VT.isVector()) in LowerCall()
870 else if (ValVT.isVector()) in LowerSTORE()
883 if (ValVT.isVector()) { in LowerSTOREVector()
1163 if (vtparts[j].isVector()) numElems = vtparts[j].getVectorNumElements(); in LowerFormalArguments()
1166 if (tmpvt.isVector()) tmpvt = tmpvt.getVectorElementType(); in LowerFormalArguments()
1214 if (theValType.isVector()) numElems = theValType.getVectorNumElements(); in LowerReturn()
1217 if (theValType.isVector()) in LowerReturn()
1226 if (theValType.isVector()) in LowerReturn()
1256 if (VT.isVector()) { in isTypeSupportedInIntrinsic()
1425 assert(ResVT.isVector() && "Vector load must have vector type"); in ReplaceLoadVector()
1528 if (ResVT.isVector()) { in ReplaceINTRINSIC_W_CHAIN()