Home
last modified time | relevance | path

Searched refs:RLL (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp446 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()
DSystemZISelLowering.cpp3098 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/
Datomicrmw-xchg-01.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-xchg-02.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Dcmpxchg-02.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Dcmpxchg-01.ll9 ; RLL is set up correctly. The negation is independent of the NILL and L
Dshift-04.ll5 ; Check the low end of the RLL range.
16 ; Check the high end of the defined RLL range.
Datomicrmw-sub-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-nand-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-add-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-or-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-or-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-xor-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-sub-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-and-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-and-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-xor-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-add-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-nand-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Dinsert-06.ll66 ; ...likewise three-operand binary operations like RLL.
Datomicrmw-minmax-02.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-minmax-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
/external/llvm/include/llvm/ADT/
DImmutableSet.h524 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/
Dall-2.4276 # ATA/IDE/MFM/RLL support
Dall-no-act290 # ATA/ATAPI/MFM/RLL support

12