Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h174 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
205 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp910 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
922 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1619 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()
DConstants.cpp2251 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/
DConstantFolder.h267 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
272 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h332 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/
DTargetFolder.h259 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/
DCFLGraph.h491 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
DInstructionSimplify.cpp1880 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()
DConstantFolding.cpp2450 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
/third_party/python/Lib/sqlite3/test/
Ddbapi.py822 class Agg: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1934 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/
DCoroSplit.cpp451 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/
DBitcodeReader.cpp4002 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/
DInstructionCombining.cpp2695 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3306 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/
DSelectionDAGBuilder.cpp3810 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/
DMemorySanitizer.cpp3628 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local