Home
last modified time | relevance | path

Searched defs:getVScaleForTuning (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h130 std::optional<unsigned> getVScaleForTuning() const { in getVScaleForTuning() function
DAArch64Subtarget.h391 unsigned getVScaleForTuning() const { return VScaleForTuning; } in getVScaleForTuning() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp215 std::optional<unsigned> RISCVTTIImpl::getVScaleForTuning() const { in getVScaleForTuning() function in RISCVTTIImpl
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h440 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
DTargetTransformInfo.h2262 std::optional<unsigned> getVScaleForTuning() const override { in getVScaleForTuning() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h715 std::optional<unsigned> getVScaleForTuning() const { return std::nullopt; } in getVScaleForTuning() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp663 std::optional<unsigned> TargetTransformInfo::getVScaleForTuning() const { in getVScaleForTuning() function in TargetTransformInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5276 std::optional<unsigned> LoopVectorizationCostModel::getVScaleForTuning() const { in getVScaleForTuning() function in LoopVectorizationCostModel