Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h52 unsigned IsInConsecutiveRegsLast : 1; member
68 IsInConsecutiveRegsLast(0), IsInConsecutiveRegs(0), in ArgFlagsTy()
127 bool isInConsecutiveRegsLast() const { return IsInConsecutiveRegsLast; } in isInConsecutiveRegsLast()
129 IsInConsecutiveRegsLast = Flag;