Home
last modified time | relevance | path

Searched refs:IndexedType (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp141 unsigned I, Type *IndexedType);
146 Value *RHS, Type *IndexedType);
336 Type *IndexedType) { in tryReassociateGEPAtIndex() argument
357 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex()
362 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType)) in tryReassociateGEPAtIndex()
371 Type *IndexedType) { in tryReassociateGEPAtIndex() argument
405 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h131 unsigned I, Type *IndexedType);
137 Value *RHS, Type *IndexedType);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp333 unsigned I, Type *IndexedType) { in tryReassociateGEPAtIndex() argument
354 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex()
359 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType)) in tryReassociateGEPAtIndex()
369 Value *RHS, Type *IndexedType) { in tryReassociateGEPAtIndex() argument
402 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1318 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument
1322 llvm::StructType *STy = llvm::dyn_cast<llvm::StructType>(IndexedType); in BuildSubAggregate()
1380 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local
1382 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate()
1386 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1899 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local
1900 switch (IndexedType->getTypeID()) { in visitExtractValueInst()
1945 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local
1947 switch (IndexedType->getTypeID()) { in visitInsertValueInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1900 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local
1901 switch (IndexedType->getTypeID()) { in visitExtractValueInst()
1946 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local
1948 switch (IndexedType->getTypeID()) { in visitInsertValueInst()
/external/clang/lib/CodeGen/
DCGExpr.cpp719 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) { in getArrayIndexingBound() argument
722 IndexedType = Base->getType(); in getArrayIndexingBound()
731 IndexedType = CE->getSubExpr()->getType(); in getArrayIndexingBound()
732 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe(); in getArrayIndexingBound()
750 QualType IndexedType; in EmitBoundsCheck() local
751 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck()
761 EmitCheckTypeDescriptor(IndexedType), in EmitBoundsCheck()
/external/llvm/lib/AsmParser/
DLLParser.cpp2981 Type *IndexedType = in ParseValID() local
2983 if (!IndexedType) in ParseValID()
2985 if (IndexedType != Val1->getType()) in ParseValID()
2988 "' instead of '" + getTypeString(IndexedType) + in ParseValID()
6314 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseInsertValue() local
6315 if (!IndexedType) in ParseInsertValue()
6317 if (IndexedType != Val1->getType()) in ParseInsertValue()
6320 getTypeString(IndexedType) + "'"); in ParseInsertValue()
/external/llvm/lib/Analysis/
DValueTracking.cpp2594 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument
2598 llvm::StructType *STy = dyn_cast<llvm::StructType>(IndexedType); in BuildSubAggregate()
2656 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local
2658 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate()
2662 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp2988 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument
2992 StructType *STy = dyn_cast<StructType>(IndexedType); in BuildSubAggregate()
3050 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local
3052 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate()
3056 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp3257 Type *IndexedType = in ParseValID() local
3259 if (!IndexedType) in ParseValID()
3261 if (IndexedType != Val1->getType()) in ParseValID()
3264 "' instead of '" + getTypeString(IndexedType) + in ParseValID()
6816 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseInsertValue() local
6817 if (!IndexedType) in ParseInsertValue()
6819 if (IndexedType != Val1->getType()) in ParseInsertValue()
6822 getTypeString(IndexedType) + "'"); in ParseInsertValue()