Home
last modified time | relevance | path

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 Dsret_pointer.ll6 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 Dsret_pointer.ll6 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 Dglobalvars.ll10 @ZeroInit = global { [100 x i32], [40 x float] } zeroinitializer ; <{ [100 x i32], […
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcxx11-initializer-aggregate.cpp92 namespace ZeroInit { namespace
H A Dpointers-to-data-members.cpp10 namespace ZeroInit { namespace
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1574 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization() argument
1575 CXXConstructExprBits.ZeroInitialization = ZeroInit; in setRequiresZeroInitialization()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1506 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 DExprConstant.cpp10060 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()