Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h522 T->getTypeID() == ScalableVectorTyID; in classof()
577 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
625 return T->getTypeID() == ScalableVectorTyID; in classof()
H A DType.h78 ScalableVectorTyID ///< Scalable SIMD vector type enumerator
236 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDataLayout.h691 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp521 case Type::ScalableVectorTyID: { in getVT()
540 case Type::ScalableVectorTyID: { in getEVT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp312 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp136 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DDataLayout.cpp794 case Type::ScalableVectorTyID: { in getAlignment()
H A DConstants.cpp378 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp675 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp533 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp494 case Type::ScalableVectorTyID: { in cmpTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp300 case Type::ScalableVectorTyID: in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1004 case Type::ScalableVectorTyID: { in writeTypeTable()