Searched refs:RVT (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 315 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local 318 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 322 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT), in SoftenFloatRes_FCOPYSIGN() 324 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 325 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN() 328 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 331 DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN() 752 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local 765 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP() 775 CallOptions.setTypeListBeforeSoften(SVT, RVT, true); in SoftenFloatRes_XINT_TO_FP() [all …]
|
| H A D | LegalizeDAG.cpp | 4171 EVT RVT = Node->getValueType(0); in ConvertNodeToLibcall() local 4185 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT) in ConvertNodeToLibcall() 4186 : RTLIB::getUINTTOFP(NVT, RVT); in ConvertNodeToLibcall() 4197 TLI.makeLibCall(DAG, LC, RVT, Op, CallOptions, dl, Chain); in ConvertNodeToLibcall() 4214 EVT RVT = Node->getValueType(0); in ConvertNodeToLibcall() local 4227 if (NVT.bitsGE(RVT)) in ConvertNodeToLibcall() 4239 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, RVT, Tmp.first)); in ConvertNodeToLibcall()
|
| H A D | DAGCombiner.cpp | 21650 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local 21658 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() 21708 if (RVT.getScalarSizeInBits() % 8 == 0) in XformToShuffleWithZero() 21709 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 21712 if (RVT.getScalarSizeInBits() % Split == 0) in XformToShuffleWithZero()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | imx6dl-prtrvt.dts | 12 model = "Protonic RVT board";
|