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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 112 unsigned SpillAlignment;
194 unsigned SpillAlignment;
199 SpillAlignment(O.SpillAlignment) {}
202 : Members(M), SpillSize(S), SpillAlignment(A) {}
207 SpillAlignment(RC.SpillAlignment) {}
209 // Lexicographical order of (Members, SpillSize, SpillAlignment).
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const uint16_t SpillSize, SpillAlignment;
101 unsigned getAlignment() const { return SpillAlignment; }
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 304 unsigned SpillAlignment;
408 unsigned SpillAlignment;
411 : Members(M), SpillSize(S), SpillAlignment(A) {}
416 SpillAlignment(RC.SpillAlignment) {}
418 // Lexicographical order of (Members, SpillSize, SpillAlignment).

Completed in 680 milliseconds