Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h459 void getInRegsParamInfo(unsigned InRegsParamRecordIndex, in getInRegsParamInfo() argument
461 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()
464 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()