Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h77 ScalableVectorTyID, ///< Scalable SIMD vector type enumerator
266 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h534 T->getTypeID() == ScalableVectorTyID; in classof()
589 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
637 return T->getTypeID() == ScalableVectorTyID; in classof()
H A DDataLayout.h708 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp618 case Type::ScalableVectorTyID: in getConstantValue()
929 case Type::ScalableVectorTyID: in getConstantValue()
1069 case Type::ScalableVectorTyID: in StoreValueToMemory()
1122 case Type::ScalableVectorTyID: in LoadValueFromMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp67 return getTypeID() == ScalableVectorTyID || isScalableTargetExtTy(); in isScalableTy()
189 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DDataLayout.cpp840 case Type::ScalableVectorTyID: { in getAlignment()
H A DConstants.cpp374 case Type::ScalableVectorTyID: in getNullValue()
H A DCore.cpp590 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
H A DAsmWriter.cpp623 case Type::ScalableVectorTyID: { in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp612 case Type::ScalableVectorTyID: { in getVT()
631 case Type::ScalableVectorTyID: { in getEVT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp174 case Type::ScalableVectorTyID: { \
373 case Type::ScalableVectorTyID: \
1958 case Type::ScalableVectorTyID: in visitExtractValueInst()
2006 case Type::ScalableVectorTyID: in visitInsertValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp584 case Type::ScalableVectorTyID: { in cmpTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp650 case Type::ScalableVectorTyID: { in CanInterpret()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp310 case Type::ScalableVectorTyID: in get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp131 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1129 case Type::ScalableVectorTyID: { in writeTypeTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1069 case Type::ScalableVectorTyID: { in writeTypeTable()