Searched refs:RLL (Results 1 – 25 of 35) sorted by relevance
12
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 478 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/ |
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-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-or-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-or-01.ll | 10 ; RLL is set up correctly. The negation is independent of the NILL and L
|
D | atomicrmw-sub-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-xor-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 | 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-sub-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/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableSet.h | 521 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/ |
D | disasm-s390.cc | 1118 case RLL: in DecodeSixByte()
|
D | constants-s390.h | 735 RLL = 0xEB1D, // Rotate Left Single Logical (32) enumerator
|
12