Home
last modified time | relevance | path

Searched defs:RegPairInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1905 struct RegPairInfo { struct
1906 unsigned Reg1 = AArch64::NoRegister;
1907 unsigned Reg2 = AArch64::NoRegister;
1908 int FrameIdx;
1909 int Offset;
1910 enum RegType { GPR, FPR64, FPR128, PPR, ZPR } Type;
1914 bool isPaired() const { return Reg2 != AArch64::NoRegister; } in isPaired()
1916 unsigned getScale() const { in getScale()
1930 bool isScalable() const { return Type == PPR || Type == ZPR; } in isScalable()