/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1584 EVT PartVT = VT; in getVectorTypeBreakdown() local 1703 MVT PartVT = in GetReturnInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 162 unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromParts() 323 MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromPartsVector() 483 unsigned NumParts, MVT PartVT, const Value *V, in getCopyToParts() 619 const SDLoc &DL, EVT PartVT) { in widenVectorToPartType() 657 MVT PartVT, const Value *V, in getCopyToPartsVector() 2044 MVT PartVT = TLI.getRegisterTypeForCallingConv(Context, CC, VT); in visitRet() local 10102 MVT PartVT = getRegisterTypeForCallingConv(CLI.RetTy->getContext(), in LowerCallTo() local 10782 MVT PartVT = TLI->getRegisterTypeForCallingConv(*CurDAG->getContext(), in LowerArguments() local
|
H A D | LegalizeVectorTypes.cpp | 5049 EVT PartVT = EVT::getVectorVT(*DAG.getContext(), EltVT, in WidenVecRes_EXTRACT_SUBVECTOR() local 5647 EVT PartVT = EVT::getVectorVT(*DAG.getContext(), EltVT, in WidenVecRes_VECTOR_REVERSE() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4125 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts() 4150 MVT PartVT, EVT ValueVT, in joinRegisterPartsIntoValue()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1456 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts() 1472 MVT PartVT, EVT ValueVT, std::optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue() 1732 MVT PartVT = getRegisterTypeForCallingConv(Ctx, CLI.CallConv, OrigArgVT); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 2478 EVT PartVT = PartValue.getValueType(); in LowerCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 12961 EVT PartVT = PartValue.getValueType(); in LowerCall() local 14108 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts() 14162 MVT PartVT, EVT ValueVT, std::optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 797 MVT PartVT = MVT::getVectorVT(VecTy.getVectorElementType(), OpsPerWord); in buildHvxVectorReg() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4424 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts() 4442 MVT PartVT, EVT ValueVT, std::optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 18045 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2826 unsigned NumParts, MVT PartVT, std::optional<CallingConv::ID> CC) const { in splitValueIntoRegisterParts() 2843 MVT PartVT, EVT ValueVT, std::optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue()
|