/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GetElementPtrTypeIterator.h | 58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType() 69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DerivedTypes.h | 145 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/ |
D | GetElementPtrTypeIterator.h | 67 CompositeType *CT = cast<CompositeType>(CurTy.getPointer()); in getIndexedType() 80 } else if (CompositeType *CT = 81 dyn_cast<CompositeType>(CurTy.getPointer())) {
|
D | DerivedTypes.h | 156 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()
|
D | Constants.h | 370 ConstantAggregate(CompositeType *T, ValueTy VT, ArrayRef<Constant *> V);
|
/external/guice/core/src/com/google/inject/internal/ |
D | MoreTypes.java | 139 } 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/llvm/lib/CodeGen/ |
D | Analysis.cpp | 376 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/ |
D | gen_framework.py | 218 class CompositeType: class 228 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'} 352 return CompositeType(type, name, members) 355 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION } 891 return type.typeClass == CompositeType.CLASS_STRUCT and \
|
/external/llvm/lib/IR/ |
D | Type.cpp | 554 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()
|
D | Instructions.cpp | 1683 CompositeType *CT = dyn_cast<CompositeType>(Agg); in getIndexedTypeInternal() 2030 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 576 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()
|
D | ConstantFold.cpp | 928 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()
|
D | Instructions.cpp | 1377 CompositeType *CT = dyn_cast<CompositeType>(Agg); in getIndexedTypeInternal() 1681 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index); in getIndexedType()
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction() argument 81 unwrap<DISubroutineType>(CompositeType), in LLVMDIBuilderCreateFunction()
|
D | DIBuilderBindings.h | 57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
|
/external/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 152 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
|
D | ArgumentPromotion.cpp | 175 if (!isa<CompositeType>(type)) in isDenselyPacked() 839 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(II); in DoPromotion()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 153 if (isa<CompositeType>(C->getType())) in RemoveDeadConstant()
|
D | ArgumentPromotion.cpp | 699 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II); in DoPromotion()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1685 isa<CompositeType>(SrcElTy) && !SrcElTy->isPointerTy() && in visitBitCast() 1687 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(ZeroUInt); in visitBitCast()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ValueTracking.cpp | 1406 CompositeType *PTy = cast<CompositeType>(V->getType()); in FindInsertedValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1829 isa<CompositeType>(SrcElTy) && !SrcElTy->isPointerTy() && in visitBitCast() 1831 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(0U); in visitBitCast()
|
D | InstructionCombining.cpp | 1436 } else if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) { in visitGetElementPtrInst()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 413 if (!isa<CompositeType>(Ty)) in recursiveType() 558 if (isa<CompositeType>(ElemTy) && recursiveType(ST, ElemTy)) in transType()
|
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |