/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 141 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-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | NaryReassociate.h | 130 unsigned I, Type *IndexedType); 136 Value *RHS, Type *IndexedType);
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | NaryReassociate.h | 130 unsigned I, Type *IndexedType); 136 Value *RHS, Type *IndexedType);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 333 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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 329 unsigned I, Type *IndexedType) { in tryReassociateGEPAtIndex() argument 350 if (auto *NewGEP = tryReassociateGEPAtIndex(GEP, I, LHS, RHS, IndexedType)) in tryReassociateGEPAtIndex() 355 tryReassociateGEPAtIndex(GEP, I, RHS, LHS, IndexedType)) in tryReassociateGEPAtIndex() 365 Value *RHS, Type *IndexedType) { in tryReassociateGEPAtIndex() argument 398 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType); in tryReassociateGEPAtIndex()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1941 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local 1942 switch (IndexedType->getTypeID()) { in visitExtractValueInst() 1988 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local 1990 switch (IndexedType->getTypeID()) { in visitInsertValueInst()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1900 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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1947 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() local 1948 switch (IndexedType->getTypeID()) { in visitExtractValueInst() 1993 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst() local 1995 switch (IndexedType->getTypeID()) { in visitInsertValueInst()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 719 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-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 961 CodeGenFunction &CGF, const Expr *Base, QualType &IndexedType) { in getArrayIndexingBound() argument 964 IndexedType = Base->getType(); in getArrayIndexingBound() 973 IndexedType = CE->getSubExpr()->getType(); in getArrayIndexingBound() 974 const ArrayType *AT = IndexedType->castAsArrayTypeUnsafe(); in getArrayIndexingBound() 985 IndexedType = Base->getType(); in getArrayIndexingBound() 999 QualType IndexedType; in EmitBoundsCheck() local 1000 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() 1010 EmitCheckTypeDescriptor(IndexedType), in EmitBoundsCheck()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2981 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/ |
D | ValueTracking.cpp | 2594 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-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3374 Type *IndexedType = in ParseValID() local 3376 if (!IndexedType) in ParseValID() 3378 if (IndexedType != Val1->getType()) in ParseValID() 3381 "' instead of '" + getTypeString(IndexedType) + in ParseValID() 7294 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseInsertValue() local 7295 if (!IndexedType) in ParseInsertValue() 7297 if (IndexedType != Val1->getType()) in ParseInsertValue() 7300 getTypeString(IndexedType) + "'"); in ParseInsertValue()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3575 Type *IndexedType = in parseValID() local 3577 if (!IndexedType) in parseValID() 3579 if (IndexedType != Val1->getType()) in parseValID() 3582 "' instead of '" + getTypeString(IndexedType) + in parseValID() 7688 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in parseInsertValue() local 7689 if (!IndexedType) in parseInsertValue() 7691 if (IndexedType != Val1->getType()) in parseInsertValue() 7694 getTypeString(IndexedType) + "'"); in parseInsertValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3455 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument 3459 StructType *STy = dyn_cast<StructType>(IndexedType); in BuildSubAggregate() 3517 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local 3519 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate() 3523 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3712 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, in BuildSubAggregate() argument 3716 StructType *STy = dyn_cast<StructType>(IndexedType); in BuildSubAggregate() 3774 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() local 3776 Value *To = UndefValue::get(IndexedType); in BuildSubAggregate() 3780 return BuildSubAggregate(From, To, IndexedType, Idxs, IdxSkip, InsertBefore); in BuildSubAggregate()
|