Home | History | Annotate | Download | only in Target

Lines Matching defs:Default

24       Default, // Target-specific (either soft of hard depending on triple, etc).
52 /// (the default), the code generator is not allowed to generate mad
60 /// this flag is off (the default), the code generator is allowed to produce
68 /// this flag is off (the default), the code generator is not allowed to
76 /// this flag is off (the default), the code generator is not allowed to
82 /// this flag is off (the default), the code generator is not allowed to
88 /// false (the default), the code generator is allowed to assume that the
89 /// rounding behavior is the default (round-to-zero for all floating point to
103 /// on the command line. This setting may either be Default, Soft, or Hard.
104 /// Default selects the target's default behavior. Soft selects the ABI for
110 /// NoZerosInBSS - By default some codegens place zero-initialized data to
136 /// StackAlignmentOverride - Override default stack alignment for target.