• Home
  • Raw
  • Download

Lines Matching refs:getImm

70   LowOffsetOp.setImm(LowOffsetOp.getImm() + 8);  in splitMove()
78 unsigned HighOpcode = getOpcodeForOffset(NewOpcode, HighOffsetOp.getImm()); in splitMove()
79 unsigned LowOpcode = getOpcodeForOffset(NewOpcode, LowOffsetOp.getImm()); in splitMove()
95 OffsetMO.getImm()); in splitAdjDynAlloc()
115 MI->getOperand(1).setImm(uint32_t(MI->getOperand(1).getImm())); in expandRIPseudo()
148 MI->getOperand(2).getImm()); in expandRXYPseudo()
204 MI->getOperand(2).getImm() == 0 && in isSimpleMove()
229 MI->getOperand(1).getImm() != 0 || in isStackSlotCopy()
231 MI->getOperand(4).getImm() != 0) in isStackSlotCopy()
235 int64_t Length = MI->getOperand(2).getImm(); in isStackSlotCopy()
327 unsigned OldCCValid = Cond[0].getImm(); in AnalyzeBranch()
328 unsigned OldCCMask = Cond[1].getImm(); in AnalyzeBranch()
364 Cond[1].setImm(Cond[1].getImm() ^ Cond[0].getImm()); in ReverseBranchCondition()
391 unsigned CCValid = Cond[0].getImm(); in InsertBranch()
392 unsigned CCMask = Cond[1].getImm(); in InsertBranch()
415 Value = MI->getOperand(1).getImm(); in analyzeCompare()
435 MI->getOperand(3).getImm() == Imm); in isShift()
535 unsigned CCValid = Pred[0].getImm(); in PredicateInstruction()
536 unsigned CCMask = Pred[1].getImm(); in PredicateInstruction()
626 isUInt<12>(MI->getOperand(2).getImm()) && in isSimpleBD12Move()
726 uint64_t Imm = MI->getOperand(2).getImm() << And.ImmLSB; in convertToThreeAddress()
764 isInt<8>(MI->getOperand(2).getImm()) && in foldMemoryOperandImpl()
771 .addImm(MI->getOperand(2).getImm()); in foldMemoryOperandImpl()
787 isInt<8>(MI->getOperand(2).getImm())) { in foldMemoryOperandImpl()
794 .addImm(MI->getOperand(2).getImm()); in foldMemoryOperandImpl()
848 .addImm(MI->getOperand(2).getImm()) in foldMemoryOperandImpl()
856 .addImm(MI->getOperand(2).getImm()) in foldMemoryOperandImpl()
1042 MI->getOperand(5).setImm(MI->getOperand(5).getImm() ^ 32); in expandPostRAPseudo()
1077 MI->getOperand(0).getImm(), in getBranchInfo()
1078 MI->getOperand(1).getImm(), &MI->getOperand(2)); in getBranchInfo()
1091 MI->getOperand(2).getImm(), &MI->getOperand(3)); in getBranchInfo()
1096 MI->getOperand(2).getImm(), &MI->getOperand(3)); in getBranchInfo()
1101 MI->getOperand(2).getImm(), &MI->getOperand(3)); in getBranchInfo()
1106 MI->getOperand(2).getImm(), &MI->getOperand(3)); in getBranchInfo()
1261 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CIJ : 0; in getCompareAndBranch()
1263 return MI && isInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CGIJ : 0; in getCompareAndBranch()
1269 return MI && isUInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CLIJ : 0; in getCompareAndBranch()
1271 return MI && isUInt<8>(MI->getOperand(1).getImm()) ? SystemZ::CLGIJ : 0; in getCompareAndBranch()