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

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 105 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineValueType.h 105 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 105 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineValueType.h 105 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 106 // Scalable integer types
241 // For scalable vectors, the total number of elements is a multiple of 'Min'
245 bool Scalable;
247 ElementCount(unsigned Min, bool Scalable)
248 : Min(Min), Scalable(Scalable) {}
251 return { Min * RHS, Scalable };
260 return { Min / RHS, Scalable };
269 return Min == RHS.Min && Scalable == RHS.Scalable;
    [all...]

Completed in 418 milliseconds