Lines Matching refs:CodeGenFunction
69 CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext) in CodeGenFunction() function in CodeGenFunction
84 CodeGenFunction::~CodeGenFunction() { in ~CodeGenFunction()
113 void CodeGenFunction::SetFastMathFlags(FPOptions FPFeatures) { in SetFastMathFlags()
125 CodeGenFunction::CGFPOptionsRAII::CGFPOptionsRAII(CodeGenFunction &CGF, in CGFPOptionsRAII()
131 CodeGenFunction::CGFPOptionsRAII::CGFPOptionsRAII(CodeGenFunction &CGF, in CGFPOptionsRAII()
137 void CodeGenFunction::CGFPOptionsRAII::ConstructorHelper(FPOptions FPFeatures) { in ConstructorHelper()
181 CodeGenFunction::CGFPOptionsRAII::~CGFPOptionsRAII() { in ~CGFPOptionsRAII()
187 LValue CodeGenFunction::MakeNaturalAlignAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignAddrLValue()
198 CodeGenFunction::MakeNaturalAlignPointeeAddrLValue(llvm::Value *V, QualType T) { in MakeNaturalAlignPointeeAddrLValue()
208 llvm::Type *CodeGenFunction::ConvertTypeForMem(QualType T) { in ConvertTypeForMem()
212 llvm::Type *CodeGenFunction::ConvertType(QualType T) { in ConvertType()
216 TypeEvaluationKind CodeGenFunction::getEvaluationKind(QualType type) { in getEvaluationKind()
272 llvm::DebugLoc CodeGenFunction::EmitReturnBlock() { in EmitReturnBlock()
318 static void EmitIfUsed(CodeGenFunction &CGF, llvm::BasicBlock *BB) { in EmitIfUsed()
325 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { in FinishFunction()
524 bool CodeGenFunction::ShouldInstrumentFunction() { in ShouldInstrumentFunction()
534 bool CodeGenFunction::ShouldSkipSanitizerInstrumentation() { in ShouldSkipSanitizerInstrumentation()
542 bool CodeGenFunction::ShouldXRayInstrumentFunction() const { in ShouldXRayInstrumentFunction()
548 bool CodeGenFunction::AlwaysEmitXRayCustomEvents() const { in AlwaysEmitXRayCustomEvents()
555 bool CodeGenFunction::AlwaysEmitXRayTypedEvents() const { in AlwaysEmitXRayTypedEvents()
563 CodeGenFunction::DecodeAddrUsedInPrologue(llvm::Value *F, in DecodeAddrUsedInPrologue()
576 void CodeGenFunction::EmitKernelMetadata(const FunctionDecl *FD, in EmitKernelMetadata()
644 void CodeGenFunction::markAsIgnoreThreadCheckingAtRuntime(llvm::Function *Fn) { in markAsIgnoreThreadCheckingAtRuntime()
652 bool CodeGenFunction::requiresReturnValueCheck() const { in requiresReturnValueCheck()
687 void CodeGenFunction::StartFunction(GlobalDecl GD, QualType RetTy, in StartFunction()
1222 void CodeGenFunction::EmitFunctionBody(const Stmt *Body) { in EmitFunctionBody()
1239 void CodeGenFunction::EmitBlockWithFallThrough(llvm::BasicBlock *BB, in EmitBlockWithFallThrough()
1273 QualType CodeGenFunction::BuildFunctionArgList(GlobalDecl GD, in BuildFunctionArgList()
1316 void CodeGenFunction::GenerateCode(GlobalDecl GD, llvm::Function *Fn, in GenerateCode()
1476 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel()
1508 bool CodeGenFunction::containsBreak(const Stmt *S) { in containsBreak()
1529 bool CodeGenFunction::mightAddDeclToScope(const Stmt *S) { in mightAddDeclToScope()
1555 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger()
1569 bool CodeGenFunction::ConstantFoldsToSimpleInteger(const Expr *Cond, in ConstantFoldsToSimpleInteger()
1579 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
1588 bool CodeGenFunction::isInstrumentedCondition(const Expr *C) { in isInstrumentedCondition()
1603 void CodeGenFunction::EmitBranchToCounterBlock( in EmitBranchToCounterBlock()
1674 void CodeGenFunction::EmitBranchOnBoolExpr(const Expr *Cond, in EmitBranchOnBoolExpr()
1894 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { in ErrorUnsupported()
1905 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
1950 CodeGenFunction::EmitNullInitialization(Address DestPtr, QualType Ty) { in EmitNullInitialization()
2022 llvm::BlockAddress *CodeGenFunction::GetAddrOfLabel(const LabelDecl *L) { in GetAddrOfLabel()
2034 llvm::BasicBlock *CodeGenFunction::GetIndirectGotoBlock() { in GetIndirectGotoBlock()
2051 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength()
2142 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize()
2148 CodeGenFunction::VlaSizePair
2149 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize()
2172 CodeGenFunction::VlaSizePair
2173 CodeGenFunction::getVLAElements1D(QualType type) { in getVLAElements1D()
2179 CodeGenFunction::VlaSizePair
2180 CodeGenFunction::getVLAElements1D(const VariableArrayType *Vla) { in getVLAElements1D()
2187 void CodeGenFunction::EmitVariablyModifiedType(QualType type) { in EmitVariablyModifiedType()
2339 Address CodeGenFunction::EmitVAListRef(const Expr* E) { in EmitVAListRef()
2345 Address CodeGenFunction::EmitMSVAListRef(const Expr *E) { in EmitMSVAListRef()
2349 void CodeGenFunction::EmitDeclRefExprDbgValue(const DeclRefExpr *E, in EmitDeclRefExprDbgValue()
2357 CodeGenFunction::PeepholeProtection
2358 CodeGenFunction::protectFromPeepholes(RValue rvalue) { in protectFromPeepholes()
2377 void CodeGenFunction::unprotectFromPeepholes(PeepholeProtection protection) { in unprotectFromPeepholes()
2384 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption()
2424 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption()
2438 llvm::Value *CodeGenFunction::EmitAnnotationCall(llvm::Function *AnnotationFn, in EmitAnnotationCall()
2454 void CodeGenFunction::EmitVarAnnotations(const VarDecl *D, llvm::Value *V) { in EmitVarAnnotations()
2464 Address CodeGenFunction::EmitFieldAnnotations(const FieldDecl *D, in EmitFieldAnnotations()
2489 CodeGenFunction::CGCapturedStmtInfo::~CGCapturedStmtInfo() { } in ~CGCapturedStmtInfo()
2491 CodeGenFunction::SanitizerScope::SanitizerScope(CodeGenFunction *CGF) in SanitizerScope()
2497 CodeGenFunction::SanitizerScope::~SanitizerScope() { in ~SanitizerScope()
2501 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper()
2520 void CodeGenFunction::checkTargetFeatures(const CallExpr *E, in checkTargetFeatures()
2527 void CodeGenFunction::checkTargetFeatures(SourceLocation Loc, in checkTargetFeatures()
2588 void CodeGenFunction::EmitSanitizerStatReport(llvm::SanitizerStatKind SSK) { in EmitSanitizerStatReport()
2598 CodeGenFunction::FormResolverCondition(const MultiVersionResolverOption &RO) { in FormResolverCondition()
2634 void CodeGenFunction::EmitMultiVersionResolver( in EmitMultiVersionResolver()
2682 void CodeGenFunction::emitAlignmentAssumptionCheck( in emitAlignmentAssumptionCheck()
2731 llvm::DebugLoc CodeGenFunction::SourceLocToDebugLoc(SourceLocation Location) { in SourceLocToDebugLoc()
2739 CodeGenFunction::emitCondLikelihoodViaExpectIntrinsic(llvm::Value *Cond, in emitCondLikelihoodViaExpectIntrinsic()
2762 llvm::Value *CodeGenFunction::emitBoolVecConversion(llvm::Value *SrcVec, in emitBoolVecConversion()