Lines Matching refs:inITBlock
321 bool inITBlock() { return ITState.CurPosition != ~0U; } in inITBlock() function in __anon2f82d7160111::ARMAsmParser
322 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock()
323 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock()
330 if (!inITBlock()) return; in forwardITPosition()
382 return inITBlock() && (ITState.Mask & 1); in isITBlockFull()
405 assert(!inITBlock()); in startImplicitITBlock()
417 assert(!inITBlock()); in startExplicitITBlock()
5630 if(inITBlock()) { in cvtThumbBranches()
6650 if (inITBlock() && in shouldOmitCCOutOperand()
6682 !inITBlock() || (static_cast<ARMOperand &>(*Operands[3]).getReg() != in shouldOmitCCOutOperand()
6699 !inITBlock())) in shouldOmitCCOutOperand()
6736 if ((Value < ((1 << 7) - 1) << 2) && inITBlock() && (!(Value & 3)) && in shouldOmitCCOutOperand()
7524 if (inITBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()
10182 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10216 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsr) && in processInstruction()
10251 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsi) && in processInstruction()
10266 if (inITBlock()) { in processInstruction()
10492 Inst.getOperand(5).getReg() != (inITBlock() ? 0 : ARM::CPSR) || in processInstruction()
10564 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()) { in processInstruction()
10571 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()){ in processInstruction()
10578 if (Inst.getOperand(1).getImm() == ARMCC::AL || inITBlock()) { in processInstruction()
10660 Inst.getOperand(4).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10786 assert(!inITBlock() && "nested IT blocks?!"); in processInstruction()
10801 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10837 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10919 !inITBlock()) in checkTargetMatchPredicate()
10922 inITBlock()) in checkTargetMatchPredicate()
10925 if (Opc == ARM::tLSLri && Inst.getOperand(3).getImm() == 0 && inITBlock()) in checkTargetMatchPredicate()