Searched refs:ByValInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h167 // ByValInfo and SmallVector<ByValInfo, 4> ByValRegs:
169 // Vector of ByValInfo instances (ByValRegs) is introduced for byval registers
196 struct ByValInfo { struct in class:llvm::CCState
197 ByValInfo(unsigned B, unsigned E, bool IsWaste = false) : function in struct:llvm::CCState::ByValInfo
211 SmallVector<ByValInfo, 4 > ByValRegs;
371 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex];
378 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd));

Completed in 56 milliseconds