HomeSort by relevance Sort by last modified time
    Searched defs:isStackRealigned (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 118 bool isStackRealigned() const { return StackRealigned; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 123 bool isStackRealigned() const { return StackRealigned; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 146 bool IsStackRealigned = false;
484 bool isStackRealigned() const {
485 return IsStackRealigned;
489 IsStackRealigned = Realigned;

Completed in 8110 milliseconds