Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp185 return DAG.getConvertRndSat(NewVT, SDLoc(N), in ScalarizeVecRes_CONVERT_RNDSAT()
1201 Lo = DAG.getConvertRndSat(LoVT, dl, Lo, DTyOpLo, STyOpLo, RndOp, SatOp, in SplitVecRes_UnaryOp()
1203 Hi = DAG.getConvertRndSat(HiVT, dl, Hi, DTyOpHi, STyOpHi, RndOp, SatOp, in SplitVecRes_UnaryOp()
2614 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2634 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2643 return DAG.getConvertRndSat(WidenVT, dl, InOp, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
2660 Ops[i] = DAG.getConvertRndSat(WidenVT, dl, ExtVal, DTyOp, STyOp, RndOp, in WidenVecRes_CONVERT_RNDSAT()
DLegalizeIntegerTypes.cpp363 return DAG.getConvertRndSat(OutVT, SDLoc(N), N->getOperand(0), in PromoteIntRes_CONVERT_RNDSAT()
1072 return DAG.getConvertRndSat(N->getValueType(0), SDLoc(N), InOp, in PromoteIntOp_CONVERT_RNDSAT()
DSelectionDAG.cpp1674 SDValue SelectionDAG::getConvertRndSat(EVT VT, SDLoc dl, in getConvertRndSat() function in SelectionDAG
DSelectionDAGBuilder.cpp4721 Res = DAG.getConvertRndSat(DestVT, sdl, getValue(Op1), in visitIntrinsicCall()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h569 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,