Searched refs:emitDirectiveCpRestore (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.h | 104 virtual bool emitDirectiveCpRestore(int Offset, 304 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg, 376 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
|
| H A D | MipsTargetStreamer.cpp | 149 bool MipsTargetStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetStreamer 751 bool MipsTargetAsmStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetAsmStreamer 754 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore() 1297 bool MipsTargetELFStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetELFStreamer 1300 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 7823 if (!getTargetStreamer().emitDirectiveCpRestore( in parseDirectiveCpRestore()
|