Searched refs:hasActiveVectorLength (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCTargetTransformInfo.h | 144 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| HD | PPCTargetTransformInfo.cpp | 1015 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/ |
| HD | RISCVTargetTransformInfo.h | 94 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| HD | RISCVTargetTransformInfo.cpp | 276 bool RISCVTTIImpl::hasActiveVectorLength(unsigned, Type *DataTy, Align) const { in hasActiveVectorLength() function in RISCVTTIImpl
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfo.h | 1746 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()
|
| HD | TargetTransformInfoImpl.h | 956 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | TargetTransformInfo.cpp | 1350 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/ |
| HD | LoopVectorize.cpp | 1478 TTI.hasActiveVectorLength(0, nullptr, Align()) && in setTailFoldingStyles()
|