HomeSort by: relevance | last modified time | path
    Searched refs:getMaxVScale (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp 119 Optional<unsigned> RISCVTTIImpl::getMaxVScale() const {
130 return BaseT::getMaxVScale();
RISCVTargetTransformInfo.h 58 Optional<unsigned> getMaxVScale() const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 128 Optional<unsigned> getMaxVScale() const {
131 return BaseT::getMaxVScale();
AArch64TargetTransformInfo.cpp 1196 Optional<unsigned> MaxNumVScale = getMaxVScale();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 939 Optional<unsigned> getMaxVScale() const;
1576 virtual Optional<unsigned> getMaxVScale() const = 0;
2026 Optional<unsigned> getMaxVScale() const override {
2027 return Impl.getMaxVScale();
TargetTransformInfoImpl.h 396 Optional<unsigned> getMaxVScale() const { return None; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 596 Optional<unsigned> TargetTransformInfo::getMaxVScale() const {
597 return TTIImpl->getMaxVScale();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 655 Optional<unsigned> getMaxVScale() const { return None; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 5678 Optional<unsigned> MaxVScale = TTI.getMaxVScale();

Completed in 37 milliseconds