/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 86 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() argument 91 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue() argument
|
H A D | ConstantFolder.h | 133 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 D | InstSimplifyFolder.h | 88 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() argument 93 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue() argument
|
H A D | TargetFolder.h | 144 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 D | Evaluator.cpp | 124 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 D | SPIRVPrepareFunctions.cpp | 235 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); buildUMulWithOverflowFunc() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 578 ConstantFoldExtractValueInstruction(Constant * Agg,ArrayRef<unsigned> Idxs) ConstantFoldExtractValueInstruction() argument 590 ConstantFoldInsertValueInstruction(Constant * Agg,Constant * Val,ArrayRef<unsigned> Idxs) ConstantFoldInsertValueInstruction() argument
|
H A D | Instructions.cpp | 2721 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 D | Execution.cpp | 1928 Value *Agg = I.getAggregateOperand(); visitExtractValueInst() local 1972 Value *Agg = I.getAggregateOperand(); visitInsertValueInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5094 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 D | ConstantFolding.cpp | 3273 Constant *Agg = Operands[J]->getAggregateElement(I); ConstantFoldFixedVectorCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 620 Value *Agg = PoisonValue::get(NewS->getType()); replaceRetconOrAsyncSuspendUses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5034 Value *Agg; parseFunctionBody() local 5078 Value *Agg; parseFunctionBody() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 2810 Value *Agg = I.getAggregateOperand(); visitExtractValueInst() local
|
H A D | MemorySanitizer.cpp | 4499 Value *Agg = I.getAggregateOperand(); visitExtractValueInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3478 Value *Agg = EV.getAggregateOperand(); visitExtractValueInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3795 emitSplitOps(Type * Ty,Value * & Agg,const Twine & Name) emitSplitOps() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4036 SDValue Agg = getValue(Op0); visitInsertValue() local 4081 SDValue Agg = getValue(Op0); visitExtractValue() local [all...] |