Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.h144 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
HDPPCTargetTransformInfo.cpp1015 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl
1062 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h94 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
HDRISCVTargetTransformInfo.cpp276 bool RISCVTTIImpl::hasActiveVectorLength(unsigned, Type *DataTy, Align) const { in hasActiveVectorLength() function in RISCVTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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()
HDTargetTransformInfoImpl.h956 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1350 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo
1352 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1478 TTI.hasActiveVectorLength(0, nullptr, Align()) && in setTailFoldingStyles()