/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 147 return DAG.getConvertRndSat(NewVT, N->getDebugLoc(), in ScalarizeVecRes_CONVERT_RNDSAT() 829 Lo = DAG.getConvertRndSat(LoVT, dl, Lo, DTyOpLo, STyOpLo, RndOp, SatOp, in SplitVecRes_UnaryOp() 831 Hi = DAG.getConvertRndSat(HiVT, dl, Hi, DTyOpHi, STyOpHi, RndOp, SatOp, in SplitVecRes_UnaryOp() 1776 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 1796 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 1804 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 1820 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
|
D | LegalizeIntegerTypes.cpp | 304 return DAG.getConvertRndSat(OutVT, N->getDebugLoc(), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT() 923 return DAG.getConvertRndSat(N->getValueType(0), N->getDebugLoc(), InOp, in PromoteIntOp_CONVERT_RNDSAT()
|
D | SelectionDAG.cpp | 1334 SDValue SelectionDAG::getConvertRndSat(EVT VT, DebugLoc dl, in getConvertRndSat() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 4867 Res = DAG.getConvertRndSat(DestVT, getCurDebugLoc(), getValue(Op1), in visitIntrinsicCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 185 return DAG.getConvertRndSat(NewVT, SDLoc(N), in ScalarizeVecRes_CONVERT_RNDSAT() 1258 Lo = DAG.getConvertRndSat(LoVT, dl, Lo, DTyOpLo, STyOpLo, RndOp, SatOp, in SplitVecRes_UnaryOp() 1260 Hi = DAG.getConvertRndSat(HiVT, dl, Hi, DTyOpHi, STyOpHi, RndOp, SatOp, in SplitVecRes_UnaryOp() 2732 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 2752 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 2761 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT() 2778 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
|
D | LegalizeIntegerTypes.cpp | 368 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT() 1077 return DAG.getConvertRndSat(N->getValueType(0), SDLoc(N), InOp, in PromoteIntOp_CONVERT_RNDSAT()
|
D | SelectionDAG.cpp | 1653 SDValue SelectionDAG::getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, in getConvertRndSat() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 5142 Res = DAG.getConvertRndSat(DestVT, sdl, getValue(Op1), in visitIntrinsicCall()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,
|