reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10418   MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm,
10424                Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode()));
10424                Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode()));
10429     if (validateInstruction(Inst, Operands)) {
10444       while (processInstruction(Inst, Operands, Out))
10446                    Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode()));
10446                    Inst.dump_pretty(dbgs(), MII.getName(Inst.getOpcode()));
10451           !isV8EligibleForIT(&Inst)) {
10464     if (Inst.getOpcode() == ARM::ITasm)
10467     Inst.setLoc(IDLoc);
10469       PendingConditionalInsts.push_back(Inst);
10470       if (isITBlockFull() || isITBlockTerminator(Inst))
10473       Out.EmitInstruction(Inst, getSTI());