Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8562 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()
[all …]
H A DSelectionDAG.cpp12403 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
12406 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
12431 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
12432 if (OperandVT.isVector()) { in UnrollVectorOp()
12434 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
H A DLegalizeVectorTypes.cpp1832 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP()
1833 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1834 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
1828 EVT OperandVT = Operand.getValueType(); UnrollVectorOp_StrictFP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6213 EVT OperandVT = Operand.getValueType(); in lowerLaneOp() local
6214 if (OperandVT.isVector()) { in lowerLaneOp()
6216 EVT OperandEltVT = OperandVT.getVectorElementType(); in lowerLaneOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22741 EVT OperandVT = tryGetOriginalBoolVectorType(Operand, Depth + 1); in tryGetOriginalBoolVectorType() local
22743 BaseVT = OperandVT; in tryGetOriginalBoolVectorType()
22744 else if (OperandVT != BaseVT) in tryGetOriginalBoolVectorType()