Home
last modified time | relevance | path

Searched refs:emitGetActiveLaneMask (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h60 PredicationStyle emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h341 PredicationStyle emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h299 PredicationStyle emitGetActiveLaneMask() const;
H A DARMTargetTransformInfo.cpp2248 PredicationStyle ARMTTIImpl::emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function in ARMTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h542 PredicationStyle emitGetActiveLaneMask() const;
1569 virtual PredicationStyle emitGetActiveLaneMask() = 0;
1949 PredicationStyle emitGetActiveLaneMask() override { in emitGetActiveLaneMask() function
1950 return Impl.emitGetActiveLaneMask(); in emitGetActiveLaneMask()
H A DTargetTransformInfoImpl.h170 PredicationStyle emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp303 PredicationStyle TargetTransformInfo::emitGetActiveLaneMask() const { in emitGetActiveLaneMask() function in TargetTransformInfo
304 return TTIImpl->emitGetActiveLaneMask(); in emitGetActiveLaneMask()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h610 PredicationStyle emitGetActiveLaneMask() { in emitGetActiveLaneMask() function
611 return BaseT::emitGetActiveLaneMask(); in emitGetActiveLaneMask()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1516 TTI.emitGetActiveLaneMask() == PredicationStyle::DataAndControlFlow; in useActiveLaneMaskForControlFlow()
8019 PredicationStyle EmitGetActiveLaneMask = CM.TTI.emitGetActiveLaneMask(); in createBlockInMask()