Lines Matching refs:inITBlock
320 bool inITBlock() { return ITState.CurPosition != ~0U; } in inITBlock() function in __anon296d71d40111::ARMAsmParser
321 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock()
322 bool inImplicitITBlock() { return inITBlock() && !ITState.IsExplicit; } in inImplicitITBlock()
329 if (!inITBlock()) return; in forwardITPosition()
381 return inITBlock() && (ITState.Mask & 1); in isITBlockFull()
404 assert(!inITBlock()); in startImplicitITBlock()
416 assert(!inITBlock()); in startExplicitITBlock()
5766 if(inITBlock()) { in cvtThumbBranches()
6751 if (inITBlock() && in shouldOmitCCOutOperand()
6783 !inITBlock() || (static_cast<ARMOperand &>(*Operands[3]).getReg() != in shouldOmitCCOutOperand()
6800 !inITBlock())) in shouldOmitCCOutOperand()
6837 if ((Value < ((1 << 7) - 1) << 2) && inITBlock() && (!(Value & 3)) && in shouldOmitCCOutOperand()
7612 if (inITBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()
9975 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10009 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsr) && in processInstruction()
10044 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsi) && in processInstruction()
10059 if (inITBlock()) { in processInstruction()
10284 Inst.getOperand(5).getReg() != (inITBlock() ? 0 : ARM::CPSR) || in processInstruction()
10356 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()) { in processInstruction()
10363 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()){ in processInstruction()
10370 if (Inst.getOperand(1).getImm() == ARMCC::AL || inITBlock()) { in processInstruction()
10452 Inst.getOperand(4).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10578 assert(!inITBlock() && "nested IT blocks?!"); in processInstruction()
10593 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10629 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
10711 !inITBlock()) in checkTargetMatchPredicate()
10714 inITBlock()) in checkTargetMatchPredicate()
10717 if (Opc == ARM::tLSLri && Inst.getOperand(3).getImm() == 0 && inITBlock()) in checkTargetMatchPredicate()
10950 bool wasInITBlock = inITBlock(); in MatchAndEmitInstruction()