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

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 1787   Inst.setLoc(IDLoc);
 1812         return Error(IDLoc, "branch target out of range");
 1815         return Error(IDLoc, "branch to misaligned address");
 1842         return Error(IDLoc, "branch target out of range");
 1845         return Error(IDLoc, "branch to misaligned address");
 1858         return Error(IDLoc, "branch target out of range");
 1860         return Error(IDLoc, "branch to misaligned address");
 1871         return Error(IDLoc, "branch target out of range");
 1873         return Error(IDLoc, "branch to misaligned address");
 1882         return Error(IDLoc, "branch target out of range");
 1884         return Error(IDLoc, "branch to misaligned address");
 1895         return Error(IDLoc, "branch target out of range");
 1897         return Error(IDLoc, "branch to misaligned address");
 1906     Warning(IDLoc, "ssnop is deprecated for " + ISA + " and is equivalent to a "
 1927           return Error(IDLoc, "expected immediate operand kind");
 1931           return Error(IDLoc, "immediate operand value out of range");
 1944           return Error(IDLoc, "expected immediate operand kind");
 1947           return Error(IDLoc, "immediate operand value out of range");
 1971         Warning(IDLoc, "dividing zero by zero");
 1973         Warning(IDLoc, "division by zero");
 1999         Warning(IDLoc, "dividing zero by zero");
 2001         Warning(IDLoc, "division by zero");
 2021     warnIfNoMacro(IDLoc);
 2028       return Error(IDLoc, "jal doesn't support multiple symbols in PIC mode");
 2037                           !isGP64bit(), IDLoc, Out, STI))
 2056                                   getContext(), IDLoc);
 2060           RelocJalrExpr, IDLoc, *STI);
 2081             expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad());
 2091               expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad());
 2095             expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad());
 2122                            IDLoc, STI);
 2141           return Error(IDLoc, "expected immediate operand kind");
 2145           return Error(IDLoc, "immediate operand value out of range");
 2151           return Error(IDLoc, "expected immediate operand kind");
 2154           return Error(IDLoc, "immediate operand value out of range");
 2159           return Error(IDLoc, "expected immediate operand kind");
 2162           return Error(IDLoc, "immediate operand value out of range");
 2167           return Error(IDLoc, "expected immediate operand kind");
 2171           return Error(IDLoc, "immediate operand value out of range");
 2176           return Error(IDLoc, "expected immediate operand kind");
 2181           return Error(IDLoc, "immediate operand value out of range");
 2186           return Error(IDLoc, "expected immediate operand kind");
 2189           return Error(IDLoc, "immediate operand value out of range");
 2195           return Error(IDLoc, "expected immediate operand kind");
 2198           return Error(IDLoc, "immediate operand value out of range");
 2205           return Error(IDLoc, "expected immediate operand kind");
 2208           return Error(IDLoc, "immediate operand value out of range");
 2215           return Error(IDLoc, "expected immediate operand kind");
 2218           return Error(IDLoc, "immediate operand value out of range");
 2223           return Error(IDLoc, "expected immediate operand kind");
 2226           return Error(IDLoc, "immediate operand value out of range");
 2231           return Error(IDLoc, "invalid operand for instruction");
 2246           return Error(IDLoc, "invalid operand for instruction");
 2258       tryExpandInstruction(Inst, IDLoc, Out, STI);
 2279     TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, STI);
 2291         TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc,
 2295       TOut.emitGPRestore(CpRestoreOffset, IDLoc, STI);
 2297       Warning(IDLoc, "no .cprestore used in PIC mode");