| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1288 EVT LoVT, HiVT; in SplitVecRes_BITCAST() local 1289 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecRes_BITCAST() 1310 if (LoVT == HiVT) { in SplitVecRes_BITCAST() 1315 Hi = DAG.getNode(ISD::BITCAST, dl, HiVT, Hi); in SplitVecRes_BITCAST() 1324 Hi = DAG.getNode(ISD::BITCAST, dl, HiVT, Hi); in SplitVecRes_BITCAST() 1332 EVT HiIntVT = EVT::getIntegerVT(*DAG.getContext(), HiVT.getSizeInBits()); in SplitVecRes_BITCAST() 1341 Hi = DAG.getNode(ISD::BITCAST, dl, HiVT, Hi); in SplitVecRes_BITCAST() 1346 EVT LoVT, HiVT; in SplitVecRes_BUILD_VECTOR() local 1348 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecRes_BUILD_VECTOR() 1354 Hi = DAG.getBuildVector(HiVT, dl, HiOps); in SplitVecRes_BUILD_VECTOR() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 91 EVT LoVT, HiVT; in ExpandRes_BITCAST() local 92 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(InVT); in ExpandRes_BITCAST() 93 std::tie(Lo, Hi) = DAG.SplitVector(InOp, dl, LoVT, HiVT); in ExpandRes_BITCAST() 568 EVT LoVT, HiVT; in SplitRes_UNDEF() local 569 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitRes_UNDEF() 571 Hi = DAG.getUNDEF(HiVT); in SplitRes_UNDEF()
|
| H A D | LegalizeTypes.cpp | 1027 EVT LoVT, EVT HiVT, in SplitInteger() argument 1030 assert(LoVT.getSizeInBits() + HiVT.getSizeInBits() == in SplitInteger() 1041 Hi = DAG.getNode(ISD::TRUNCATE, dl, HiVT, Hi); in SplitInteger()
|
| H A D | SelectionDAG.cpp | 11580 EVT LoVT, HiVT; in GetSplitDestVTs() local 11582 LoVT = HiVT = TLI->getTypeToTransformTo(*getContext(), VT); in GetSplitDestVTs() 11584 LoVT = HiVT = VT.getHalfNumVectorElementsVT(*getContext()); in GetSplitDestVTs() 11586 return std::make_pair(LoVT, HiVT); in GetSplitDestVTs() 11605 EVT LoVT, HiVT; in GetDependentSplitDestVTs() local 11608 HiVT = EVT::getVectorVT(*getContext(), EltTp, VTNumElts - EnvNumElts); in GetDependentSplitDestVTs() 11614 HiVT = EVT::getVectorVT(*getContext(), EltTp, EnvNumElts); in GetDependentSplitDestVTs() 11617 return std::make_pair(LoVT, HiVT); in GetDependentSplitDestVTs() 11624 const EVT &HiVT) { in SplitVector() argument 11625 assert(LoVT.isScalableVector() == HiVT.isScalableVector() && in SplitVector() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 4983 EVT HiVT = LHSHi.getValueType(); in IntegerExpandSetCCOperands() local 4984 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT); in IntegerExpandSetCCOperands() 5010 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT), in IntegerExpandSetCCOperands() 5018 NewLHS = TLI.SimplifySetCC(getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ, in IntegerExpandSetCCOperands() 5022 DAG.getSetCC(dl, getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ); in IntegerExpandSetCCOperands() 5208 EVT HiVT = EVT::getIntegerVT(*DAG.getContext(), in ExpandIntOp_STORE() local 5224 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, N->getPointerInfo(), HiVT, in ExpandIntOp_STORE()
|
| H A D | LegalizeTypes.h | 236 void SplitInteger(SDValue Op, EVT LoVT, EVT HiVT,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1519 EVT LoVT, HiVT; in getSplitDestVTs() local 1524 HiVT = NumElts - LoNumElts == 1 in getSplitDestVTs() 1527 return std::pair(LoVT, HiVT); in getSplitDestVTs() 1534 const EVT &LoVT, const EVT &HiVT, in splitVector() argument 1537 (HiVT.isVector() ? HiVT.getVectorNumElements() : 1) <= in splitVector() 1543 HiVT.isVector() ? ISD::EXTRACT_SUBVECTOR : ISD::EXTRACT_VECTOR_ELT, DL, in splitVector() 1544 HiVT, N, DAG.getVectorIdxConstant(LoVT.getVectorNumElements(), DL)); in splitVector() 1568 EVT LoVT, HiVT; in SplitVectorLoad() local 1572 std::tie(LoVT, HiVT) = getSplitDestVTs(VT, DAG); in SplitVectorLoad() 1574 std::tie(Lo, Hi) = splitVector(Op, SL, LoVT, HiVT, DAG); in SplitVectorLoad() [all …]
|
| H A D | SIISelLowering.cpp | 5834 EVT LoVT, HiVT; in lowerEXTRACT_VECTOR_ELT() local 5835 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VecVT); in lowerEXTRACT_VECTOR_ELT() 5842 Hi = DAG.getBitcast(HiVT, in lowerEXTRACT_VECTOR_ELT() 5857 Hi = DAG.getBitcast(HiVT, DAG.getNode(ISD::BUILD_VECTOR, SL, MVT::v2i64, in lowerEXTRACT_VECTOR_ELT()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2200 const EVT &LoVT, const EVT &HiVT); 2204 EVT LoVT, HiVT; 2205 std::tie(LoVT, HiVT) = GetSplitDestVTs(N.getValueType()); 2206 return SplitVector(N, DL, LoVT, HiVT);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6701 EVT LoVT, HiVT; in splitVectorOp() local 6702 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VT); in splitVectorOp() 6705 DAG.getNode(Op.getOpcode(), dl, HiVT, HiOps)); in splitVectorOp() 22533 EVT LoVT, HiVT; in LowerTRUNCATE() local 22534 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VT); in LowerTRUNCATE() 22537 Hi = DAG.getNode(ISD::TRUNCATE, DL, HiVT, Hi); in LowerTRUNCATE() 24608 EVT LoVT, HiVT; in splitIntVSETCC() local 24609 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(VT); in splitIntVSETCC() 24612 DAG.getNode(ISD::SETCC, dl, HiVT, LHS2, RHS2, CC)); in splitIntVSETCC() 33090 EVT LoVT, HiVT; in LowerCVTPS2PH() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6504 auto [LoVT, HiVT] = DAG.GetSplitDestVTs(VecVT); in lowerVECTOR_REVERSE() 6506 Hi = DAG.getNode(ISD::VECTOR_REVERSE, DL, HiVT, Hi); in lowerVECTOR_REVERSE()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 21927 EVT LoVT, HiVT; in ReplaceReductionResults() local 21930 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in ReplaceReductionResults()
|