/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-byval-thunks.cpp | 5 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 D | member-expr-references-variable.cpp | 3 struct Agg { const char * x; const char * y; constexpr Agg() : x(0), y(0) {} }; in Agg() function
|
H A D | cxx2a-consteval.cpp | 113 struct Agg { in retAgg() argument 106 struct Agg { global() struct
|
H A D | const-init-cxx11.cpp | 461 struct Agg { int k; }; argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ms-initlist-narrowing.cpp | 6 struct Agg { struct 12 …Agg<float> f8 = {1E50}; // expected-error {{constant expression evaluates to 1.000000e+50 which c… in f() argument
|
H A D | cxx98-compat.cpp | 121 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 D | aggregate-initialization.cpp | 86 class Agg { class
|
H A D | source_location.cpp | 357 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 D | block-byref-aggr.c | 4 typedef struct { int v; } Agg; typedef
|
/llvm-project/clang/test/CXX/basic/basic.types/ |
H A D | p10.cpp | 69 struct Agg { struct 73 constexpr int f3(Agg a) { return a.a; } in f3() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 86 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 91 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
H A D | ConstantFolder.h | 130 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 137 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 88 FoldExtractValue(Value * Agg,ArrayRef<unsigned> IdxList) FoldExtractValue() argument 93 FoldInsertValue(Value * Agg,Value * Val,ArrayRef<unsigned> IdxList) FoldInsertValue() argument
|
H A D | TargetFolder.h | 141 Value *FoldExtractValue(Value *Agg, in FoldExtractValue() 148 Value *FoldInsertValue(Value *Agg, Value *Val, in FoldInsertValue()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 124 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 D | p7-cxx11-nowarn.cpp | 31 struct Agg { struct 48 …Agg<char> a1 = {1.0F}; // expected-warning {{type 'float' cannot be narrowed to 'char'}} expected… in float_to_int() argument
|
H A D | p7-0x.cpp | 37 struct Agg { struct 54 …Agg<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 D | echo.cpp | 932 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 D | ConstantFold.cpp | 511 if (Constant *C = Agg->getAggregateElement(Idxs[0])) in ConstantFoldExtractValueInstruction() argument 523 ConstantFoldInsertValueInstruction(Constant * Agg,Constant * Val,ArrayRef<unsigned> Idxs) ConstantFoldInsertValueInstruction() argument
|
H A D | Instructions.cpp | 2443 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 D | SPIRVPrepareFunctions.cpp | 364 Value *Agg = IRB.CreateInsertValue(PoisonValue::get(StructTy), Mul, {0}); buildUMulWithOverflowFunc() local
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1892 Value *Agg = I.getAggregateOperand(); in visitExtractValueInst() local 1936 Value *Agg = I.getAggregateOperand(); in visitInsertValueInst() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5177 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 D | ConstantFolding.cpp | 3352 Constant *Agg = Operands[J]->getAggregateElement(I); ConstantFoldFixedVectorCall() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 603 Value *Agg = PoisonValue::get(NewS->getType()); replaceRetconOrAsyncSuspendUses() local
|