Lines Matching defs:CodeGenOpts
1856 addMergableDefaultFunctionAttributes(const CodeGenOptions &CodeGenOpts,
1858 addDenormalModeAttrs(CodeGenOpts.FPDenormalMode, CodeGenOpts.FP32DenormalMode,
1863 StringRef Name, bool HasOptnone, const CodeGenOptions &CodeGenOpts,
1868 if (CodeGenOpts.OptimizeSize)
1870 if (CodeGenOpts.OptimizeSize == 2)
1874 if (CodeGenOpts.DisableRedZone)
1876 if (CodeGenOpts.IndirectTlsSegRefs)
1878 if (CodeGenOpts.NoImplicitFloat)
1885 if (!CodeGenOpts.SimplifyLibCalls || LangOpts.isNoBuiltinFunc(Name))
1887 if (!CodeGenOpts.TrapFuncName.empty())
1888 FuncAttrs.addAttribute("trap-func-name", CodeGenOpts.TrapFuncName);
1890 switch (CodeGenOpts.getFramePointer()) {
1899 CodeGenOpts.getFramePointer()));
1902 if (CodeGenOpts.LessPreciseFPMAD)
1905 if (CodeGenOpts.NullPointerIsValid)
1926 if (CodeGenOpts.SoftFloat)
1929 llvm::utostr(CodeGenOpts.SSPBufferSize));
1934 const std::vector<std::string> &Recips = CodeGenOpts.Reciprocals;
1939 if (!CodeGenOpts.PreferVectorWidth.empty() &&
1940 CodeGenOpts.PreferVectorWidth != "none")
1942 CodeGenOpts.PreferVectorWidth);
1944 if (CodeGenOpts.StackRealignment)
1946 if (CodeGenOpts.Backchain)
1948 if (CodeGenOpts.EnableSegmentedStacks)
1951 if (CodeGenOpts.SpeculativeLoadHardening)
1955 switch (CodeGenOpts.getZeroCallUsedRegs()) {
2002 for (StringRef Attr : CodeGenOpts.DefaultFunctionAttrs) {
2050 llvm::Function &F, const CodeGenOptions &CodeGenOpts,
2063 CodeGenOpts, LangOpts,
2080 CodeGenOpts.FPDenormalMode.mergeCalleeMode(DenormModeToMerge);
2081 llvm::DenormalMode MergedF32 = CodeGenOpts.FP32DenormalMode;
2085 CodeGenOpts.FP32DenormalMode.mergeCalleeMode(DenormModeToMergeF32);
2093 CodeGenOpts.FPDenormalMode.str());
2101 CodeGenOpts.FP32DenormalMode.str());
2129 addMergableDefaultFunctionAttributes(CodeGenOpts, FuncAttrs);
2413 !CodeGenOpts.NullPointerIsValid)
2489 if (CodeGenOpts.NoPLT) {
2500 if (TargetDecl && CodeGenOpts.UniqueInternalLinkageNames) {
2517 if (CodeGenOpts.DisableTailCalls)
2527 if (CodeGenOpts.NoEscapingBlockTailCalls) {
2551 if (CodeGenOpts.EnableNoundefAttrs &&
2599 !CodeGenOpts.NullPointerIsValid)
2648 if (!CodeGenOpts.NullPointerIsValid &&
2691 if (CodeGenOpts.EnableNoundefAttrs &&
2724 if (CodeGenOpts.PassByValueIsNoAlias && Decl &&
2780 !CodeGenOpts.NullPointerIsValid)