Home
last modified time | relevance | path

Searched refs:GetATReg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h87 function_ref<unsigned()> GetATReg,
136 function_ref<unsigned()> GetATReg, SMLoc IDLoc,
258 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
314 bool emitDirectiveCpRestore(int Offset, function_ref<unsigned()> GetATReg,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp101 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
232 function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitStoreWithImmOffset() argument
243 unsigned ATReg = GetATReg(); in emitStoreWithImmOffset()
589 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
591 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
1052 int Offset, function_ref<unsigned()> GetATReg, SMLoc IDLoc, in emitDirectiveCpRestore() argument
1054 MipsTargetStreamer::emitDirectiveCpRestore(Offset, GetATReg, IDLoc, STI); in emitDirectiveCpRestore()
1067 emitStoreWithImmOffset(Mips::SW, Mips::GP, Mips::SP, Offset, GetATReg, IDLoc, in emitDirectiveCpRestore()