Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp478 MachineInstr *RLL = getDef(SrcReg, MRI); in removeIPMBasedCompare() local
479 if (RLL && RLL->getOpcode() == SystemZ::LGFR) { in removeIPMBasedCompare()
480 LGFR = RLL; in removeIPMBasedCompare()
481 RLL = getDef(LGFR->getOperand(1).getReg(), MRI); in removeIPMBasedCompare()
483 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare()
486 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI); in removeIPMBasedCompare()
507 eraseIfDead(RLL, MRI); in removeIPMBasedCompare()
/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-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-or-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-or-01.ll10 ; RLL is set up correctly. The negation is independent of the NILL and L
Datomicrmw-sub-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-xor-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
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-sub-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/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableSet.h521 TreeTy *RLL = getLeft(RL); in balanceTree() local
524 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR)); in balanceTree()
/external/v8/src/s390/
Ddisasm-s390.cc1118 case RLL: in DecodeSixByte()
Dconstants-s390.h735 RLL = 0xEB1D, // Rotate Left Single Logical (32) enumerator

12