Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DType.h77 ScalableVectorTyID ///< Scalable SIMD vector type enumerator
232 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
DDerivedTypes.h534 T->getTypeID() == ScalableVectorTyID; in classof()
604 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
652 return T->getTypeID() == ScalableVectorTyID; in classof()
DDataLayout.h698 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/external/llvm-project/llvm/lib/ExecutionEngine/
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()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp508 case Type::ScalableVectorTyID: { in getVT()
527 case Type::ScalableVectorTyID: { in getEVT()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp312 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp174 case Type::ScalableVectorTyID: { \
373 case Type::ScalableVectorTyID: \
1958 case Type::ScalableVectorTyID: in visitExtractValueInst()
2006 case Type::ScalableVectorTyID: in visitInsertValueInst()
/external/llvm-project/llvm/lib/IR/
DType.cpp126 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
DDataLayout.cpp794 case Type::ScalableVectorTyID: { in getAlignment()
DConstants.cpp367 case Type::ScalableVectorTyID: in getNullValue()
DAsmWriter.cpp667 case Type::ScalableVectorTyID: { in print()
DCore.cpp517 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp494 case Type::ScalableVectorTyID: { in cmpTypes()
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp599 case Type::ScalableVectorTyID: { in CanInterpret()
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp300 case Type::ScalableVectorTyID: in get()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp134 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp976 case Type::ScalableVectorTyID: { in writeTypeTable()