Home
last modified time | relevance | path

Searched refs:ConstantEmitter (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantEmitter.h23 class ConstantEmitter {
51 ConstantEmitter(CodeGenModule &CGM, CodeGenFunction *CGF = nullptr)
57 ConstantEmitter(CodeGenFunction &CGF) in ConstantEmitter() function
60 ConstantEmitter(const ConstantEmitter &other) = delete;
61 ConstantEmitter &operator=(const ConstantEmitter &other) = delete;
63 ~ConstantEmitter();
H A DCGExprConstant.cpp548 ConstantEmitter &Emitter;
553 static llvm::Constant *BuildStruct(ConstantEmitter &Emitter,
555 static llvm::Constant *BuildStruct(ConstantEmitter &Emitter,
557 static bool UpdateStruct(ConstantEmitter &Emitter,
562 ConstStructBuilder(ConstantEmitter &Emitter, in ConstStructBuilder()
622 static bool EmitDesignatedInitUpdater(ConstantEmitter &Emitter, in EmitDesignatedInitUpdater()
859 llvm::Constant *ConstStructBuilder::BuildStruct(ConstantEmitter &Emitter, in BuildStruct()
871 llvm::Constant *ConstStructBuilder::BuildStruct(ConstantEmitter &Emitter, in BuildStruct()
885 bool ConstStructBuilder::UpdateStruct(ConstantEmitter &Emitter, in UpdateStruct()
906 ConstantEmitter emitter(CGM, CGF); in tryEmitGlobalCompoundLiteral()
[all …]
H A DCodeGenModule.cpp2516 ConstantEmitter ConstEmiter(*this); in EmitAnnotationArgs()
2735 ConstantEmitter Emitter(*this); in GetAddrOfMSGuidDecl()
2786 ConstantEmitter Emitter(*this); in GetAddrOfTemplateParamObject()
3938 ConstantEmitter emitter(*this); in GetOrCreateLLVMGlobal()
4290 Optional<ConstantEmitter> emitter; in EmitGlobalVarDefinition()
5473 Optional<ConstantEmitter> emitter; in GetAddrOfGlobalTemporary()
6310 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType()); in createOpenCLIntToSamplerConversion()
H A DCGExprAgg.cpp130 if (llvm::Value *Result = ConstantEmitter(CGF).tryEmitConstantExpr(E)) { in VisitConstantExpr()
500 ConstantEmitter Emitter(CGF); in EmitArrayInit()
H A DCGDecl.cpp331 ConstantEmitter emitter(*this); in AddInitializerToStaticVarDecl()
1869 constant = ConstantEmitter(*this).tryEmitAbstractForInitializer(D); in EmitAutoVarInit()
H A DCGExpr.cpp406 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()
1320 if (llvm::Value *Result = ConstantEmitter(*this).tryEmitConstantExpr(CE)) { in EmitLValue()
1549 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant()
2690 llvm::Constant *Val = ConstantEmitter(*this).emitAbstract( in EmitDeclRefLValue()
H A DCGExprComplex.cpp106 if (llvm::Constant *Result = ConstantEmitter(CGF).tryEmitConstantExpr(E)) in VisitConstantExpr()
H A DCGException.cpp2173 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
H A DCGExprCXX.cpp716 ConstantEmitter(CGF).tryEmitAbstract(*e->getArraySize(), e->getType()); in EmitCXXNewAllocSize()
H A DCGExprScalar.cpp422 if (Value *Result = ConstantEmitter(CGF).tryEmitConstantExpr(E)) { in VisitConstantExpr()
641 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
H A DCGDebugInfo.cpp1985 V = ConstantEmitter(CGM).emitAbstract( in CollectTemplateParams()
2030 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract(E, T); in CollectTemplateParams()
H A DCGBlocks.cpp439 return ConstantEmitter(CGM, CGF).tryEmitAbstractForInitializer(*var); in tryCaptureAsConstant()
H A DCGObjC.cpp69 ConstantEmitter ConstEmitter(CGM); in EmitObjCBoxedExpr()
H A DCGBuiltin.cpp2528 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); in EmitBuiltinExpr()
3503 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()
3513 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()