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.cpp8880 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
8881 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
8886 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8888 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8892 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
8895 OperandVT = MVT::f64; in expandIS_FPCLASS()
8899 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
8907 isOperationLegalOrCustom(ISD::SETCC, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8934 OperandVT.getScalarType().getSimpleVT()))) { in expandIS_FPCLASS()
8939 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
[all …]
H A DSelectionDAG.cpp12968 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
12971 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
13002 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
13003 if (OperandVT.isVector()) { in UnrollVectorOp()
13005 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()
H A DLegalizeVectorTypes.cpp1909 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1910 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1911 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6571 EVT OperandVT = Operand.getValueType(); in lowerLaneOp() local
6572 if (OperandVT.isVector()) { in lowerLaneOp()
6574 EVT OperandEltVT = OperandVT.getVectorElementType(); in lowerLaneOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23794 EVT OperandVT = tryGetOriginalBoolVectorType(Operand, Depth + 1); in tryGetOriginalBoolVectorType() local
23796 BaseVT = OperandVT; in tryGetOriginalBoolVectorType()
23797 else if (OperandVT != BaseVT) in tryGetOriginalBoolVectorType()