Home
last modified time | relevance | path

Searched refs:IsInConsecutiveRegs (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.h48 unsigned IsInConsecutiveRegs : 1; member
62 IsInConsecutiveRegsLast(0), IsInConsecutiveRegs(0), in ArgFlagsTy()
110 bool isInConsecutiveRegs() const { return IsInConsecutiveRegs; } in isInConsecutiveRegs()
111 void setInConsecutiveRegs() { IsInConsecutiveRegs = 1; } in setInConsecutiveRegs()