Searched refs:emitDirectiveCpRestore (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetStreamer.h | 97 virtual bool emitDirectiveCpRestore(int Offset, 287 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg, 352 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 139 bool MipsTargetStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetStreamer 698 bool MipsTargetAsmStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetAsmStreamer 701 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore() 1213 bool MipsTargetELFStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetELFStreamer 1216 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 7829 if (!getTargetStreamer().emitDirectiveCpRestore( in parseDirectiveCpRestore()
|