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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 147 return DAG.getConvertRndSat(NewVT, N->getDebugLoc(),
829 Lo = DAG.getConvertRndSat(LoVT, dl, Lo, DTyOpLo, STyOpLo, RndOp, SatOp,
831 Hi = DAG.getConvertRndSat(HiVT, dl, Hi, DTyOpHi, STyOpHi, RndOp, SatOp,
    [all...]
LegalizeIntegerTypes.cpp 304 return DAG.getConvertRndSat(OutVT, N->getDebugLoc(), N->getOperand(0),
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 185 return DAG.getConvertRndSat(NewVT, SDLoc(N),
    [all...]
LegalizeIntegerTypes.cpp 368 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0),
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,
    [all...]

Completed in 979 milliseconds