Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h77 ScalableVectorTyID, ///< Scalable SIMD vector type enumerator
259 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.h712 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp583 case Type::ScalableVectorTyID: { in getVT()
602 case Type::ScalableVectorTyID: { in getEVT()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp805 case Type::ScalableVectorTyID: { in getAlignment()
H A DType.cpp177 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
H A DConstants.cpp374 case Type::ScalableVectorTyID: in getNullValue()
H A DAsmWriter.cpp608 case Type::ScalableVectorTyID: { in print()
H A DCore.cpp541 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp511 case Type::ScalableVectorTyID: { in cmpTypes()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp646 case Type::ScalableVectorTyID: { in CanInterpret()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp310 case Type::ScalableVectorTyID: in get()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp134 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1140 case Type::ScalableVectorTyID: { in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1048 case Type::ScalableVectorTyID: { in writeTypeTable()