Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-byval-thunks.cpp5 struct Agg { struct
18 // CHECK32: (%"struct.byval_thunk::C"* %this, <{ %"struct.byval_thunk::Agg" }>* inalloc…
34 struct Agg { struct
47 // CHECK32: (<{ %"struct.stdcall_thunk::C"*, %"struct.stdcall_thunk::Agg" }>* inalloca)
66 struct Agg { struct
78 // CHECK32-LABEL: define linkonce_odr %"struct.sret_thunk::Agg"* @"\01?foo@C@sret_thunk@@W3AA?AUAgg…
Dconst-init-cxx11.cpp441 struct Agg { int k; }; struct
/external/clang/test/CodeGen/
Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp69 struct Agg { struct
73 constexpr int f3(Agg a) { return a.a; } in f3() argument
/external/llvm/lib/IR/
DConstantsContext.h170 ExtractValueConstantExpr(Constant *Agg, ArrayRef<unsigned> IdxList, in ExtractValueConstantExpr()
202 InsertValueConstantExpr(Constant *Agg, Constant *Val, in InsertValueConstantExpr()
DConstantFold.cpp871 Constant *llvm::ConstantFoldExtractValueInstruction(Constant *Agg, in ConstantFoldExtractValueInstruction()
883 Constant *llvm::ConstantFoldInsertValueInstruction(Constant *Agg, in ConstantFoldInsertValueInstruction()
DInstructions.cpp1540 static Type *getIndexedTypeInternal(Type *Agg, ArrayRef<IndexTy> IdxList) { in getIndexedTypeInternal()
1824 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, in init()
1879 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType()
DConstants.cpp2126 Constant *ConstantExpr::getInsertValue(Constant *Agg, Constant *Val, in getInsertValue()
2150 Constant *ConstantExpr::getExtractValue(Constant *Agg, ArrayRef<unsigned> Idxs, in getExtractValue()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp31 struct Agg { struct
48Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
Dp7-0x.cpp30 struct Agg { struct
47Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-n… in float_to_int() argument
/external/clang/test/SemaCXX/
Daggregate-initialization.cpp73 class Agg { class
Dcxx98-compat.cpp117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() struct
/external/llvm/include/llvm/IR/
DConstantFolder.h232 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
237 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
DNoFolder.h286 Instruction *CreateExtractValue(Constant *Agg, in CreateExtractValue()
291 Instruction *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h257 Constant *CreateExtractValue(Constant *Agg, in CreateExtractValue()
262 Constant *CreateInsertValue(Constant *Agg, Constant *Val, in CreateInsertValue()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3547 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst()
3575 Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout &DL, in SimplifyInsertValueInst()
3584 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
3607 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
DConstantFolding.cpp1802 Constant *Agg = Operands[J]->getAggregateElement(I); in ConstantFoldVectorCall() local
DCFLAliasAnalysis.cpp430 auto *Agg = Inst.getOperand(0); in visitInsertValueInst() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1887 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1930 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4190 Value *Agg; in parseFunctionBody() local
4229 Value *Agg; in parseFunctionBody() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2203 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3047 void emitSplitOps(Type *Ty, Value *&Agg, const Twine &Name) { in emitSplitOps()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2704 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2914 SDValue Agg = getValue(Op0); in visitInsertValue() local
2958 SDValue Agg = getValue(Op0); in visitExtractValue() local