Searched refs:STRV (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 376 LRV, STRV, enumerator
|
H A D | SystemZOperators.td | 306 def z_storebswap : SDNode<"SystemZISD::STRV", SDTStore,
|
H A D | SystemZScheduleZEC12.td | 275 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZScheduleZ196.td | 264 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZScheduleZ13.td | 301 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZScheduleZ14.td | 302 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZScheduleZ15.td | 306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZScheduleZ16.td | 306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
|
H A D | SystemZInstrInfo.td | 870 def STRV : StoreRXY<"strv", 0xE33E, z_storebswap32, GR32, 4>;
|
H A D | SystemZISelLowering.cpp | 6501 OPCODE(STRV); in getTargetNodeName() 7076 DAG.getMemIntrinsicNode(SystemZISD::STRV, SDLoc(N), DAG.getVTList(MVT::Other), in combineSTORE()
|