Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-byval-thunks.cpp5 struct Agg { struct
18 // CHECK32: (ptr noundef %this, ptr inalloca(<{ %"struct.byval_thunk::Agg" }>) %0) argument
34 struct Agg { global() struct
47 xstdcall_thunk::Agg global() argument
66 struct Agg { global() struct
79 xsret_thunk::Agg global() argument
[all...]
H A Dmember-expr-references-variable.cpp3 struct Agg { const char * x; const char * y; constexpr Agg() : x(0), y(0) {} }; in Agg() function
H A Dcxx2a-consteval.cpp113 struct Agg { in retAgg() argument
106 struct Agg { global() struct
H A Dconst-init-cxx11.cpp461 struct Agg { int k; }; argument
/llvm-project/clang/test/SemaCXX/
H A Dms-initlist-narrowing.cpp6 struct Agg { struct
12Agg<float> f8 = {1E50}; // expected-error {{constant expression evaluates to 1.000000e+50 which c… in f() argument
H A Dcxx98-compat.cpp121 struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from initializer list is incompatible with C++98}} in RangeFor() argument
H A Daggregate-initialization.cpp86 class Agg { class
H A Dsource_location.cpp357 using Agg = SLF::AggrClass<>; in test_aggr_class() typedef
405 using Agg = SLF::AggrClass<>; in test_aggr_class() typedef
/llvm-project/clang/test/CodeGen/
H A Dblock-byref-aggr.c4 typedef struct { int v; } Agg; typedef
/llvm-project/clang/test/CXX/basic/basic.types/
H A Dp10.cpp69 struct Agg { struct
73 constexpr int f3(Agg a) { return a.a; } in f3() argument
/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h86 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
91 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
H A DConstantFolder.h130 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
137 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h88 FoldExtractValue(Value * Agg,ArrayRef<unsigned> IdxList) FoldExtractValue() argument
93 FoldInsertValue(Value * Agg,Value * Val,ArrayRef<unsigned> IdxList) FoldInsertValue() argument
H A DTargetFolder.h141 Value *FoldExtractValue(Value *Agg, in FoldExtractValue()
148 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp124 delete Agg; in clear() local
133 Type *AggTy = Agg->Ty; in read() local
177 Type *AggTy = Agg->Ty; in write() local
[all...]
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A 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
H A Dp7-0x.cpp37 struct Agg { struct
54Agg<char> a1 = {1.0F}; // expected-error {{type 'float' cannot be narrowed to 'char'}} expected-n… in float_to_int() argument
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp932 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
942 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
953 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
959 LLVMValueRef Agg = CloneValue(LLVMGetOperand(Src, 0)); CloneInstruction() local
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp511 if (Constant *C = Agg->getAggregateElement(Idxs[0])) in ConstantFoldExtractValueInstruction() argument
523 ConstantFoldInsertValueInstruction(Constant * Agg,Constant * Val,ArrayRef<unsigned> Idxs) ConstantFoldInsertValueInstruction() argument
H A DInstructions.cpp2443 init(Value * Agg,Value * Val,ArrayRef<unsigned> Idxs,const Twine & Name) init() argument
2498 getIndexedType(Type * Agg,ArrayRef<unsigned> Idxs) getIndexedType() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp364 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); buildUMulWithOverflowFunc() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1892 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local
1936 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5177 Value *llvm::simplifyInsertValueInst(Value *Agg, Valu argument
5102 simplifyInsertValueInst(Value * Agg,Value * Val,ArrayRef<unsigned> Idxs,const SimplifyQuery & Q,unsigned) simplifyInsertValueInst() argument
5134 simplifyInsertValueInst(Value * Agg,Value * Val,ArrayRef<unsigned> Idxs,const SimplifyQuery & Q) simplifyInsertValueInst() argument
5200 simplifyExtractValueInst(Value * Agg,ArrayRef<unsigned> Idxs,const SimplifyQuery & Q) simplifyExtractValueInst() argument
[all...]
H A DConstantFolding.cpp3352 Constant *Agg = Operands[J]->getAggregateElement(I); ConstantFoldFixedVectorCall() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp603 Value *Agg = PoisonValue::get(NewS->getType()); replaceRetconOrAsyncSuspendUses() local

12