/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 180 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local 183 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() 188 TLI.getShiftAmountTy(RVT))); in SoftenFloatRes_FCOPYSIGN() 189 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN() 192 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 194 SignBit = DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN() 542 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local 555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP() 562 return MakeLibCall(LC, TLI.getTypeToTransformTo(*DAG.getContext(), RVT), in SoftenFloatRes_XINT_TO_FP() [all …]
|
D | DAGCombiner.cpp | 7202 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local 7203 if (!TLI.isVectorClearMaskLegal(Indices, RVT)) in XformToShuffleWithZero() 7207 EVT EltVT = RVT.getVectorElementType(); in XformToShuffleWithZero() 7208 SmallVector<SDValue,8> ZeroOps(RVT.getVectorNumElements(), in XformToShuffleWithZero() 7211 RVT, &ZeroOps[0], ZeroOps.size()); in XformToShuffleWithZero() 7212 LHS = DAG.getNode(ISD::BITCAST, dl, RVT, LHS); in XformToShuffleWithZero() 7213 SDValue Shuf = DAG.getVectorShuffle(RVT, dl, LHS, Zero, &Indices[0]); in XformToShuffleWithZero()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 256 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local 259 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 263 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT), in SoftenFloatRes_FCOPYSIGN() 265 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 266 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN() 269 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 272 DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN() 709 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local 722 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP() 730 TLI.getTypeToTransformTo(*DAG.getContext(), RVT), in SoftenFloatRes_XINT_TO_FP() [all …]
|
D | DAGCombiner.cpp | 13862 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local 13870 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() 13922 if (RVT.getScalarSizeInBits() % 8 == 0) in XformToShuffleWithZero() 13923 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 13926 if (RVT.getScalarSizeInBits() % Split == 0) in XformToShuffleWithZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 259 EVT RVT = RHS.getValueType(); in SoftenFloatRes_FCOPYSIGN() local 262 unsigned RSize = RVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 266 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT), in SoftenFloatRes_FCOPYSIGN() 268 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 269 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit); in SoftenFloatRes_FCOPYSIGN() 272 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits(); in SoftenFloatRes_FCOPYSIGN() 275 DAG.getNode(ISD::SRL, dl, RVT, SignBit, in SoftenFloatRes_FCOPYSIGN() 710 EVT RVT = N->getValueType(0); in SoftenFloatRes_XINT_TO_FP() local 723 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP() 731 TLI.getTypeToTransformTo(*DAG.getContext(), RVT), in SoftenFloatRes_XINT_TO_FP() [all …]
|
D | DAGCombiner.cpp | 17461 EVT RVT = RHS.getValueType(); in XformToShuffleWithZero() local 17469 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() 17521 if (RVT.getScalarSizeInBits() % 8 == 0) in XformToShuffleWithZero() 17522 MaxSplit = RVT.getScalarSizeInBits() / 8; in XformToShuffleWithZero() 17525 if (RVT.getScalarSizeInBits() % Split == 0) in XformToShuffleWithZero()
|
/external/libxml2/ |
D | NEWS | 1353 - fixes: RVT fixes (William), XPath context resets bug (William), memory
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_011.ppm | 2091 )& ".&5V'0[.4a4:W,0CO&){RVT-4H 'Y4:58B")/
|
D | test_034.ppm | 8978 …���������������������������������������������������������������;�Ȳ���Ի�ƭ���RVT=V7P3R,K(F'E*…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 8812 ,"IE","RVT","Riverstown","Riverstown","LH","--3-----","RL","0701",,"5359N 00613W", 14341 ,"IT","RVT","Rossano Veneto","Rossano Veneto","VI","--3-----","RQ","0901",,"4542N 01148E",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 8267 ,"TH","RVT","Rubicon Vantage FPSO","Rubicon Vantage FPSO",,"------7-","RQ","1001",,"1031N 10017E", 23351 ,"US","RVT","Rooseveltown","Rooseveltown","NY","--3-----","RL","0201",,"4458N 07444W",
|