Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp260 case Type::ScalableVectorTyID: { in getVT()
283 case Type::ScalableVectorTyID: { in getEVT()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/src/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.cpp388 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp630 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp618 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp604 case Type::ScalableVectorTyID: { in cmpTypes()
/src/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp650 case Type::ScalableVectorTyID: { in CanInterpret()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp311 case Type::ScalableVectorTyID: in get()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp134 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1128 case Type::ScalableVectorTyID: { in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1157 case Type::ScalableVectorTyID: { in writeTypeTable()