Home
last modified time | relevance | path

Searched refs:AggTy (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp587 Type *AggTy = CI->getParamByValType(OpndIdx); in copyByValueOperandIntoLocalTemp() local
588 assert(AggTy); in copyByValueOperandIntoLocalTemp()
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyByValueOperandIntoLocalTemp()
614 Type *AggTy = CI->getParamByValType(OpndIdx); in copyLocalTempOfByValueOperandIntoArguments() local
615 assert(AggTy); in copyLocalTempOfByValueOperandIntoArguments()
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyLocalTempOfByValueOperandIntoArguments()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp309 const Type *AggTy = cast<PointerType>(I->getType())->getElementType(); in InlineFunction() local
315 if (IFI.TD) Align = IFI.TD->getPrefTypeAlignment(AggTy); in InlineFunction()
316 Value *NewAlloca = new AllocaInst(AggTy, 0, Align, in InlineFunction()
329 Size = ConstantExpr::getSizeOf(AggTy); in InlineFunction()
332 IFI.TD->getTypeStoreSize(AggTy)); in InlineFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp588 Type *AggTy = ArgTy->getElementType(); in copyByValueOperandIntoLocalTemp() local
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyByValueOperandIntoLocalTemp()
615 Type *AggTy = ArgTy->getElementType(); in copyLocalTempOfByValueOperandIntoArguments() local
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyLocalTempOfByValueOperandIntoArguments()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp588 Type *AggTy = ArgTy->getElementType(); in copyByValueOperandIntoLocalTemp() local
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyByValueOperandIntoLocalTemp()
615 Type *AggTy = ArgTy->getElementType(); in copyLocalTempOfByValueOperandIntoArguments() local
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyLocalTempOfByValueOperandIntoArguments()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp588 Type *AggTy = ArgTy->getElementType(); in copyByValueOperandIntoLocalTemp() local
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyByValueOperandIntoLocalTemp()
615 Type *AggTy = ArgTy->getElementType(); in copyLocalTempOfByValueOperandIntoArguments() local
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyLocalTempOfByValueOperandIntoArguments()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp588 Type *AggTy = ArgTy->getElementType(); in copyByValueOperandIntoLocalTemp() local
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyByValueOperandIntoLocalTemp()
615 Type *AggTy = ArgTy->getElementType(); in copyLocalTempOfByValueOperandIntoArguments() local
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy)); in copyLocalTempOfByValueOperandIntoArguments()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp588 Type *AggTy = ArgTy->getElementType();
597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment,
601 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy));
615 Type *AggTy = ArgTy->getElementType();
622 Value *Size = Builder.getInt64(DL.getTypeAllocSize(AggTy));
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DConstantFold.cpp874 const CompositeType *AggTy = cast<CompositeType>(Agg->getType()); in ConstantFoldInsertValueInstruction() local
876 if (const ArrayType *AR = dyn_cast<ArrayType>(AggTy)) in ConstantFoldInsertValueInstruction()
879 numOps = cast<StructType>(AggTy)->getNumElements(); in ConstantFoldInsertValueInstruction()
883 const Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()
892 if (const StructType* ST = dyn_cast<StructType>(AggTy)) in ConstantFoldInsertValueInstruction()
894 return ConstantArray::get(cast<ArrayType>(AggTy), Ops); in ConstantFoldInsertValueInstruction()
907 if (const ArrayType *AR = dyn_cast<ArrayType>(AggTy)) in ConstantFoldInsertValueInstruction()
910 numOps = cast<StructType>(AggTy)->getNumElements(); in ConstantFoldInsertValueInstruction()
914 const Type *MemberTy = AggTy->getTypeAtIndex(i); in ConstantFoldInsertValueInstruction()
923 if (const StructType *ST = dyn_cast<StructType>(AggTy)) in ConstantFoldInsertValueInstruction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp715 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
717 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
719 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
722 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
829 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
979 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp715 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
717 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
719 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
722 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
829 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
979 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp715 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
717 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
719 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
722 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
829 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
979 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1257 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1260 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1275 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1304 unsigned Align = DL.getPrefTypeAlignment(AggTy); in HandleByValArgument()
1311 Value *NewAlloca = new AllocaInst(AggTy, DL.getAllocaAddrSpace(), in HandleByValArgument()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1243 Type *AggTy = cast<PointerType>(Src->getType())->getElementType();
1246 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy));
1261 Type *AggTy = ArgTy->getElementType();
1290 unsigned Align = DL.getPrefTypeAlignment(AggTy);
1297 Value *NewAlloca = new AllocaInst(AggTy, DL.getAllocaAddrSpace(),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp776 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
778 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1039 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp776 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
778 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1039 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp776 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
778 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1039 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp805 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
807 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
809 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
812 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
923 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1068 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp776 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
778 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1039 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp776 Type *AggTy = OrigIVI.getType(); in foldAggregateConstructionIntoAggregateReuse() local
778 switch (AggTy->getTypeID()) { in foldAggregateConstructionIntoAggregateReuse()
780 NumAggElts = AggTy->getStructNumElements(); in foldAggregateConstructionIntoAggregateReuse()
783 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
1039 Builder.CreatePHI(AggTy, Preds.size(), OrigIVI.getName() + ".merged"); in foldAggregateConstructionIntoAggregateReuse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1336 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1339 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1355 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1384 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1392 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1249 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1252 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1268 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1297 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1305 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1345 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1348 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1364 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1393 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1401 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1249 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1252 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1268 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1297 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1305 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1366 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1369 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1385 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1414 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1422 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DInlineFunction.cpp1345 Type *AggTy = cast<PointerType>(Src->getType())->getElementType(); in HandleByValArgumentInit() local
1348 Value *Size = Builder.getInt64(M->getDataLayout().getTypeStoreSize(AggTy)); in HandleByValArgumentInit()
1364 Type *AggTy = ArgTy->getElementType(); in HandleByValArgument() local
1393 Align Alignment(DL.getPrefTypeAlignment(AggTy)); in HandleByValArgument()
1401 new AllocaInst(AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in HandleByValArgument()

123