Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCallingConvLower.h224 SmallVector<ByValInfo, 4 > ByValRegs; variable
438 unsigned getInRegsParamsCount() const { return ByValRegs.size(); } in getInRegsParamsCount()
447 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()
450 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()
457 ByValRegs.push_back(ByValInfo(RegBegin, RegEnd)); in addInRegsParamInfo()
464 unsigned e = ByValRegs.size(); in nextInRegsParam()
473 ByValRegs.clear(); in clearByValRegsInfo()