Home
last modified time | relevance | path

Searched refs:STRV (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dbswap-04.ll7 ; Check STRV with no displacement.
17 ; Check the high end of the aligned STRV range.
41 ; Check the high end of the negative aligned STRV range.
52 ; Check the low end of the STRV range.
76 ; Check that STRV allows an index.
H A Dbswap-08.ll1 ; Verify that truncating stores do not use STRV
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h356 LRV, STRV, enumerator
H A DSystemZOperators.td287 def z_storebswap : SDNode<"SystemZISD::STRV", SDTStore,
H A DSystemZScheduleZ196.td264 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZEC12.td275 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZ13.td301 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZ16.td306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZ15.td306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZ14.td302 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZISelLowering.cpp6027 OPCODE(STRV); in getTargetNodeName()
6422 DAG.getMemIntrinsicNode(SystemZISD::STRV, SDLoc(N), DAG.getVTList(MVT::Other), in combineSTORE()
H A DSystemZInstrInfo.td852 def STRV : StoreRXY<"strv", 0xE33E, z_storebswap32, GR32, 4>;