Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp239 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local
242 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
246 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT), in SoftenFloatRes_FCOPYSIGN()
248 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
249 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN()
252 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
255 DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN()
692 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local
705 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
713 TLI.getTypeToTransformTo(*DAG.getContext(), RVT), in SoftenFloatRes_XINT_TO_FP()
[all …]
DDAGCombiner.cpp13678 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local
13686 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero()
13738 if (RVT.getScalarSizeInBits() % 8 == 0) in XformToShuffleWithZero()
13739 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero()
13742 if (RVT.getScalarSizeInBits() % Split == 0) in XformToShuffleWithZero()
/external/libxml2/
DNEWS1353 - fixes: RVT fixes (William), XPath context resets bug (William), memory