Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h143 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
H A DPPCTargetTransformInfo.cpp1004 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl
1051 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1684 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
2109 virtual bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
2838 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
2840 return Impl.hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h913 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1285 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo
1287 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()