Lines Matching refs:getCodeGenOpts
70 CGM.getCodeGenOpts(), CGM.getLangOpts())) { in CodeGenFunction()
81 if (CGM.getCodeGenOpts().NoNaNsFPMath) { in CodeGenFunction()
84 if (CGM.getCodeGenOpts().NoSignedZeros) { in CodeGenFunction()
87 if (CGM.getCodeGenOpts().ReciprocalMath) { in CodeGenFunction()
90 if (CGM.getCodeGenOpts().Reassociate) { in CodeGenFunction()
345 if (CGM.getCodeGenOpts().InstrumentFunctions) in FinishFunction()
347 if (CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining) in FinishFunction()
409 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
457 if (!CGM.getCodeGenOpts().InstrumentFunctions && in ShouldInstrumentFunction()
458 !CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining && in ShouldInstrumentFunction()
459 !CGM.getCodeGenOpts().InstrumentFunctionEntryBare) in ShouldInstrumentFunction()
469 return CGM.getCodeGenOpts().XRayInstrumentFunctions; in ShouldXRayInstrumentFunction()
475 return CGM.getCodeGenOpts().XRayInstrumentFunctions && in AlwaysEmitXRayCustomEvents()
476 (CGM.getCodeGenOpts().XRayAlwaysEmitCustomEvents || in AlwaysEmitXRayCustomEvents()
477 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayCustomEvents()
482 return CGM.getCodeGenOpts().XRayInstrumentFunctions && in AlwaysEmitXRayTypedEvents()
483 (CGM.getCodeGenOpts().XRayAlwaysEmitTypedEvents || in AlwaysEmitXRayTypedEvents()
484 CGM.getCodeGenOpts().XRayInstrumentationBundle.Mask == in AlwaysEmitXRayTypedEvents()
719 if (CGM.getCodeGenOpts().EmitOpenCLArgMetadata) in GenOpenCLArgMetadata()
921 if (CGM.getCodeGenOpts().XRayInstrumentationBundle.has( in StartFunction()
936 llvm::itostr(CGM.getCodeGenOpts().XRayInstructionThreshold)); in StartFunction()
942 llvm::toStringRef(CGM.getCodeGenOpts().NoUseJumpTables)); in StartFunction()
945 if (CGM.getCodeGenOpts().ProfileSampleAccurate) in StartFunction()
1001 CGM.getCodeGenOpts().StackAlignment) in StartFunction()
1042 if (CGM.getCodeGenOpts().InstrumentFunctions) in StartFunction()
1044 if (CGM.getCodeGenOpts().InstrumentFunctionsAfterInlining) in StartFunction()
1047 if (CGM.getCodeGenOpts().InstrumentFunctionEntryBare) in StartFunction()
1056 if (CGM.getCodeGenOpts().InstrumentForProfiling) { in StartFunction()
1060 if (CGM.getCodeGenOpts().CallFEntry) in StartFunction()
1220 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1386 CGM.getCodeGenOpts().StrictReturn || in GenerateCode()
1395 if (CGM.getCodeGenOpts().OptimizationLevel == 0) in GenerateCode()
1704 if (Call && CGM.getCodeGenOpts().OptimizationLevel != 0) { in EmitBranchOnBoolExpr()
2179 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
2414 if (!CGM.getCodeGenOpts().SanitizeStats) in EmitSanitizerStatReport()