/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantsContext.h | 174 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr() 205 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
|
D | ConstantFold.cpp | 910 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction() 922 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
|
D | Instructions.cpp | 1619 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal() 2099 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init() 2154 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
|
D | Constants.cpp | 2251 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue() 2275 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 267 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
D | NoFolder.h | 332 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue() 337 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 259 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue() 264 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 491 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
|
D | InstructionSimplify.cpp | 1880 Value *Agg = Extract->getAggregateOperand(); in omitCheckForZeroBeforeMulWithOverflowInternal() local 4160 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 4187 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() 4229 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst() 4252 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
|
D | ConstantFolding.cpp | 2450 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
|
/third_party/python/Lib/sqlite3/test/ |
D | dbapi.py | 822 class Agg: class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1934 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local 1977 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 451 Value *Agg = UndefValue::get(NewS->getType()); in replaceRetconSuspendUses() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4002 Value *Agg; in parseFunctionBody() local 4040 Value *Agg; in parseFunctionBody() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2695 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3306 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3810 SDValue Agg = getValue(Op0); in visitInsertValue() local 3860 SDValue Agg = getValue(Op0); in visitExtractValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3628 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
|