Home
last modified time | relevance | path

Searched refs:WidenVT (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1298 EVT VT = WidenVT; in WidenVecRes_Binary()
1362 if (VT == WidenVT) in WidenVecRes_Binary()
1415 if (VT == WidenVT) in WidenVecRes_Binary()
1465 return DAG.getNode(Opcode, dl, WidenVT, in WidenVecRes_Convert()
1557 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BIT_CONVERT()
1571 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BIT_CONVERT()
1719 SDValue DTyOp = DAG.getValueType(WidenVT); in WidenVecRes_CONVERT_RNDSAT()
1801 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
1897 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
1920 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
H A DLegalizeTypes.h673 SDValue ModifyToType(SDValue InOp, EVT WidenVT);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2414 EVT VT = WidenVT;
2483 if (VT == WidenVT)
2536 if (VT == WidenVT)
2618 EVT EltVT = WidenVT.getVectorElementType();
2774 if (WidenVT.bitsEq(InVT))
2789 if (WidenVT.bitsEq(InVT))
2833 return CreateStackStoreLoad(InOp, WidenVT);
2941 if (IdxVal == 0 && InVT == WidenVT)
3311 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT);
3326 return DAG.getUNDEF(WidenVT);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2590 if (VT == WidenVT) in CollectOpsToWiden()
2647 if (VT == WidenVT) in CollectOpsToWiden()
2668 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
2744 EVT VT = WidenVT; in WidenVecRes_StrictFP()
2914 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3066 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3081 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3231 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
3592 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
3607 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3021 if (VT == WidenVT) in CollectOpsToWiden()
3076 if (VT == WidenVT) in CollectOpsToWiden()
3097 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3184 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3584 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3613 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3771 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4139 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4167 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4182 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2948 if (VT == WidenVT) in CollectOpsToWiden()
3003 if (VT == WidenVT) in CollectOpsToWiden()
3024 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3111 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3515 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3544 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3664 assert(!WidenVT.isScalableVector() && in WidenVecRes_CONCAT_VECTORS()
3702 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4099 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4114 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3305 if (VT == WidenVT) in CollectOpsToWiden()
3360 if (VT == WidenVT) in CollectOpsToWiden()
3381 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3468 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3890 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3919 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
4078 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4490 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4518 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4533 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
H A DSelectionDAGBuilder.cpp682 EVT WidenVT = in getCopyToPartsVector() local
685 SDValue Widened = widenVectorToPartType(DAG, Val, DL, WidenVT); in getCopyToPartsVector()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2898 if (VT == WidenVT) in CollectOpsToWiden()
2954 if (VT == WidenVT) in CollectOpsToWiden()
2975 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3066 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3288 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3477 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3505 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3655 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4041 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4056 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2898 if (VT == WidenVT) in CollectOpsToWiden()
2954 if (VT == WidenVT) in CollectOpsToWiden()
2975 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3066 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3288 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3477 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3505 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3655 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4041 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4056 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2898 if (VT == WidenVT) in CollectOpsToWiden()
2954 if (VT == WidenVT) in CollectOpsToWiden()
2975 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3066 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3288 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3477 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3505 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3655 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4041 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4056 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2943 if (VT == WidenVT) in CollectOpsToWiden()
2998 if (VT == WidenVT) in CollectOpsToWiden()
3019 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3106 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3322 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3510 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3539 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3688 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4085 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4100 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3209 if (VT == WidenVT) in CollectOpsToWiden()
3264 if (VT == WidenVT) in CollectOpsToWiden()
3285 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3372 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3822 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3979 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4362 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4390 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4405 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3209 if (VT == WidenVT) in CollectOpsToWiden()
3264 if (VT == WidenVT) in CollectOpsToWiden()
3285 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3372 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3822 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3979 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4362 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4390 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4405 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3155 if (VT == WidenVT) in CollectOpsToWiden()
3210 if (VT == WidenVT) in CollectOpsToWiden()
3231 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3318 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3739 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3768 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3926 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4298 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4326 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4341 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3209 if (VT == WidenVT) in CollectOpsToWiden()
3264 if (VT == WidenVT) in CollectOpsToWiden()
3285 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3372 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3822 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3979 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4362 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4390 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4405 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3209 if (VT == WidenVT) in CollectOpsToWiden()
3264 if (VT == WidenVT) in CollectOpsToWiden()
3285 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3372 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3822 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3979 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4362 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4390 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4405 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3155 if (VT == WidenVT) in CollectOpsToWiden()
3210 if (VT == WidenVT) in CollectOpsToWiden()
3231 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3318 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3739 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3768 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3926 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
4298 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4326 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
4341 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3209 if (VT == WidenVT)
3264 if (VT == WidenVT)
3285 EVT VT = WidenVT;
3372 EVT VT = WidenVT;
3793 if (WidenVT.bitsEq(NInVT)) {
3822 if (WidenVT.bitsEq(InVT))
3979 if (IdxVal == 0 && InVT == WidenVT)
4362 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT);
4390 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT);
4405 return DAG.getUNDEF(WidenVT);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2879 if (VT == WidenVT) in CollectOpsToWiden()
2935 if (VT == WidenVT) in CollectOpsToWiden()
2956 EVT VT = WidenVT; in WidenVecRes_BinaryCanTrap()
3032 EVT VT = WidenVT; in WidenVecRes_StrictFP()
3254 EVT EltVT = WidenVT.getVectorElementType(); in WidenVecRes_Convert()
3443 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3458 if (WidenVT.bitsEq(InVT)) in WidenVecRes_BITCAST()
3608 if (IdxVal == 0 && InVT == WidenVT) in WidenVecRes_EXTRACT_SUBVECTOR()
3969 assert(InOp1.getValueType() == WidenVT && InOp2.getValueType() == WidenVT); in WidenVecRes_SELECT()
3984 return DAG.getUNDEF(WidenVT); in WidenVecRes_UNDEF()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4716 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local
4718 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4636 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local
4638 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5204 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local
5206 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5204 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local
5206 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5204 MVT WidenVT = MVT::getVectorVT(MVT::getIntegerVT(EltSize), NumElts); in LowerCTPOP() local
5206 ISD::INTRINSIC_WO_CHAIN, DL, WidenVT, in LowerCTPOP()

123