Searched refs:emitDirectiveCpRestore (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 86 virtual bool emitDirectiveCpRestore(int Offset, 258 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg, 314 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 100 bool MipsTargetStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetStreamer 588 bool MipsTargetAsmStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetAsmStreamer 591 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore() 1051 bool MipsTargetELFStreamer::emitDirectiveCpRestore( in emitDirectiveCpRestore() function in MipsTargetELFStreamer 1054 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5487 if (!getTargetStreamer().emitDirectiveCpRestore( in parseDirectiveCpRestore()
|