Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp215 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local
218 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
221 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN()
223 TLI.getShiftAmountTy(RVT))); in SoftenFloatRes_FCOPYSIGN()
224 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN()
227 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN()
229 SignBit = DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN()
639 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local
652 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
660 TLI.getTypeToTransformTo(*DAG.getContext(), RVT), in SoftenFloatRes_XINT_TO_FP()
[all …]
DDAGCombiner.cpp12408 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local
12409 if (!TLI.isVectorClearMaskLegal(Indices, RVT)) in XformToShuffleWithZero()
12413 EVT EltVT = RVT.getVectorElementType(); in XformToShuffleWithZero()
12414 SmallVector<SDValue,8> ZeroOps(RVT.getVectorNumElements(), in XformToShuffleWithZero()
12416 SDValue Zero = DAG.getNode(ISD::BUILD_VECTOR, SDLoc(N), RVT, ZeroOps); in XformToShuffleWithZero()
12417 LHS = DAG.getNode(ISD::BITCAST, dl, RVT, LHS); in XformToShuffleWithZero()
12418 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]); in XformToShuffleWithZero()
12461 EVT RVT = RHSOp.getValueType(); in SimplifyVBinOp() local
12462 if (RVT != VT) { in SimplifyVBinOp()
12467 if (RVT.getSizeInBits() > VT.getSizeInBits()) { in SimplifyVBinOp()
[all …]
/external/libxml2/
DNEWS1353 - fixes: RVT fixes (William), XPath context resets bug (William), memory