/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 309 class SequentialType : public CompositeType { 311 SequentialType(const SequentialType &) = delete; 312 const SequentialType &operator=(const SequentialType &) = delete; 315 SequentialType(TypeID TID, Type *ElType) in SequentialType() function 335 class ArrayType : public SequentialType { 361 class VectorType : public SequentialType { 448 class PointerType : public SequentialType {
|
D | Constants.h | 38 class SequentialType; variable 591 inline SequentialType *getType() const { 592 return cast<SequentialType>(Value::getType());
|
D | Operator.h | 404 return cast<SequentialType>(getPointerOperandType()->getScalarType()) in getSourceElementType()
|
D | Instructions.h | 866 SequentialType *getType() const { 867 return cast<SequentialType>(Instruction::getType()); 871 return cast<SequentialType>(getPointerOperandType()->getScalarType())
|
/external/llvm/lib/IR/ |
D | Type.cpp | 205 return cast<SequentialType>(this)->getElementType(); in getSequentialElementType() 637 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex() 645 return cast<SequentialType>(this)->getElementType(); in getTypeAtIndex() 677 : SequentialType(ArrayTyID, ElType) { in ArrayType() 704 : SequentialType(VectorTyID, ElType) { in VectorType() 750 : SequentialType(PointerTyID, E) { in PointerType()
|
D | ConstantFold.cpp | 123 } else if (SequentialType *STy = in FoldBitCast() 124 dyn_cast<SequentialType>(ElTy)) { in FoldBitCast() 1994 static bool isIndexInRangeOfSequentialType(const SequentialType *STy, in isIndexInRangeOfSequentialType() 2090 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl() 2169 !isIndexInRangeOfSequentialType(cast<SequentialType>(Ty), CI)) { in ConstantFoldGetElementPtrImpl() 2170 if (isa<SequentialType>(Prev)) { in ConstantFoldGetElementPtrImpl()
|
D | DataLayout.cpp | 747 Ty = cast<SequentialType>(Ty)->getElementType(); in getIndexedOffset()
|
D | Constants.cpp | 754 if (isa<SequentialType>(getType())) in getElementValue() 762 if (isa<SequentialType>(getType())) in getElementValue() 795 if (isa<SequentialType>(getType())) in getElementValue() 803 if (isa<SequentialType>(getType())) in getElementValue()
|
D | Core.cpp | 485 return wrap(unwrap<SequentialType>(Ty)->getElementType()); in LLVMGetElementType()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 681 if (isa<SequentialType>(*GTI)) { in canonicalizeArrayIndicesToPointerSize() 699 if (isa<SequentialType>(*GTI)) { in accumulateByteOffset() 741 if (isa<SequentialType>(*GTI)) { in lowerToSingleIndexGEPs() 791 if (isa<SequentialType>(*GTI)) { in lowerToArithmetics() 869 if (isa<SequentialType>(*GTI)) { in splitGEP()
|
D | StraightLineStrengthReduce.cpp | 248 if (isa<SequentialType>(*GTI)) { in isGEPFoldable() 498 if (!isa<SequentialType>(*GTI++)) in allocateCandidatesAndFindBasisForGEP()
|
D | SROA.cpp | 3382 if (SequentialType *SeqTy = dyn_cast<SequentialType>(Ty)) { in getTypePartition()
|
D | ScalarReplAggregates.cpp | 2251 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 128 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot() 511 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal() 2130 SequentialType *InitTy = cast<SequentialType>(Init->getType()); in EvaluateStoreInto()
|
D | ArgumentPromotion.cpp | 142 if (SequentialType *seqTy = dyn_cast<SequentialType>(type)) in isDenselyPacked()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 813 if (SequentialType *ATy = dyn_cast<SequentialType>(Ty)) { in SymbolicallyEvaluateGEP()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 202 return containsPointerType(dyn_cast<SequentialType>(Ty)->getElementType()); in containsPointerType()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1010 SequentialType *ST = cast<SequentialType>(*I); in executeGEPOperation()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1304 SequentialType *SeqTy = dyn_cast<SequentialType>(*GTI); in visitGetElementPtrInst()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2212 Type *EltTy = cast<SequentialType>(CurTy)->getElementType(); in ParseConstants() 2323 cast<SequentialType>(Elts[0]->getType()->getScalarType()) in ParseConstants() 3489 cast<SequentialType>(BasePtr->getType()->getScalarType()) in ParseFunctionBody()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 713 if (SequentialType *SeqTy = dyn_cast<SequentialType>(InitTy)) { in LowerConstantInitializer()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 515 Ty = cast<SequentialType>(Ty)->getElementType(); in selectGetElementPtr()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2635 ``SequentialType`` 2642 This is a subclass of SequentialType and defines the interface for array 2649 Subclass of SequentialType for pointer types. 2652 Subclass of SequentialType for vector types. A vector type is similar to an
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 1564 cast<llvm::SequentialType>(VTableGEP->getType())->getElementType(), in getAddrOfVTable()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4841 Ty = cast<SequentialType>(Ty)->getElementType(); in selectGetElementPtr()
|