Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h77 ScalableVectorTyID, ///< Scalable SIMD vector type enumerator
233 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
H A DDerivedTypes.h520 T->getTypeID() == ScalableVectorTyID; in classof()
575 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
623 return T->getTypeID() == ScalableVectorTyID; in classof()
H A DDataLayout.h709 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DValueTypes.cpp561 case Type::ScalableVectorTyID: { in getVT()
580 case Type::ScalableVectorTyID: { in getEVT()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp178 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DDataLayout.cpp802 case Type::ScalableVectorTyID: { in getAlignment()
H A DConstants.cpp368 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp602 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp542 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp502 case Type::ScalableVectorTyID: { in cmpTypes()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp608 case Type::ScalableVectorTyID: { in CanInterpret()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp307 case Type::ScalableVectorTyID: in get()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp133 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1150 case Type::ScalableVectorTyID: { in writeTypeTable()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1021 case Type::ScalableVectorTyID: { in writeTypeTable()