Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp178 return DAG.getConvertRndSat(NewVT, SDLoc(N), in ScalarizeVecRes_CONVERT_RNDSAT()
1091 Lo = DAG.getConvertRndSat(LoVT, dl, Lo, DTyOpLo, STyOpLo, RndOp, SatOp, in SplitVecRes_UnaryOp()
1093 Hi = DAG.getConvertRndSat(HiVT, dl, Hi, DTyOpHi, STyOpHi, RndOp, SatOp, in SplitVecRes_UnaryOp()
2307 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2327 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2335 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2351 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
DLegalizeIntegerTypes.cpp343 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT()
1024 return DAG.getConvertRndSat(N->getValueType(0), SDLoc(N), InOp, in PromoteIntOp_CONVERT_RNDSAT()
DSelectionDAG.cpp1646 SDValue SelectionDAG::getConvertRndSat(EVT VT, SDLoc dl, in getConvertRndSat() function in SelectionDAG
DSelectionDAGBuilder.cpp4950 Res = DAG.getConvertRndSat(DestVT, sdl, getValue(Op1), in visitIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h549 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,