Home
last modified time | relevance | path

Searched refs:SequentialType (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h305 class SequentialType : public CompositeType {
307 SequentialType(const SequentialType &); // Do not implement!
308 const SequentialType &operator=(const SequentialType &); // Do not implement!
311 SequentialType(TypeID TID, Type *ElType) in SequentialType() function
321 static inline bool classof(const SequentialType *) { return true; } in classof() argument
332 class ArrayType : public SequentialType {
359 class VectorType : public SequentialType {
425 class PointerType : public SequentialType {
/external/llvm/include/llvm/IR/
DDerivedTypes.h314 class SequentialType : public CompositeType {
316 SequentialType(const SequentialType &) = delete;
317 const SequentialType &operator=(const SequentialType &) = delete;
320 SequentialType(TypeID TID, Type *ElType) in SequentialType() function
338 class ArrayType : public SequentialType {
365 class VectorType : public SequentialType {
443 class PointerType : public SequentialType {
DConstants.h38 class SequentialType; variable
595 inline SequentialType *getType() const {
596 return cast<SequentialType>(Value::getType());
/external/llvm/lib/IR/
DType.cpp562 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex()
571 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex()
604 : SequentialType(ArrayTyID, ElType) { in ArrayType()
631 : SequentialType(VectorTyID, ElType) { in VectorType()
676 : SequentialType(PointerTyID, E) { in PointerType()
DConstantFold.cpp121 } else if (SequentialType *STy = in FoldBitCast()
122 dyn_cast<SequentialType>(ElTy)) { in FoldBitCast()
2019 static bool isIndexInRangeOfSequentialType(SequentialType *STy, in isIndexInRangeOfSequentialType()
2119 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl()
2205 auto *STy = cast<SequentialType>(Ty); in ConstantFoldGetElementPtrImpl()
2219 if (!isa<SequentialType>(Prev)) { in ConstantFoldGetElementPtrImpl()
DConstants.cpp753 if (isa<SequentialType>(getType())) in getElementValue()
759 if (isa<SequentialType>(getType())) in getElementValue()
786 if (isa<SequentialType>(getType())) in getElementValue()
792 if (isa<SequentialType>(getType())) in getElementValue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp583 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex()
591 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex()
619 : SequentialType(ArrayTyID, ElType) { in ArrayType()
647 : SequentialType(VectorTyID, ElType) { in VectorType()
691 : SequentialType(PointerTyID, E) { in PointerType()
DConstantFold.cpp118 } else if (SequentialType *STy = in FoldBitCast()
119 dyn_cast<SequentialType>(ElTy)) { in FoldBitCast()
2276 if (isa<SequentialType>(Prev)) { in ConstantFoldGetElementPtrImpl()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp725 if (isa<SequentialType>(*GTI)) { in canonicalizeArrayIndicesToPointerSize()
742 if (isa<SequentialType>(*GTI)) { in accumulateByteOffset()
790 if (isa<SequentialType>(*GTI)) { in lowerToSingleIndexGEPs()
851 if (isa<SequentialType>(*GTI)) { in lowerToArithmetics()
931 if (isa<SequentialType>(*GTI)) { in splitGEP()
DNaryReassociate.cpp318 if (isa<SequentialType>(*GTI++)) { in tryReassociateGEP()
DStraightLineStrengthReduce.cpp494 if (!isa<SequentialType>(*GTI++)) in allocateCandidatesAndFindBasisForGEP()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp289 } else if (SequentialType *STy = in getAggregateConstantElement()
290 dyn_cast<SequentialType>(Agg->getType())) { in getAggregateConstantElement()
297 } else if (SequentialType *STy = in getAggregateConstantElement()
298 dyn_cast<SequentialType>(Agg->getType())) { in getAggregateConstantElement()
536 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal()
2223 SequentialType *InitTy = cast<SequentialType>(Init->getType()); in EvaluateStoreInto()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp224 SequentialType *SQT = cast<SequentialType>(*GTI); in IsConstantOffsetFromGlobal()
658 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) { in SymbolicallyEvaluateGEP()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp93 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot()
474 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal()
2125 SequentialType *InitTy = cast<SequentialType>(Init->getType()); in EvaluateStoreInto()
DArgumentPromotion.cpp179 if (SequentialType *seqTy = dyn_cast<SequentialType>(type)) in isDenselyPacked()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp558 Ty = cast<SequentialType>(Ty)->getElementType(); in getIndexedOffset()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h461 if (isa<SequentialType>(*GTI)) { in getGEPCost()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp101 type = dyn_cast<SequentialType>(type)->getElementType(); in getTypeName()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp879 if (isa<SequentialType>(Ty)) { in aliasSameBasePointerGEPs()
892 DL.getTypeStoreSize(cast<SequentialType>(Ty)->getElementType()); in aliasSameBasePointerGEPs()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp781 SequentialType *ST = cast<SequentialType>(*I); in executeGEPOperation()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp817 SequentialType *SeqTy = dyn_cast<SequentialType>(*GTI); in visitGetElementPtrInst()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType()); in containsPointerType()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1010 SequentialType *ST = cast<SequentialType>(*I); in executeGEPOperation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp450 Ty = cast<SequentialType>(Ty)->getElementType(); in SelectGetElementPtr()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp186 Type *NexTy = cast<SequentialType>(Ty)->getElementType(); in next_type()

12