Searched refs:LRV (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 376 LRV, STRV, enumerator
|
| H A D | SystemZScheduleZ196.td | 262 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>; 263 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZScheduleZEC12.td | 273 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>; 274 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZOperators.td | 302 def z_loadbswap : SDNode<"SystemZISD::LRV", SDTLoad,
|
| H A D | SystemZScheduleZ13.td | 299 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 300 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZScheduleZ16.td | 304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZScheduleZ14.td | 300 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 301 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZScheduleZ15.td | 304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
| H A D | SystemZISelLowering.cpp | 5678 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 D | SystemZInstrInfo.td | 863 def LRV : UnaryRXY<"lrv", 0xE31E, z_loadbswap32, GR32, 4>;
|