Home
last modified time | relevance | path

Searched refs:ScalableVectorTyID (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h76 ScalableVectorTyID, ///< Scalable SIMD vector type enumerator
271 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h587 T->getTypeID() == ScalableVectorTyID; in classof()
642 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
691 return T->getTypeID() == ScalableVectorTyID; in classof()
H A DDataLayout.h709 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp285 case Type::ScalableVectorTyID: { in getVT()
308 case Type::ScalableVectorTyID: { in getEVT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp617 case Type::ScalableVectorTyID: in getConstantValue()
928 case Type::ScalableVectorTyID: in getConstantValue()
1065 case Type::ScalableVectorTyID: in StoreValueToMemory()
1118 case Type::ScalableVectorTyID: in LoadValueFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp67 return getTypeID() == ScalableVectorTyID || isScalableTargetExtTy(); in isScalableTy()
219 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DDataLayout.cpp817 case Type::ScalableVectorTyID: { in getAlignment()
H A DConstants.cpp391 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp686 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp622 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp281 case Type::ScalableVectorTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp174 case Type::ScalableVectorTyID: { \
373 case Type::ScalableVectorTyID: \
1922 case Type::ScalableVectorTyID: in visitExtractValueInst()
1970 case Type::ScalableVectorTyID: in visitInsertValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp618 case Type::ScalableVectorTyID: { in cmpTypes()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp646 case Type::ScalableVectorTyID: { in CanInterpret()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp206 case Type::ScalableVectorTyID: in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp140 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1128 case Type::ScalableVectorTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1226 case Type::ScalableVectorTyID: { in writeTypeTable()