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

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 7307       return Error(Loc, "instructions in IT block must be predicable");
 7327     return Error(Loc, "predicated instructions must be in IT block");
 7331     return Warning(Loc, "predicated instructions should be in IT block");
 7340           return Error(Loc, "instruction is not predicable");
 7349     return Error(Loc, "instruction must be outside of IT block or the last instruction in an IT block");
 7355       return Error(Loc, "instruction in VPT block must be predicable");
 7372     return Error(Loc, "VPT predicated instructions must be in VPT block");
 7387       return Error(Loc, "unpredictable IT predicate sequence");