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

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10327     return MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm);
10333     if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) ==
10337       const MCInstrDesc &MCID = MII.get(Inst.getOpcode());
10340             (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx())
10359       MatchInstructionImpl(Operands, Inst, &NearMisses, MatchingInlineAsm);
10361     const MCInstrDesc &MCID = MII.get(Inst.getOpcode());
10364           (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx())
10368       if (Inst.getOpcode() == ARM::tBcc || Inst.getOpcode() == ARM::t2Bcc) {
10368       if (Inst.getOpcode() == ARM::tBcc || Inst.getOpcode() == ARM::t2Bcc) {
10386   if (MatchInstructionImpl(Operands, Inst, nullptr, MatchingInlineAsm) ==
10388     const MCInstrDesc &MCID = MII.get(Inst.getOpcode());
10391           (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx())