Searched refs:VRound (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5960 SDValue VRound, Chain; in combineFP_ROUND() local 5965 VRound = DAG.getNode(SystemZISD::STRICT_VROUND, SDLoc(N), in combineFP_ROUND() 5967 Chain = VRound.getValue(1); in combineFP_ROUND() 5969 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND() 5971 DCI.AddToWorklist(VRound.getNode()); in combineFP_ROUND() 5974 VRound, DAG.getConstant(2, SDLoc(U), MVT::i32)); in combineFP_ROUND() 5981 VRound, DAG.getConstant(0, SDLoc(Op0), MVT::i32)); in combineFP_ROUND()
|