Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-conv-18.ll1 ; Test that VEXTEND or VROUND nodes are not emitted without vector support.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h264 VROUND, enumerator
H A DSystemZOperators.td353 def z_vround : SDNode<"SystemZISD::VROUND", SDT_ZVecUnaryConv>;
H A DSystemZISelLowering.cpp5995 OPCODE(VROUND); in getTargetNodeName()
6667 VRound = DAG.getNode(SystemZISD::VROUND, SDLoc(N), in combineFP_ROUND()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrSSE.td5621 defm VROUND : sse41_fp_binop_s<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl,
5624 defm VROUND : avx_fp_unop_rm<0x0A, 0x0B, "vround", SchedWriteFRnd.Scl>,