Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h376 LRV, STRV, enumerator
H A DSystemZScheduleZ196.td262 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>;
263 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZScheduleZEC12.td273 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>;
274 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZOperators.td302 def z_loadbswap : SDNode<"SystemZISD::LRV", SDTLoad,
H A DSystemZScheduleZ13.td299 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
300 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZScheduleZ16.td304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZScheduleZ14.td300 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
301 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZScheduleZ15.td304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
H A DSystemZISelLowering.cpp5678 if (Subtarget.hasVectorEnhancements2() && Op.getOpcode() == SystemZISD::LRV) in isVectorElementLoad()
6437 OPCODE(LRV); in getTargetNodeName()
7346 DAG.getMemIntrinsicNode(SystemZISD::LRV, SDLoc(N), in combineBSWAP()
H A DSystemZInstrInfo.td863 def LRV : UnaryRXY<"lrv", 0xE31E, z_loadbswap32, GR32, 4>;