HomeSort by: relevance | last modified time | path
    Searched refs:ShadowRegs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 411 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) {
417 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc];
439 ArrayRef<MCPhysReg> ShadowRegs) {
440 for (unsigned i = 0; i < ShadowRegs.size(); ++i)
441 MarkAllocated(ShadowRegs[i]);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 4526 const MCPhysReg *ShadowRegs =
4542 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]);
4550 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]);

Completed in 26 milliseconds