HomeSort by relevance Sort by last modified time
    Searched refs:StackRealigned (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 84 bool StackRealigned;
95 IsSplitCSR(false), StackRealigned(false),
102 IsSplitCSR(false), StackRealigned(false),
118 bool isStackRealigned() const { return StackRealigned; }
119 void setStackRealigned(bool s) { StackRealigned = s; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 88 bool StackRealigned = false;
123 bool isStackRealigned() const { return StackRealigned; }
124 void setStackRealigned(bool s) { StackRealigned = s; }

Completed in 75 milliseconds