HomeSort by relevance Sort by last modified time
    Searched defs:SpillAlignment (Results 1 - 16 of 16) 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-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/darwin-x86/clang-4393122/include/llvm/Target/
TargetRegisterInfo.h 47 const uint16_t SpillSize, SpillAlignment;
317 return RC.SpillAlignment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetRegisterInfo.h 47 const uint16_t SpillSize, SpillAlignment;
317 return RC.SpillAlignment;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetRegisterInfo.h 47 const uint16_t SpillSize, SpillAlignment;
317 return RC.SpillAlignment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetRegisterInfo.h 47 const uint16_t SpillSize, SpillAlignment;
317 return RC.SpillAlignment;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 225 unsigned RegSize, SpillSize, SpillAlignment;
327 return getRegClassInfo(RC).SpillAlignment / 8;
    [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 4032 milliseconds