Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.h104 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 DMipsTargetStreamer.cpp149 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 DMipsAsmParser.cpp7823 if (!getTargetStreamer().emitDirectiveCpRestore( in parseDirectiveCpRestore()