Searched refs:PartVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 262 } else if (PartVT.isFloatingPoint()) { in getCopyFromParts() 500 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() 509 EVT PartEVT = PartVT; in getCopyToParts() 528 assert((PartVT.isInteger() || PartVT == MVT::x86mmx) && in getCopyToParts() 533 if (PartVT == MVT::x86mmx) in getCopyToParts() 542 assert((PartVT.isInteger() || PartVT == MVT::x86mmx) && in getCopyToParts() 547 if (PartVT == MVT::x86mmx) in getCopyToParts() 621 if (!PartVT.isVector()) in widenVectorToPartType() 639 return DAG.getBuildVector(PartVT, DL, Ops); in widenVectorToPartType() 657 EVT PartEVT = PartVT; in getCopyToPartsVector() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 83 EVT PartVT = TLI.getRegisterType(Context, VT); in splitToValueTypes() local 84 Type *PartTy = PartVT.getTypeForEVT(Context); in splitToValueTypes()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1381 MVT PartVT = in GetReturnInfo() local 1396 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isFixed=*/true, 0, 0)); in GetReturnInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 358 MVT PartVT = MVT::getVectorVT(VecTy.getVectorElementType(), OpsPerWord); in buildHvxVectorReg() local 360 SDValue W = buildVector32(Values.slice(i, OpsPerWord), dl, PartVT, DAG); in buildHvxVectorReg()
|