Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h376 LRV, STRV, enumerator
H A DSystemZOperators.td306 def z_storebswap : SDNode<"SystemZISD::STRV", SDTStore,
H A DSystemZScheduleZEC12.td275 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZScheduleZ196.td264 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 DSystemZScheduleZ14.td302 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 DSystemZScheduleZ16.td306 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STRV(G|H)?$")>;
H A DSystemZInstrInfo.td870 def STRV : StoreRXY<"strv", 0xE33E, z_storebswap32, GR32, 4>;
H A DSystemZISelLowering.cpp6501 OPCODE(STRV); in getTargetNodeName()
7076 DAG.getMemIntrinsicNode(SystemZISD::STRV, SDLoc(N), DAG.getVTList(MVT::Other), in combineSTORE()