Searched refs:hasActiveVectorLength (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 140 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| H A D | PPCTargetTransformInfo.cpp | 1381 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 D | TargetTransformInfo.h | 1459 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 D | TargetTransformInfoImpl.h | 812 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1123 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 D | LangRef.rst | 18049 ``TargetTransformInfo::hasActiveVectorLength()`` returns true when the target
|