Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DType.h77 ScalableVectorTyID, ///< Scalable SIMD vector type enumerator
259 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
DDerivedTypes.h520 T->getTypeID() == ScalableVectorTyID; in classof()
575 : VectorType(ElTy, MinNumElts, ScalableVectorTyID) {} in ScalableVectorType()
623 return T->getTypeID() == ScalableVectorTyID; in classof()
DDataLayout.h712 case Type::ScalableVectorTyID: { in getTypeSizeInBits()
/external/swiftshader/third_party/llvm-16.0/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp311 case Type::ScalableVectorTyID: { in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DValueTypes.cpp583 case Type::ScalableVectorTyID: { in getVT()
602 case Type::ScalableVectorTyID: { in getEVT()
/external/swiftshader/third_party/llvm-16.0/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/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDataLayout.cpp805 case Type::ScalableVectorTyID: { in getAlignment()
DType.cpp177 case Type::ScalableVectorTyID: { in getPrimitiveSizeInBits()
DConstants.cpp374 case Type::ScalableVectorTyID: in getNullValue()
DAsmWriter.cpp608 case Type::ScalableVectorTyID: { in print()
DCore.cpp541 case Type::ScalableVectorTyID: in LLVMGetTypeKind()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp511 case Type::ScalableVectorTyID: { in cmpTypes()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
DIRMover.cpp310 case Type::ScalableVectorTyID: in get()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp134 case Type::ScalableVectorTyID: in isLeakCheckerRoot()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
DDXILBitcodeWriter.cpp1140 case Type::ScalableVectorTyID: { in writeTypeTable()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1048 case Type::ScalableVectorTyID: { in writeTypeTable()