Home
last modified time | relevance | path

Searched refs:OperandVT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7626 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
7627 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
7631 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
7633 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
7637 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
7640 OperandVT = MVT::f64; in expandIS_FPCLASS()
7652 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
7663 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
7671 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()
7673 if (OperandVT.isVector()) in expandIS_FPCLASS()
[all …]
H A DLegalizeVectorTypes.cpp1607 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1608 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1609 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
H A DSelectionDAG.cpp11115 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
11116 if (OperandVT.isVector()) { in UnrollVectorOp()
11118 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()