Home
last modified time | relevance | path

Searched refs:getConvertRndSat (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp147 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()
DLegalizeIntegerTypes.cpp304 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()
DSelectionDAG.cpp1334 SDValue SelectionDAG::getConvertRndSat(EVT VT, DebugLoc dl, in getConvertRndSat() function in SelectionDAG
DSelectionDAGBuilder.cpp4867 Res = DAG.getConvertRndSat(DestVT, getCurDebugLoc(), getValue(Op1), in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp185 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()
DLegalizeIntegerTypes.cpp368 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()
DSelectionDAG.cpp1653 SDValue SelectionDAG::getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, in getConvertRndSat() function in SelectionDAG
DSelectionDAGBuilder.cpp5142 Res = DAG.getConvertRndSat(DestVT, sdl, getValue(Op1), in visitIntrinsicCall()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,