/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 86 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 91 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
H A D | ConstantFolder.h | 130 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 137 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 88 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 93 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
H A D | TargetFolder.h | 141 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 148 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 124 if (auto *Agg = dyn_cast_if_present<MutableAggregate *>(Val)) in clear() local 133 while (const auto *Agg = dyn_cast_if_present<MutableAggregate *>(V->Val)) { in read() local 177 MutableAggregate *Agg = cast<MutableAggregate *>(MV->Val); in write() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 511 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 523 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
H A D | Instructions.cpp | 2443 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 2498 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 364 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); in buildUMulWithOverflowFunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1892 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local 1936 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5120 static Value *simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() 5152 Value *llvm::simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() 5195 static Value *simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst() 5218 Value *llvm::simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst()
|
H A D | ConstantFolding.cpp | 3353 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldFixedVectorCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 603 Value *Agg = PoisonValue::get(NewS->getType()); in replaceRetconOrAsyncSuspendUses() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5211 Value *Agg; in parseFunctionBody() local 5255 Value *Agg; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2824 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
|
H A D | MemorySanitizer.cpp | 4760 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3959 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3762 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4229 SDValue Agg = getValue(Op0); in visitInsertValue() local 4274 SDValue Agg = getValue(Op0); in visitExtractValue() local
|