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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 246 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 236 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetRegisterInfo.h 208 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetRegisterInfo.h 208 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetRegisterInfo.h 236 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetRegisterInfo.h 208 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetRegisterInfo.h 208 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetRegisterInfo.h 210 unsigned RegWeight;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 583 /// RegWeight is a wrapper for a uint32_t weight value, with a special value
586 class RegWeight {
589 RegWeight() = default;
590 explicit RegWeight(BaseType Weight) : Weight(Weight) {}
591 RegWeight(const RegWeight &) = default;
592 RegWeight &operator=(const RegWeight &) = default;
603 void addWeight(const RegWeight &Other) { addWeight(Other.Weight); }
610 Ostream &operator<<(Ostream &Str, const RegWeight &W)
    [all...]

Completed in 475 milliseconds