HomeSort by relevance Sort by last modified time
    Searched refs:SpillAlignment (Results 1 - 14 of 14) 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).
CodeGenRegisters.cpp 330 SpillAlignment = R->getValueAsInt("Alignment");
345 SpillAlignment(Props.SpillAlignment),
381 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
398 return SpillAlignment < B.SpillAlignment;
412 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
445 if (A->SpillAlignment < B->SpillAlignment
    [all...]
RegisterInfoEmitter.cpp 377 << RC.SpillAlignment/8 << ", "
  /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).
CodeGenRegisters.cpp 709 SpillAlignment = R->getValueAsInt("Alignment");
730 SpillAlignment(Props.SpillAlignment),
771 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
783 return std::tie(*Members, SpillSize, SpillAlignment) <
784 std::tie(*B.Members, B.SpillSize, B.SpillAlignment);
798 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
825 if (A->SpillAlignment < B->SpillAlignment
    [all...]
RegisterInfoEmitter.cpp     [all...]
  /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...]

Completed in 881 milliseconds