Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h95 virtual bool emitDirectiveCpRestore(int Offset,
286 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
349 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp110 bool MipsTargetStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetStreamer
669 bool MipsTargetAsmStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetAsmStreamer
672 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
1172 bool MipsTargetELFStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetELFStreamer
1175 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7085 if (!getTargetStreamer().emitDirectiveCpRestore( in parseDirectiveCpRestore()