Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
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()