Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantsContext.h221 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
252 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
H A DConstantFold.cpp1015 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
1027 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
H A DConstants.cpp2611 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
2635 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
H A DInstructions.cpp2319 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
2374 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h307 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
312 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
H A DConstantFolder.h272 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
277 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h266 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
271 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp782 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
792 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
803 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
809 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h498 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
H A DInstructionSimplify.cpp4373 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
4400 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
4443 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
4466 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
H A DConstantFolding.cpp2953 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldFixedVectorCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1928 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1972 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp533 Value *Agg = UndefValue::get(NewS->getType()); in replaceRetconOrAsyncSuspendUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4196 Value *Agg; in parseFunctionBody() local
4234 Value *Agg; in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2991 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2803 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
H A DMemorySanitizer.cpp3974 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3331 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3772 SDValue Agg = getValue(Op0); in visitInsertValue() local
3822 SDValue Agg = getValue(Op0); in visitExtractValue() local