Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h140 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
H A DPPCTargetTransformInfo.cpp1381 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl
1428 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1459 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
1840 virtual bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
2473 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
2475 return Impl.hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
H A DTargetTransformInfoImpl.h812 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1123 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo
1125 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst18049 ``TargetTransformInfo::hasActiveVectorLength()`` returns true when the target