Searched refs:ByValArgInfo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 231 struct ByValArgInfo { struct 236 ByValArgInfo() : FirstIdx(0), NumRegs(0), Address(0) {} in ByValArgInfo() argument 285 typedef SmallVectorImpl<ByValArgInfo>::const_iterator byval_iterator; 306 void allocateRegs(ByValArgInfo &ByVal, unsigned ByValSize, 324 SmallVector<ByValArgInfo, 2> ByValArgs; 384 const MipsCC &CC, const ByValArgInfo &ByVal) const; 391 const MipsCC &CC, const ByValArgInfo &ByVal,
|
D | MipsISelLowering.cpp | 3259 struct ByValArgInfo ByVal; in handleByValArg() 3305 void MipsTargetLowering::MipsCC::allocateRegs(ByValArgInfo &ByVal, in allocateRegs() 3347 const MipsCC &CC, const ByValArgInfo &ByVal) const { in copyByValRegs() 3392 const MipsCC &CC, const ByValArgInfo &ByVal, in passByValArg()
|