Home
last modified time | relevance | path

Searched refs:hasActiveVectorLength (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1237 bool hasActiveVectorLength() const;
1504 virtual bool hasActiveVectorLength() const = 0;
1990 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
1991 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h644 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h1237 bool hasActiveVectorLength() const;
1504 virtual bool hasActiveVectorLength() const = 0;
1990 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
1991 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h644 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1337 bool hasActiveVectorLength() const;
1623 virtual bool hasActiveVectorLength() const = 0;
2142 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2143 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h681 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h755 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h755 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1368 bool hasActiveVectorLength() const;
1663 virtual bool hasActiveVectorLength() const = 0;
2208 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2209 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h722 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h755 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1379 bool hasActiveVectorLength() const;
1725 virtual bool hasActiveVectorLength() const = 0;
2302 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2303 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1367 bool hasActiveVectorLength() const;
1662 virtual bool hasActiveVectorLength() const = 0;
2207 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2208 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h722 bool hasActiveVectorLength() const { return false; } in hasActiveVectorLength() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1370 bool hasActiveVectorLength() const;
1712 virtual bool hasActiveVectorLength() const = 0;
2280 bool hasActiveVectorLength() const override { in hasActiveVectorLength() function
2281 return Impl.hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const {
1048 return TTIImpl->hasActiveVectorLength();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1057 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1058 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1047 bool TargetTransformInfo::hasActiveVectorLength() const { in hasActiveVectorLength() function in TargetTransformInfo
1048 return TTIImpl->hasActiveVectorLength(); in hasActiveVectorLength()

12