Lines Matching refs:inITBlock
167 bool inITBlock() { return ITState.CurPosition != ~0U; } in inITBlock() function in __anonef5d38c20111::ARMAsmParser
172 if (!inITBlock()) return; in forwardITPosition()
4725 if(inITBlock()) { in cvtThumbBranches()
5520 if (inITBlock() && in shouldOmitCCOutOperand()
5551 !inITBlock() || (static_cast<ARMOperand &>(*Operands[3]).getReg() != in shouldOmitCCOutOperand()
5568 !inITBlock())) in shouldOmitCCOutOperand()
6039 else if (inITBlock() && !lastInITBlock() && ListContainsPC) in validatetLDMRegList()
6076 if (inITBlock() && !instIsBreakpoint(Inst)) { in validateInstruction()
7866 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) && in processInstruction()
7902 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsr)) in processInstruction()
7936 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsi)) in processInstruction()
8149 ((!inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR) || in processInstruction()
8150 (inITBlock() && Inst.getOperand(5).getReg() != 0)) || in processInstruction()
8198 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()) { in processInstruction()
8205 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()){ in processInstruction()
8212 if (Inst.getOperand(1).getImm() == ARMCC::AL || inITBlock()) { in processInstruction()
8293 ((!inITBlock() && Inst.getOperand(2).getImm() == ARMCC::AL && in processInstruction()
8295 (inITBlock() && Inst.getOperand(4).getReg() == 0)) && in processInstruction()
8435 assert(!inITBlock() && "nested IT blocks?!"); in processInstruction()
8453 ((!inITBlock() && Inst.getOperand(5).getReg() == ARM::CPSR) || in processInstruction()
8454 (inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR)) && in processInstruction()
8493 ((!inITBlock() && Inst.getOperand(5).getReg() == ARM::CPSR) || in processInstruction()
8494 (inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR)) && in processInstruction()
8550 !inITBlock()) in checkTargetMatchPredicate()
8553 inITBlock()) in checkTargetMatchPredicate()
8598 bool wasInITBlock = inITBlock(); in MatchAndEmitInstruction()