Searched refs:RLL (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 518 TreeTy *RLL = getLeft(RL); 521 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8441 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary() 8461 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary() 8536 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax() 8565 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax() 8655 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW() 8676 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
|
| H A D | SystemZInstrInfo.td | 1520 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>; 2295 (RLL GR32:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
|
| H A D | SystemZScheduleZ196.td | 469 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| H A D | SystemZScheduleZEC12.td | 480 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| H A D | SystemZScheduleZ13.td | 506 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| H A D | SystemZScheduleZ16.td | 530 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| H A D | SystemZScheduleZ14.td | 516 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| H A D | SystemZScheduleZ15.td | 530 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4020 SDValue RLL = DAG.getNode(ISD::AND, dl, NVT, RL, Mask); in ExpandIntRes_MUL() local 4022 SDValue T = DAG.getNode(ISD::MUL, dl, NVT, LLL, RLL); in ExpandIntRes_MUL() 4031 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()
|