Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp319 EVT OVT = Op.getValueType(); in LowerSDIV() local
321 if (OVT.getScalarType() == MVT::i64) { in LowerSDIV()
323 } else if (OVT.getScalarType() == MVT::i32) { in LowerSDIV()
325 } else if (OVT.getScalarType() == MVT::i16 in LowerSDIV()
326 || OVT.getScalarType() == MVT::i8) { in LowerSDIV()
337 EVT OVT = Op.getValueType(); in LowerSREM() local
339 if (OVT.getScalarType() == MVT::i64) { in LowerSREM()
341 } else if (OVT.getScalarType() == MVT::i32) { in LowerSREM()
343 } else if (OVT.getScalarType() == MVT::i16) { in LowerSREM()
345 } else if (OVT.getScalarType() == MVT::i8) { in LowerSREM()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp294 EVT OVT = N->getValueType(0); in ExpandRes_VAARG() local
295 EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), OVT); in ExpandRes_VAARG()
305 if (TLI.hasBigEndianPartOrdering(OVT)) in ExpandRes_VAARG()
350 EVT OVT = N->getOperand(0).getValueType(); in ExpandOp_BITCAST() local
352 TLI.getTypeToTransformTo(*DAG.getContext(), OVT), in ExpandOp_BITCAST()
DLegalizeDAG.cpp4030 MVT OVT = Node->getSimpleValueType(0); in PromoteNode() local
4034 OVT = Node->getOperand(0).getSimpleValueType(); in PromoteNode()
4037 OVT = Node->getOperand(2).getSimpleValueType(); in PromoteNode()
4038 MVT NVT = TLI.getTypeToPromoteTo(Node->getOpcode(), OVT); in PromoteNode()
4058 DAG.getConstant(OVT.getSizeInBits(), NVT), Tmp1); in PromoteNode()
4064 OVT.getSizeInBits(), NVT)); in PromoteNode()
4066 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode()
4069 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode()
4094 if (OVT.isVector()) { in PromoteNode()
4097 assert(OVT.isInteger() in PromoteNode()
[all …]
DLegalizeIntegerTypes.cpp304 EVT OVT = N->getValueType(0); in PromoteIntRes_BSWAP() local
308 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP()
352 EVT OVT = N->getValueType(0); in PromoteIntRes_CTLZ() local
358 DAG.getConstant(NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(), in PromoteIntRes_CTLZ()
370 EVT OVT = N->getValueType(0); in PromoteIntRes_CTTZ() local
378 OVT.getScalarSizeInBits()); in PromoteIntRes_CTTZ()
510 EVT OVT = N->getOperand(0).getValueType(); in PromoteIntRes_SADDSUBO() local
521 DAG.getValueType(OVT)); in PromoteIntRes_SADDSUBO()
686 EVT OVT = N->getOperand(0).getValueType(); in PromoteIntRes_UADDSUBO() local
696 SDValue Ofl = DAG.getZeroExtendInReg(Res, dl, OVT); in PromoteIntRes_UADDSUBO()
[all …]