Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h48 ArrayRef<MCPhysReg> GetByValArgRegs() const;
DMipsABIInfo.cpp26 ArrayRef<MCPhysReg> MipsABIInfo::GetByValArgRegs() const { in GetByValArgRegs() function in MipsABIInfo
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3733 ArrayRef<MCPhysReg> ByValArgRegs = ABI.GetByValArgRegs(); in copyByValRegs()
3785 ArrayRef<MCPhysReg> ArgRegs = ABI.GetByValArgRegs(); in passByValArg()
3927 ArrayRef<MCPhysReg> IntArgRegs = ABI.GetByValArgRegs(); in HandleByVal()