• Home
  • Raw
  • Download

Lines Matching refs:CodeGenOpts

1683     if (CodeGenOpts.OptimizeSize)  in ConstructAttributeList()
1685 if (CodeGenOpts.OptimizeSize == 2) in ConstructAttributeList()
1689 if (CodeGenOpts.DisableRedZone) in ConstructAttributeList()
1691 if (CodeGenOpts.NoImplicitFloat) in ConstructAttributeList()
1693 if (CodeGenOpts.EnableSegmentedStacks && in ConstructAttributeList()
1699 if (!CodeGenOpts.SimplifyLibCalls || in ConstructAttributeList()
1700 CodeGenOpts.isNoBuiltinFunc(Name.data())) in ConstructAttributeList()
1702 if (!CodeGenOpts.TrapFuncName.empty()) in ConstructAttributeList()
1703 FuncAttrs.addAttribute("trap-func-name", CodeGenOpts.TrapFuncName); in ConstructAttributeList()
1706 if (!CodeGenOpts.DisableFPElim) { in ConstructAttributeList()
1708 } else if (CodeGenOpts.OmitLeafFramePointer) { in ConstructAttributeList()
1717 CodeGenOpts.DisableTailCalls || HasAnyX86InterruptAttr || in ConstructAttributeList()
1724 llvm::toStringRef(CodeGenOpts.LessPreciseFPMAD)); in ConstructAttributeList()
1726 llvm::toStringRef(CodeGenOpts.NoInfsFPMath)); in ConstructAttributeList()
1728 llvm::toStringRef(CodeGenOpts.NoNaNsFPMath)); in ConstructAttributeList()
1730 llvm::toStringRef(CodeGenOpts.UnsafeFPMath)); in ConstructAttributeList()
1732 llvm::toStringRef(CodeGenOpts.SoftFloat)); in ConstructAttributeList()
1734 llvm::utostr(CodeGenOpts.SSPBufferSize)); in ConstructAttributeList()
1736 llvm::toStringRef(CodeGenOpts.NoSignedZeros)); in ConstructAttributeList()
1738 if (CodeGenOpts.StackRealignment) in ConstructAttributeList()
1740 if (CodeGenOpts.Backchain) in ConstructAttributeList()