Home
last modified time | relevance | path

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/
DSystemZISelLowering.h361 LRV, STRV, enumerator
DSystemZScheduleZ196.td262 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>;
263 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
DSystemZScheduleZEC12.td273 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LRV(G)?R$")>;
274 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
DSystemZOperators.td287 def z_loadbswap : SDNode<"SystemZISD::LRV", SDTLoad,
DSystemZScheduleZ13.td299 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
300 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
DSystemZScheduleZ15.td304 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
305 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
DSystemZScheduleZ14.td300 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LRV(G)?R$")>;
301 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LRV(G|H)?$")>;
DSystemZISelLowering.cpp4737 if (Subtarget.hasVectorEnhancements2() && Op.getOpcode() == SystemZISD::LRV) in isVectorElementLoad()
5421 OPCODE(LRV); in getTargetNodeName()
6078 DAG.getMemIntrinsicNode(SystemZISD::LRV, SDLoc(N), in combineBSWAP()
DSystemZInstrInfo.td785 def LRV : UnaryRXY<"lrv", 0xE31E, z_loadbswap32, GR32, 4>;