Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h210 struct ByValArgInfo { struct
215 ByValArgInfo() : FirstIdx(0), NumRegs(0), Address(0) {} in ByValArgInfo() argument
257 typedef SmallVector<ByValArgInfo, 2>::const_iterator byval_iterator;
278 void allocateRegs(ByValArgInfo &ByVal, unsigned ByValSize,
295 SmallVector<ByValArgInfo, 2> ByValArgs;
355 const MipsCC &CC, const ByValArgInfo &ByVal) const;
362 const MipsCC &CC, const ByValArgInfo &ByVal,
DMipsISelLowering.cpp3495 struct ByValArgInfo ByVal; in handleByValArg()
3539 void MipsTargetLowering::MipsCC::allocateRegs(ByValArgInfo &ByVal, in allocateRegs()
3581 const MipsCC &CC, const ByValArgInfo &ByVal) const { in copyByValRegs()
3626 const MipsCC &CC, const ByValArgInfo &ByVal, in passByValArg()