Searched refs:FloatVT (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 63 EVT FloatVT; member 1531 EVT FloatVT = Value.getValueType(); in getSignAsIntValue() local 1532 unsigned NumBits = FloatVT.getScalarSizeInBits(); in getSignAsIntValue() 1533 State.FloatVT = FloatVT; in getSignAsIntValue() 1589 return DAG.getLoad(State.FloatVT, DL, Chain, State.FloatPtr, in modifySignAsInt() 1608 EVT FloatVT = Mag.getValueType(); in ExpandFCOPYSIGN() local 1609 if (TLI.isOperationLegalOrCustom(ISD::FABS, FloatVT) && in ExpandFCOPYSIGN() 1610 TLI.isOperationLegalOrCustom(ISD::FNEG, FloatVT)) { in ExpandFCOPYSIGN() 1672 EVT FloatVT = Value.getValueType(); in ExpandFABS() local 1673 if (TLI.isOperationLegalOrCustom(ISD::FCOPYSIGN, FloatVT)) { in ExpandFABS() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 625 EVT FloatVT = MVT::getVectorVT(FloatEltVT, VT.getVectorElementCount()); in RISCVTargetLowering() local 626 if (isTypeLegal(FloatVT)) { in RISCVTargetLowering() 860 EVT FloatVT = in RISCVTargetLowering() local 862 if (isTypeLegal(FloatVT)) in RISCVTargetLowering() 2964 MVT FloatVT = MVT::getVectorVT(FloatEltVT, VT.getVectorElementCount()); in lowerCTLZ_CTTZ_ZERO_UNDEF() local 2969 assert(DAG.getTargetLoweringInfo().isTypeLegal(FloatVT) && in lowerCTLZ_CTTZ_ZERO_UNDEF() 2981 SDValue FloatVal = DAG.getNode(ISD::UINT_TO_FP, DL, FloatVT, Src); in lowerCTLZ_CTTZ_ZERO_UNDEF() 2983 EVT IntVT = FloatVT.changeVectorElementTypeToInteger(); in lowerCTLZ_CTTZ_ZERO_UNDEF()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 623 class fixedpoint_i32<ValueType FloatVT> 624 : Operand<FloatVT>, 625 ComplexPattern<FloatVT, 1, "SelectCVTFixedPosOperand<32>", [fpimm, ld]> { 631 class fixedpoint_i64<ValueType FloatVT> 632 : Operand<FloatVT>, 633 ComplexPattern<FloatVT, 1, "SelectCVTFixedPosOperand<64>", [fpimm, ld]> {
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 15040 EVT FloatVT = EVT::getVectorVT(*DAG.getContext(), MVT::f64, NumElts); in PerformBUILD_VECTORCombine() local 15041 SDValue BV = DAG.getBuildVector(FloatVT, dl, Ops); in PerformBUILD_VECTORCombine() 15241 EVT FloatVT = EVT::getVectorVT(*DAG.getContext(), MVT::f64, in PerformInsertEltCombine() local 15243 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, N->getOperand(0)); in PerformInsertEltCombine() 15248 SDValue InsElt = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, FloatVT, in PerformInsertEltCombine() 16657 EVT FloatVT = EVT::getVectorVT(*DAG.getContext(), MVT::f64, in PerformSTORECombine() local 16659 SDValue Vec = DAG.getNode(ISD::BITCAST, dl, FloatVT, IntVec); in PerformSTORECombine()
|