Searched refs:RLL (Results 1 – 25 of 27) sorted by relevance
12
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 446 MachineInstr *RLL = getDef(SrcReg, MRI); in removeIPMBasedCompare() local 447 if (RLL && RLL->getOpcode() == SystemZ::LGFR) { in removeIPMBasedCompare() 448 LGFR = RLL; in removeIPMBasedCompare() 449 RLL = getDef(LGFR->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 451 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare() 454 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() 475 eraseIfDead(RLL, MRI); in removeIPMBasedCompare()
|
D | SystemZISelLowering.cpp | 3098 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary() 3128 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary() 3216 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax() 3247 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax() 3337 BuildMI(MBB, DL, TII->get(SystemZ::RLL), Dest) in emitAtomicCmpSwapW() 3361 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-xchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-xchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | cmpxchg-02.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | cmpxchg-01.ll | 9 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | shift-04.ll | 5 ; Check the low end of the RLL range. 16 ; Check the high end of the defined RLL range.
|
D | atomicrmw-sub-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-nand-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-add-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-or-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-or-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-xor-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-sub-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-and-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-and-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-xor-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-add-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-nand-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | insert-06.ll | 66 ; ...likewise three-operand binary operations like RLL.
|
D | atomicrmw-minmax-02.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-minmax-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 524 TreeTy *RLL = getLeft(RL); in balanceTree() local 527 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR)); in balanceTree()
|
/external/iproute2/testsuite/configs/ |
D | all-2.4 | 276 # ATA/IDE/MFM/RLL support
|
D | all-no-act | 290 # ATA/ATAPI/MFM/RLL support
|
12