Home
last modified time | relevance | path

Searched refs:tryEmitAsConstant (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h249 static bool tryEmitAsConstant() { return false; } in tryEmitAsConstant() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp264 if (CIRGenFunction::ConstantEmission constant = cgf.tryEmitAsConstant(e)) in VisitDeclRefExpr()
H A DCIRGenExpr.cpp1768 CIRGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() function in CIRGenFunction
1773 assert(!cir::MissingFeatures::tryEmitAsConstant()); in tryEmitAsConstant()
H A DCIRGenExprScalar.cpp151 if (CIRGenFunction::ConstantEmission constant = cgf.tryEmitAsConstant(e)) in VisitDeclRefExpr()
1835 assert(!cir::MissingFeatures::tryEmitAsConstant()); in VisitMemberExpr()
H A DCIRGenFunction.h427 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp221 if (ConstantEmission Result = tryEmitAsConstant(RefExpr)) { in EmitOrigPointerRValue()
H A DCGExprComplex.cpp148 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
161 CGF.tryEmitAsConstant(ME)) { in VisitMemberExpr()
H A DCodeGenFunction.h4456 ConstantEmission tryEmitAsConstant(const DeclRefExpr *RefExpr);
4457 ConstantEmission tryEmitAsConstant(const MemberExpr *ME);
H A DCGExpr.cpp1790 CodeGenFunction::tryEmitAsConstant(const DeclRefExpr *RefExpr) { in tryEmitAsConstant() function in CodeGenFunction
1887 CodeGenFunction::tryEmitAsConstant(const MemberExpr *ME) { in tryEmitAsConstant() function in CodeGenFunction
1889 return tryEmitAsConstant(DRE); in tryEmitAsConstant()
H A DCGExprScalar.cpp555 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) in VisitDeclRefExpr()
2022 if (CodeGenFunction::ConstantEmission Constant = CGF.tryEmitAsConstant(E)) { in VisitMemberExpr()
H A DCGObjC.cpp2991 if (CodeGenFunction::ConstantEmission constant = CGF.tryEmitAsConstant(DRE)) in tryEmitARCRetainLoadOfScalar()
H A DCGStmtOpenMP.cpp923 ConstantEmission CE = tryEmitAsConstant(&DRE); in EmitOMPFirstprivateClause()