Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h216 struct ByValInfo { struct
217 ByValInfo(unsigned B, unsigned E) : Begin(B), End(E) {} in ByValInfo() function
225 SmallVector<ByValInfo, 4 > ByValRegs; argument
453 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()
460 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()