Home
last modified time | relevance | path

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

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