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