Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h47 unsigned IsInConsecutiveRegs : 1; member
58 IsInConsecutiveRegsLast(0), IsInConsecutiveRegs(0), in ArgFlagsTy()
102 bool isInConsecutiveRegs() const { return IsInConsecutiveRegs; } in isInConsecutiveRegs()
103 void setInConsecutiveRegs() { IsInConsecutiveRegs = 1; } in setInConsecutiveRegs()