Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8008 EVT OperandVT = Op.getValueType(); in expandIS_FPCLASS() local
8009 assert(OperandVT.isFloatingPoint()); in expandIS_FPCLASS()
8013 return DAG.getBoolConstant(false, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8015 return DAG.getBoolConstant(true, DL, ResultVT, OperandVT); in expandIS_FPCLASS()
8019 if (OperandVT == MVT::ppcf128) { in expandIS_FPCLASS()
8022 OperandVT = MVT::f64; in expandIS_FPCLASS()
8034 EVT ScalarFloatVT = OperandVT.getScalarType(); in expandIS_FPCLASS()
8042 isOperationLegalOrCustom(ISD::SETCC, OperandVT.getScalarType())) { in expandIS_FPCLASS()
8045 DAG.getConstantFP(0.0, DL, OperandVT), in expandIS_FPCLASS()
8053 unsigned BitSize = OperandVT.getScalarSizeInBits(); in expandIS_FPCLASS()
[all …]
H A DLegalizeVectorTypes.cpp1634 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp_StrictFP() local
1635 if (OperandVT.isVector()) { in UnrollVectorOp_StrictFP()
1636 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp_StrictFP()
H A DSelectionDAG.cpp11418 EVT OperandVT = Operand.getValueType(); in UnrollVectorOp() local
11419 if (OperandVT.isVector()) { in UnrollVectorOp()
11421 EVT OperandEltVT = OperandVT.getVectorElementType(); in UnrollVectorOp()