Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h73 ArrayTyID, ///< 14: Arrays enumerator
113 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
210 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy()
248 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
262 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
348 assert(getTypeID() == ArrayTyID); in getArrayElementType()
DDerivedTypes.h173 return T->getTypeID() == ArrayTyID || in classof()
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
360 return T->getTypeID() == ArrayTyID; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h74 ArrayTyID, ///< 14: Arrays enumerator
114 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
221 bool isArrayTy() const { return getTypeID() == ArrayTyID; } in isArrayTy()
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
369 assert(getTypeID() == ArrayTyID); in getArrayElementType()
DDerivedTypes.h212 return T->getTypeID() == ArrayTyID || in classof()
403 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
423 return T->getTypeID() == ArrayTyID; in classof()
DDataLayout.h631 case Type::ArrayTyID: { in getTypeSizeInBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp307 case Type::ArrayTyID: { in getSmallestAddressableSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp90 case Type::ArrayTyID: return 'A'; in getTypeID()
DExecution.cpp1961 case Type::ArrayTyID: in visitExtractValueInst()
2008 case Type::ArrayTyID: in visitInsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1186 case Type::ArrayTyID: in printModuleLevelGV()
1360 case Type::ArrayTyID: in emitPTXGlobalVariable()
1894 case Type::ArrayTyID: in bufferLEByte()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp715 case Type::ArrayTyID: in getAlignment()
DType.cpp585 : SequentialType(ArrayTyID, ElType, NumEl) {} in ArrayType()
DConstants.cpp344 case Type::ArrayTyID: in getNullValue()
DAsmWriter.cpp619 case Type::ArrayTyID: { in print()
DCore.cpp503 case Type::ArrayTyID: in LLVMGetTypeKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp479 case Type::ArrayTyID: in cmpTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp303 case Type::ArrayTyID: in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp132 case Type::ArrayTyID: in isLeakCheckerRoot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp940 case Type::ArrayTyID: { in writeTypeTable()