Searched refs:hasActiveVectorLength (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 144 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| H A D | PPCTargetTransformInfo.cpp | 1015 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl 1062 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 94 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| H A D | RISCVTargetTransformInfo.cpp | 276 bool RISCVTTIImpl::hasActiveVectorLength(unsigned, Type *DataTy, Align) const { in hasActiveVectorLength() function in RISCVTTIImpl
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | 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()
|
| H A D | TargetTransformInfoImpl.h | 956 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1350 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo 1352 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1478 TTI.hasActiveVectorLength(0, nullptr, Align()) && in setTailFoldingStyles()
|