Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp124 if (auto *Agg = Val.dyn_cast<MutableAggregate *>()) in clear() local
133 while (const auto *Agg = V->Val.dyn_cast<MutableAggregate *>()) { in read() local
177 MutableAggregate *Agg = MV->Val.get<MutableAggregate *>(); in write() local
/openbsd-src/gnu/llvm/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.h130 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
137 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/openbsd-src/gnu/llvm/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.h141 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
148 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp787 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
797 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
808 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
814 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp286 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); in buildUMulWithOverflowFunc() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp775 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
787 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
H A DInstructions.cpp2719 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
2774 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1928 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1972 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4868 static Value *simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst()
4897 Value *llvm::simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst()
4940 static Value *simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst()
4963 Value *llvm::simplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in simplifyExtractValueInst()
H A DConstantFolding.cpp3232 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldFixedVectorCall() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp568 Value *Agg = UndefValue::get(NewS->getType()); in replaceRetconOrAsyncSuspendUses() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4995 Value *Agg; in parseFunctionBody() local
5039 Value *Agg; in parseFunctionBody() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2808 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
H A DMemorySanitizer.cpp4430 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3350 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3650 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3842 SDValue Agg = getValue(Op0); in visitInsertValue() local
3887 SDValue Agg = getValue(Op0); in visitExtractValue() local