Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h144 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
H A DPPCTargetTransformInfo.cpp1015 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl
1062 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h94 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
H A DRISCVTargetTransformInfo.cpp276 bool RISCVTTIImpl::hasActiveVectorLength(unsigned, Type *DataTy, Align) const { in hasActiveVectorLength() function in RISCVTTIImpl
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1746 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
2185 virtual bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
2950 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
2952 return Impl.hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h956 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1350 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo
1352 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1478 TTI.hasActiveVectorLength(0, nullptr, Align()) && in setTailFoldingStyles()