Home
last modified time | relevance | path

Searched refs:VEXTEND (Results 1 – 4 of 4) 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.h260 VEXTEND, enumerator
H A DSystemZOperators.td350 def z_vextend : SDNode<"SystemZISD::VEXTEND", SDT_ZVecUnaryConv>;
H A DSystemZISelLowering.cpp2976 return DAG.getNode(SystemZISD::VEXTEND, DL, MVT::v2f64, Op); in expandV4F32ToV2F64()
5993 OPCODE(VEXTEND); in getTargetNodeName()
6733 VExtend = DAG.getNode(SystemZISD::VEXTEND, SDLoc(N), in combineFP_EXTEND()