Searched refs:hasActiveVectorLength (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 143 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| H A D | PPCTargetTransformInfo.cpp | 1004 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 D | TargetTransformInfo.h | 1684 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 D | TargetTransformInfoImpl.h | 913 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1285 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo 1287 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
|