Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DNoFolder.h307 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
312 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DConstantFolder.h272 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantsContext.h217 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
247 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp771 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
783 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DConstants.cpp2613 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
2637 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
DInstructions.cpp2333 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
2388 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h266 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
271 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCFLGraph.h498 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
DInstructionSimplify.cpp4445 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
4472 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
4515 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
4538 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
DConstantFolding.cpp3106 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldFixedVectorCall() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1928 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1972 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp536 Value *Agg = UndefValue::get(NewS->getType()); in replaceRetconOrAsyncSuspendUses() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4166 Value *Agg; in parseFunctionBody() local
4205 Value *Agg; in parseFunctionBody() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3057 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp2638 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
DMemorySanitizer.cpp3996 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp3346 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3773 SDValue Agg = getValue(Op0); in visitInsertValue() local
3823 SDValue Agg = getValue(Op0); in visitExtractValue() local