Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h51 ArrayRef<MCPhysReg> GetVarArgRegs() const;
DMipsABIInfo.cpp34 ArrayRef<MCPhysReg> MipsABIInfo::GetVarArgRegs() const { in GetVarArgRegs() function in MipsABIInfo
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3871 ArrayRef<MCPhysReg> ArgRegs = ABI.GetVarArgRegs(); in writeVarArgRegs()