HomeSort by relevance Sort by last modified time
    Searched refs:RoundVT (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 527 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
536 RoundVT,
562 RoundVT, isVolatile, isNonTemporal, Alignment,
737 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
748 LD->getPointerInfo(), RoundVT, isVolatile,
    [all...]
SelectionDAGBuilder.cpp 150 EVT RoundVT = RoundBits == ValueBits ?
169 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp 118 EVT RoundVT = RoundBits == ValueBits ?
137 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 552 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
561 RoundVT, Alignment, MMOFlags, AAInfo);
585 RoundVT, Alignment, MMOFlags, AAInfo);
766 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth);
776 LD->getPointerInfo(), RoundVT, Alignment, MMOFlags,
    [all...]
SelectionDAGBuilder.cpp 219 EVT RoundVT = RoundBits == ValueBits ?
238 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
    [all...]

Completed in 378 milliseconds