Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h77 ScalableVectorTyID ///< Scalable SIMD vector type enumerator
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h519 T->getTypeID() == ScalableVectorTyID; in classof()
574 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
622 return T->getTypeID() == ScalableVectorTyID; in classof()
H A DDataLayout.h691 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp618 case Type::ScalableVectorTyID: in getConstantValue()
911 case Type::ScalableVectorTyID: in getConstantValue()
1046 case Type::ScalableVectorTyID: in StoreValueToMemory()
1096 case Type::ScalableVectorTyID: in LoadValueFromMemory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp546 case Type::ScalableVectorTyID: { in getVT()
565 case Type::ScalableVectorTyID: { in getEVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp312 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp794 case Type::ScalableVectorTyID: { in getAlignment()
H A DType.cpp142 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DConstants.cpp379 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp609 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp533 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp494 case Type::ScalableVectorTyID: { in cmpTypes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp599 case Type::ScalableVectorTyID: { in CanInterpret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp301 case Type::ScalableVectorTyID: in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1008 case Type::ScalableVectorTyID: { in writeTypeTable()