Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8358 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
8359 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
8363 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8365 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8369 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
8372 OperandVT = MVT::f64; in expandIS_FPCLASS()
8384 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
8405 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
8421 SDValue Abs = DAG.getNode(ISD::FABS, DL, OperandVT, Op); in expandIS_FPCLASS()
8430 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()
[all …]
H A DSelectionDAG.cpp12073 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
12076 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
12101 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
12102 if (OperandVT.isVector()) { in UnrollVectorOp()
12104 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
H A DLegalizeVectorTypes.cpp1692 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1693 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1694 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21358 EVT OperandVT = tryGetOriginalBoolVectorType(Operand, Depth + 1); in tryGetOriginalBoolVectorType() local
21360 BaseVT = OperandVT; in tryGetOriginalBoolVectorType()
21361 else if (OperandVT != BaseVT) in tryGetOriginalBoolVectorType()