Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp180 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 …]
DDAGCombiner.cpp7202 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/
DLegalizeFloatTypes.cpp256 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 …]
DDAGCombiner.cpp13862 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/
DLegalizeFloatTypes.cpp259 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 …]
DDAGCombiner.cpp17461 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/
DNEWS1353 - fixes: RVT fixes (William), XPath context resets bug (William), memory
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_011.ppm2091 ) & ".&���5V'0[.4a4:W,0CO&){RVT-4H 'Y4:58B")/
Dtest_034.ppm8978 …���������������������������������������������������������������;�Ȳ���Ի�ƭ���RVT=V7P3R ,K(F'E�*…
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv8812 ,"IE","RVT","Riverstown","Riverstown","LH","--3-----","RL","0701",,"5359N 00613W",
14341 ,"IT","RVT","Rossano Veneto","Rossano Veneto","VI","--3-----","RQ","0901",,"4542N 01148E",
D2013-1_UNLOCODE_CodeListPart3.csv8267 ,"TH","RVT","Rubicon Vantage FPSO","Rubicon Vantage FPSO",,"------7-","RQ","1001",,"1031N 10017E",
23351 ,"US","RVT","Rooseveltown","Rooseveltown","NY","--3-----","RL","0201",,"4458N 07444W",