Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h47 unsigned IsInConsecutiveRegsLast : 1; member
62 IsInConsecutiveRegsLast(0), IsInConsecutiveRegs(0), in ArgFlagsTy()
113 bool isInConsecutiveRegsLast() const { return IsInConsecutiveRegsLast; } in isInConsecutiveRegsLast()
114 void setInConsecutiveRegsLast() { IsInConsecutiveRegsLast = 1; } in setInConsecutiveRegsLast()