Home
last modified time | relevance | path

Searched refs:warnIfRegIndexIsAT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp730 void warnIfRegIndexIsAT(unsigned RegIndex, SMLoc Loc);
909 AsmParser.warnIfRegIndexIsAT(RegIdx.Index, StartLoc); in getGPR32Reg()
5290 warnIfRegIndexIsAT(FirstReg, IDLoc); in expandLoadStoreDMacro()
5337 warnIfRegIndexIsAT(FirstReg, IDLoc); in expandStoreDM1Macro()
6124 void MipsAsmParser::warnIfRegIndexIsAT(unsigned RegIndex, SMLoc Loc) { in warnIfRegIndexIsAT() function in MipsAsmParser