Home
last modified time | relevance | path

Searched refs:CompositeType (Results 1 – 25 of 29) 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()
DConstants.h370 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java139 } else if (type instanceof CompositeType) { in isFullySpecified()
140 return ((CompositeType) type).isFullySpecified(); in isFullySpecified()
146 return ((CompositeType) canonicalize(type)).isFullySpecified(); in isFullySpecified()
160 } else if (type instanceof CompositeType) { in canonicalize()
356 implements ParameterizedType, Serializable, CompositeType {
445 implements GenericArrayType, Serializable, CompositeType {
481 public static class WildcardTypeImpl implements WildcardType, Serializable, CompositeType {
547 private interface CompositeType { interface in MoreTypes
/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/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/deqp/external/vulkancts/scripts/
Dgen_framework.py151 class CompositeType: class
161 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'}
294 return CompositeType(type, name, members)
297 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION }
851 return type.typeClass == CompositeType.CLASS_STRUCT and \
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp537 struct CompositeType in addCompute16bitStorageUniform16To32Group() struct
546 const CompositeType cTypes[] = in addCompute16bitStorageUniform16To32Group()
648 struct CompositeType in addCompute16bitStorageUniform16To32Group() struct
660 const CompositeType cTypes[] = in addCompute16bitStorageUniform16To32Group()
803 struct CompositeType in addCompute16bitStoragePushConstant16To32Group() struct
812 const CompositeType cTypes[] = in addCompute16bitStoragePushConstant16To32Group()
897 struct CompositeType in addCompute16bitStoragePushConstant16To32Group() struct
909 const CompositeType cTypes[] = in addCompute16bitStoragePushConstant16To32Group()
1272 struct CompositeType in addCompute16bitStorageUniform32To16Group() struct
1281 const CompositeType cTypes[] = in addCompute16bitStorageUniform32To16Group()
[all …]
/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()
DInstructions.cpp1377 CompositeType *CT = dyn_cast<CompositeType>(Agg); in getIndexedTypeInternal()
1681 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
/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/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/lib/Transforms/IPO/
DStripSymbols.cpp153 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
DArgumentPromotion.cpp699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1406 CompositeType *PTy = cast<CompositeType>(V->getType()); in FindInsertedValue()
/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()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1829 isa<CompositeType>(SrcElTy) && !SrcElTy->isPointerTy() && in visitBitCast()
1831 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(0U); in visitBitCast()
DInstructionCombining.cpp1436 } else if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { in visitGetElementPtrInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp413 if (!isa<CompositeType>(Ty)) in recursiveType()
558 if (isa<CompositeType>(ElemTy) && recursiveType(ST, ElemTy)) in transType()

12