Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h448 void getInRegsParamInfo(unsigned InRegsParamRecordIndex, in getInRegsParamInfo() argument
450 assert(InRegsParamRecordIndex < ByValRegs.size() && in getInRegsParamInfo()
453 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex]; in getInRegsParamInfo()