HomeSort by relevance Sort by last modified time
    Searched defs:RVT (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 180 EVT RVT = RHS.getValueType();
183 unsigned RSize = RVT.getSizeInBits();
186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT),
188 TLI.getShiftAmountTy(RVT)));
189 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
192 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits();
194 SignBit = DAG.getNode(ISD::SRL, dl, RVT, SignBit,
542 EVT RVT = N->getValueType(0);
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT)
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 256 EVT RVT = RHS.getValueType();
259 unsigned RSize = RVT.getSizeInBits();
263 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT),
265 TLI.getShiftAmountTy(RVT, DAG.getDataLayout())));
266 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
269 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits();
272 DAG.getNode(ISD::SRL, dl, RVT, SignBit,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 259 EVT RVT = RHS.getValueType();
262 unsigned RSize = RVT.getSizeInBits();
266 ISD::SHL, dl, RVT, DAG.getConstant(1, dl, RVT),
268 TLI.getShiftAmountTy(RVT, DAG.getDataLayout())));
269 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
272 int SizeDiff = RVT.getSizeInBits() - LVT.getSizeInBits();
275 DAG.getNode(ISD::SRL, dl, RVT, SignBit,
    [all...]

Completed in 439 milliseconds