Home
last modified time | relevance | path

Searched refs:hasActiveVectorLength (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h145 bool hasActiveVectorLength(unsigned Opcode, Type *DataType,
DPPCTargetTransformInfo.cpp999 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/
DTargetTransformInfo.h1517 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()
DTargetTransformInfoImpl.h853 bool hasActiveVectorLength(unsigned Opcode, Type *DataType, in hasActiveVectorLength() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp1186 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/
DLangRef.rst18294 ``TargetTransformInfo::hasActiveVectorLength()`` returns true when the target