Searched refs:ZeroInit (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| H A D | sret_pointer.ll | 6 define void @ZeroInit(%struct.S* noalias sret(%struct.S) %agg.result) { 7 ; MIPS32-LABEL: ZeroInit: 29 ; MIPS32-NEXT: jal ZeroInit 36 call void @ZeroInit(%struct.S* sret(%struct.S) %agg.result)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/ |
| H A D | sret_pointer.ll | 6 define void @ZeroInit(%struct.S* noalias sret(%struct.S) %agg.result) { 7 ; MIPS32-LABEL: name: ZeroInit 33 ; MIPS32: JAL @ZeroInit, csr_o32, implicit-def $ra, implicit-def $sp, implicit $a0 37 call void @ZeroInit(%struct.S* sret(%struct.S) %agg.result)
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | globalvars.ll | 10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], […
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx11-initializer-aggregate.cpp | 92 namespace ZeroInit { namespace
|
| H A D | pointers-to-data-members.cpp | 10 namespace ZeroInit { namespace
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1574 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization() argument 1575 CXXConstructExprBits.ZeroInitialization = ZeroInit; in setRequiresZeroInitialization()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1506 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds() local 1510 llvm::GlobalValue::LinkOnceODRLinkage, ZeroInit, Prefix + in GetSectionBounds()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 10060 bool ZeroInit = E->requiresZeroInitialization(); in VisitCXXConstructExpr() local 10061 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr() 10066 if (ZeroInit) in VisitCXXConstructExpr() 10079 if (E->isElidable() && !ZeroInit) { in VisitCXXConstructExpr() 10093 if (ZeroInit && !ZeroInitialization(E, T)) in VisitCXXConstructExpr()
|