Home
last modified time | relevance | path

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

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