HomeSort by relevance Sort by last modified time
    Searched refs:GP (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 1 //===-- MipsEmitGPRestore.cpp - Emit GP restore instruction----------------===//
10 // This pass emits instructions that restore $gp right
15 #define DEBUG_TYPE "emit-gp-restore"
38 return "Mips Emit GP Restore";
58 // If MBB is a landing pad, insert instruction that restores $gp after
67 BuildMI(MBB, I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
79 // emit lw $gp, ($gp save slot on stack) after jalr
80 BuildMI(MBB, ++I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
90 /// restores $gp clobbered by jalr instructions
    [all...]
MipsRegisterInfo.cpp 124 case Mips::GP: case Mips::GP_64: case Mips::F28: case Mips::D28_64:
194 Mips::GP, Mips::SP, Mips::FP, Mips::RA, 0
295 // stack space or a $gp restore location,
MipsInstrInfo.cpp 454 GlobalBaseReg).addReg(Mips::GP);
455 RegInfo.addLiveIn(Mips::GP);
MipsISelDAGToDAG.cpp 115 unsigned GPReg = ValTy == MVT::i32 ? Mips::GP : Mips::GP_64;
MipsISelLowering.cpp     [all...]
  /external/chromium/base/memory/
scoped_ptr.h 353 template <class C2, class GP>
354 bool operator==(scoped_ptr_malloc<C2, GP> const& p) const;
355 template <class C2, class GP>
356 bool operator!=(scoped_ptr_malloc<C2, GP> const& p) const;
  /external/chromium/googleurl/base/
scoped_ptr.h 296 template <typename U, typename GP>
297 bool operator==(scoped_ptr_malloc<U, GP> const& p) const;
298 template <typename U, typename GP>
299 bool operator!=(scoped_ptr_malloc<U, GP> const& p) const;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 97 case Mips::GP: case Mips::GP_64: case Mips::F28: case Mips::D28_64:
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]

Completed in 301 milliseconds