HomeSort by: relevance | last modified time | path
    Searched defs:IsScalable (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.cpp 278 bool IsScalable = Attrs.VectorizeScalable == LoopAttributes::Enable;
282 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))};
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 84 bool IsScalable; // True if the function is a scalable function.
88 return std::tie(VF, IsScalable, Parameters) ==
89 std::tie(Other.VF, Other.IsScalable, Other.Parameters);
118 return {EC.getKnownMinValue(), EC.isScalable(), Parameters};
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp 69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp;
78 IsScalable(true), Predicate(false), PredicatePattern(false),
91 bool isScalableVector() const { return isVector() && IsScalable; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1372 bool IsScalable = VT.isScalableVector();
1376 MVT::SimpleValueType EndVT = IsScalable ?
1407 SVT.isScalableVector() == IsScalable &&
1457 ValueTypeActions.setTypeAction(VT, EC.isScalable()
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUtils.cpp 306 Optional<int> IsScalable = getOptionalIntLoopAttribute(
308 return ElementCount::get(*Width, IsScalable.getValueOr(false));

Completed in 44 milliseconds