Searched refs:hasActiveVectorLength (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 145 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
|
| H A D | PPCTargetTransformInfo.cpp | 999 bool PPCTTIImpl::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in PPCTTIImpl 1046 if (hasActiveVectorLength(Opcode, Src, Alignment)) { in getVPMemoryOpCost()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1517 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, 1907 virtual bool hasActiveVectorLength(unsigned Opcode, Type *DataType, 2581 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function 2583 return Impl.hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
|
| H A D | TargetTransformInfoImpl.h | 853 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1186 bool TargetTransformInfo::hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function in TargetTransformInfo 1188 return TTIImpl->hasActiveVectorLength(Opcode, DataType, Alignment); in hasActiveVectorLength()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 18294 ``TargetTransformInfo::hasActiveVectorLength()`` returns true when the target
|