Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h225 SmallVector<ByValInfo, 4 > ByValRegs; variable
441 unsigned getInRegsParamsCount() const { return ByValRegs.size(); } in getInRegsParamsCount()
450 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()
453 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()
460 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()
467 unsigned e = ByValRegs.size(); in nextInRegsParam()
476 ByValRegs.clear(); in clearByValRegsInfo()