Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h149 void emitGPRestore(int Offset, SMLoc IDLoc, const MCSubtargetInfo *STI);
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp223 void MipsTargetStreamer::emitGPRestore(int Offset, SMLoc IDLoc, in emitGPRestore() function in MipsTargetStreamer
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1922 TOut.emitGPRestore(CpRestoreOffset, IDLoc, STI); in processInstruction()