Home
last modified time | relevance | path

Searched refs:CompositeType (Results 1 – 25 of 43) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGetElementPtrTypeIterator.h58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType()
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h145 class CompositeType : public Type {
147 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { } in CompositeType() function
159 static inline bool classof(const CompositeType *) { return true; } in classof() argument
189 class StructType : public CompositeType {
193 : CompositeType(C, StructTyID), SymbolTableEntry(0) {} in StructType()
305 class SequentialType : public CompositeType {
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType()
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType()
80 } else if (CompositeType *CT =
81 dyn_cast<CompositeType>(CurTy.getPointer())) {
DDerivedTypes.h156 class CompositeType : public Type {
158 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() function
196 class StructType : public CompositeType {
200 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} in StructType()
314 class SequentialType : public CompositeType {
321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) { in SequentialType()
/external/llvm/lib/CodeGen/
DAnalysis.cpp376 static bool indexReallyValid(CompositeType *T, unsigned Idx) { in indexReallyValid()
400 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes, in advanceToNextLeafType()
418 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()
442 SmallVectorImpl<CompositeType *> &SubTypes, in firstRealType()
448 indexReallyValid(cast<CompositeType>(Next), 0)) { in firstRealType()
449 SubTypes.push_back(cast<CompositeType>(Next)); in firstRealType()
451 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()
471 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType()
576 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes; in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp357 static bool indexReallyValid(CompositeType *T, unsigned Idx) { in indexReallyValid()
381 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes, in advanceToNextLeafType()
399 CompositeType *CT = cast<CompositeType>(DeeperType); in advanceToNextLeafType()
423 SmallVectorImpl<CompositeType *> &SubTypes, in firstRealType()
429 indexReallyValid(cast<CompositeType>(Next), 0)) { in firstRealType()
430 SubTypes.push_back(cast<CompositeType>(Next)); in firstRealType()
432 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U); in firstRealType()
452 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, in nextRealType()
586 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes; in returnTypeIsEligibleForTailCall()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h160 class CompositeType : public Type {
162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() function
199 class StructType : public CompositeType {
201 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} in StructType()
319 class SequentialType : public CompositeType {
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java133 } else if (type instanceof CompositeType) { in isFullySpecified()
134 return ((CompositeType) type).isFullySpecified(); in isFullySpecified()
140 return ((CompositeType) canonicalize(type)).isFullySpecified(); in isFullySpecified()
153 } else if (type instanceof CompositeType) { in canonicalize()
352 implements ParameterizedType, Serializable, CompositeType {
450 implements GenericArrayType, Serializable, CompositeType {
490 public static class WildcardTypeImpl implements WildcardType, Serializable, CompositeType {
563 private interface CompositeType { interface in MoreTypes
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDerivedTypes.h162 class CompositeType : public Type {
164 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() function
201 class StructType : public CompositeType {
202 StructType(LLVMContext &C) : CompositeType(C, StructTyID) {} in StructType()
343 class SequentialType : public CompositeType {
349 : CompositeType(ElType->getContext(), TID), ContainedType(ElType), in SequentialType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp517 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex()
528 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex()
537 bool CompositeType::indexValid(const Value *V) const { in indexValid()
554 bool CompositeType::indexValid(unsigned Idx) const { in indexValid()
/external/llvm/lib/IR/
DType.cpp554 Type *CompositeType::getTypeAtIndex(const Value *V) const { in getTypeAtIndex()
565 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{ in getTypeAtIndex()
574 bool CompositeType::indexValid(const Value *V) const { in indexValid()
591 bool CompositeType::indexValid(unsigned Idx) const { in indexValid()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp576 Type *CompositeType::getTypeAtIndex(const Value *V) { in getTypeAtIndex()
585 Type *CompositeType::getTypeAtIndex(unsigned Idx) { in getTypeAtIndex()
593 bool CompositeType::indexValid(const Value *V) const { in indexValid()
606 bool CompositeType::indexValid(unsigned Idx) const { in indexValid()
DConstantFold.cpp928 CompositeType *AggTy = cast<CompositeType>(Agg->getType()); in ConstantFoldInsertValueInstruction()
959 CompositeType *AggTy = cast<CompositeType>(Agg->getType()); in ConstantFoldInsertValueInstruction()
2270 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) { in ConstantFoldGetElementPtrImpl()
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction() argument
81 unwrap<DISubroutineType>(CompositeType), in LLVMDIBuilderCreateFunction()
DDIBuilderBindings.h57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp1046 struct CompositeType in addCompute8bitStorage32To8Group() struct
1057 const CompositeType cTypes[] = in addCompute8bitStorage32To8Group()
1200 struct CompositeType in addCompute8bitUniform8To32Group() struct
1211 const CompositeType cTypes[] = in addCompute8bitUniform8To32Group()
1352 struct CompositeType in addCompute8bitStoragePushConstant8To32Group() struct
1364 const CompositeType cTypes[] = in addCompute8bitStoragePushConstant8To32Group()
1521 struct CompositeType in addCompute8bitStorage16To8Group() struct
1532 const CompositeType cTypes[] = in addCompute8bitStorage16To8Group()
1681 struct CompositeType in addCompute8bitUniform8To16Group() struct
1692 const CompositeType cTypes[] = in addCompute8bitUniform8To16Group()
[all …]
DvktSpvAsm16bitStorageTests.cpp1237 struct CompositeType in addCompute16bitStorageUniform16To32Group() struct
1249 const CompositeType cTypes[2][5] = in addCompute16bitStorageUniform16To32Group()
1378 struct CompositeType in addCompute16bitStorageUniform16To32Group() struct
1393 const CompositeType cTypes[2][8] = in addCompute16bitStorageUniform16To32Group()
1781 struct CompositeType in addCompute16bitStoragePushConstant16To32Group() struct
1792 const CompositeType cTypes[] = in addCompute16bitStoragePushConstant16To32Group()
1892 struct CompositeType in addCompute16bitStoragePushConstant16To32Group() struct
1906 const CompositeType cTypes[] = in addCompute16bitStoragePushConstant16To32Group()
2405 struct CompositeType in addCompute16bitStorageUniform32To16Group() struct
2415 const CompositeType cTypes[2][3] = in addCompute16bitStorageUniform32To16Group()
[all …]
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py302 class CompositeType: class
314 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'}
472 return CompositeType(type, name, members)
475 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION }
1293 return type.typeClass == CompositeType.CLASS_STRUCT and \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp248 auto *CTy = cast<CompositeType>(Cur[0]->getType()); in validInsertValueIndex()
258 auto *CTy = cast<CompositeType>(Cur[0]->getType()); in validInsertValueIndex()
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp152 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
DArgumentPromotion.cpp175 if (!isa<CompositeType>(type)) in isDenselyPacked()
839 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in DoPromotion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp152 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
DArgumentPromotion.cpp292 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in doPromotion()
752 if (!isa<CompositeType>(type)) in isDenselyPacked()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DStripSymbols.cpp153 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1685 isa<CompositeType>(SrcElTy) && !SrcElTy->isPointerTy() && in visitBitCast()
1687 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()

12