Lines Matching refs:OperandVT

8562   EVT OperandVT = Op.getValueType();  in expandIS_FPCLASS()  local
8563 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
8567 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8569 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8573 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
8576 OperandVT = MVT::f64; in expandIS_FPCLASS()
8588 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
8596 isOperationLegalOrCustom(ISD::SETCC, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8604 OperandVT.getScalarType().getSimpleVT()))) { in expandIS_FPCLASS()
8609 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
8615 OperandVT.getScalarType().getSimpleVT())) { in expandIS_FPCLASS()
8622 OperandVT.getScalarType().getSimpleVT()) && in expandIS_FPCLASS()
8623 isOperationLegalOrCustom(ISD::FABS, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8625 SDValue Abs = DAG.getNode(ISD::FABS, DL, OperandVT, Op); in expandIS_FPCLASS()
8627 DAG.getConstantFP(APFloat::getInf(Semantics), DL, OperandVT); in expandIS_FPCLASS()
8634 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()
8636 if (OperandVT.isVector()) in expandIS_FPCLASS()
8638 OperandVT.getVectorElementCount()); in expandIS_FPCLASS()
11240 EVT OperandVT = Op.getValueType(); in expandRoundInexactToOdd() local
11241 if (OperandVT.getScalarType() == ResultVT.getScalarType()) in expandRoundInexactToOdd()
11249 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandRoundInexactToOdd()
11250 EVT WideIntVT = OperandVT.changeTypeToInteger(); in expandRoundInexactToOdd()
11256 if (isOperationLegalOrCustom(ISD::FABS, OperandVT)) { in expandRoundInexactToOdd()
11257 AbsWide = DAG.getNode(ISD::FABS, dl, OperandVT, Op); in expandRoundInexactToOdd()
11262 AbsWide = DAG.getBitcast(OperandVT, ClearedSign); in expandRoundInexactToOdd()
11265 SDValue AbsNarrowAsWide = DAG.getFPExtendOrRound(AbsNarrow, dl, OperandVT); in expandRoundInexactToOdd()
11314 EVT OperandVT = Op.getValueType(); in expandFP_ROUND() local
11317 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), OperandVT), in expandFP_ROUND()