Searched refs:LRV (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 361 LRV, STRV, enumerator
|
D | SystemZScheduleZ196.td | 262 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>; 263 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
D | SystemZScheduleZEC12.td | 273 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>; 274 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
D | SystemZOperators.td | 287 def z_loadbswap : SDNode<"SystemZISD::LRV", SDTLoad,
|
D | SystemZScheduleZ13.td | 299 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 300 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
D | SystemZScheduleZ15.td | 304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
D | SystemZScheduleZ14.td | 300 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>; 301 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
|
D | SystemZISelLowering.cpp | 4737 if (Subtarget.hasVectorEnhancements2() && Op.getOpcode() == SystemZISD::LRV) in isVectorElementLoad() 5421 OPCODE(LRV); in getTargetNodeName() 6078 DAG.getMemIntrinsicNode(SystemZISD::LRV, SDLoc(N), in combineBSWAP()
|
D | SystemZInstrInfo.td | 785 def LRV : UnaryRXY<"lrv", 0xE31E, z_loadbswap32, GR32, 4>;
|