Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h46 unsigned IsInConsecutiveRegsLast : 1; member
58 IsInConsecutiveRegsLast(0), IsInConsecutiveRegs(0), in ArgFlagsTy()
105 bool isInConsecutiveRegsLast() const { return IsInConsecutiveRegsLast; } in isInConsecutiveRegsLast()
106 void setInConsecutiveRegsLast() { IsInConsecutiveRegsLast = 1; } in setInConsecutiveRegsLast()