Home
last modified time | relevance | path

Searched defs:Agg (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h86 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
91 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
H A DConstantFolder.h133 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
140 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h88 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
93 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
H A DTargetFolder.h144 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
151 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp124 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/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp235 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); in buildUMulWithOverflowFunc() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp578 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
590 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
H A DInstructions.cpp2721 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
2776 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1928 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1972 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5094 static Value *simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst()
5126 Value *llvm::simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst()
5169 static Value *simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst()
5192 Value *llvm::simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst()
H A DConstantFolding.cpp3273 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldFixedVectorCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp620 Value *Agg = PoisonValue::get(NewS->getType()); in replaceRetconOrAsyncSuspendUses() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5034 Value *Agg; in parseFunctionBody() local
5078 Value *Agg; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2810 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
H A DMemorySanitizer.cpp4499 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3478 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3795 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4036 SDValue Agg = getValue(Op0); in visitInsertValue() local
4081 SDValue Agg = getValue(Op0); in visitExtractValue() local