| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | atomicrmw-xchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-xchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | shift-04.ll | 6 ; Check the low end of the RLL range. 18 ; Check the high end of the defined RLL range.
|
| H A D | atomicrmw-nand-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-sub-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-and-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-add-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-add-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-and-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-xor-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-nand-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-or-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-or-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-sub-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-xor-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | insert-06.ll | 66 ; ...likewise three-operand binary operations like RLL.
|
| H A D | cmpxchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | cmpxchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-minmax-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| H A D | atomicrmw-minmax-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
| /llvm-project-15.0.7/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));
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7843 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary() 7873 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary() 7959 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax() 7990 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax() 8080 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW() 8101 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
|
| H A D | SystemZInstrInfo.td | 1504 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>; 2362 (RLL GR32:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
|
| H A D | SystemZScheduleZ196.td | 469 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3679 SDValue RLL = DAG.getNode(ISD::AND, dl, NVT, RL, Mask); in ExpandIntRes_MUL() local 3681 SDValue T = DAG.getNode(ISD::MUL, dl, NVT, LLL, RLL); in ExpandIntRes_MUL() 3690 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()
|