Searched refs:OPTION (Results 1 – 25 of 166) sorted by relevance
1234567
6 OPTION('J', json, false, true) \7 OPTION('g', general, true, false) \8 OPTION('m', merged, config_stats, false) \9 OPTION('d', destroyed, config_stats, false) \10 OPTION('a', unmerged, config_stats, false) \11 OPTION('b', bins, true, false) \12 OPTION('l', large, true, false) \13 OPTION('x', mutex, true, false)16 #define OPTION(o, v, d, s) stats_print_option_num_##v, macro18 #undef OPTION
1 ; RUN: llc -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s4 ; RUN: llc -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION…10 ; NO-OPTION-LABEL: {{_?}}foo011 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]12 ; NO-OPTION: [[L0]]:13 ; NO-OPTION: .long 229623708915 ; NO-OPTION-O0-LABEL: {{_?}}foo016 ; NO-OPTION-O0: ldr [[R0:r[0-9]+]], [[L0:.*]]17 ; NO-OPTION-O0: [[L0]]:18 ; NO-OPTION-O0: .long 2296237089[all …]
1 …ple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s4 …thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s8 ; NO-OPTION-LABEL: {{_?}}caller09 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]] 10 ; NO-OPTION: blx [[R0]]11 ; NO-OPTION: [[L0]]:12 ; NO-OPTION: .long {{_?}}callee029 ; NO-OPTION-LABEL: {{_?}}caller130 ; NO-OPTION: bl {{_?}}callee0
1 ; RUN: llc < %s -mtriple=arm-unknown-unknown | FileCheck %s --check-prefix=NO-OPTION8 ; NO-OPTION-LABEL: {{\_?}}func_attr9 ; NO-OPTION: bl {{\_?}}callee23 ; NO-OPTION-LABEL: {{\_?}}func_noattr24 ; NO-OPTION: b {{\_?}}callee
1 …march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s4 …h thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s8 ; NO-OPTION-LABEL: {{_?}}caller09 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]] 10 ; NO-OPTION: blx [[R0]]11 ; NO-OPTION: [[L0]]:12 ; NO-OPTION: .long {{_?}}callee029 ; NO-OPTION-LABEL: {{_?}}caller130 ; NO-OPTION: bl {{_?}}callee0
1 …march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s4 …h thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s8 ; NO-OPTION-LABEL: {{_?}}foo09 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]10 ; NO-OPTION: [[L0]]:11 ; NO-OPTION: .long 229623708927 ; NO-OPTION-LABEL: {{_?}}foo128 ; NO-OPTION: movw [[R0:r[0-9]+]], #5225729 ; NO-OPTION: movt [[R0]], #35037
1 ; RUN: llc < %s -march x86-64 | FileCheck %s --check-prefix=NO-OPTION8 ; NO-OPTION-LABEL: {{\_?}}func_attr9 ; NO-OPTION: callq {{\_?}}callee23 ; NO-OPTION-LABEL: {{\_?}}func_noattr24 ; NO-OPTION: jmp {{\_?}}callee
1 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefix=NO-OPTION8 ; NO-OPTION-LABEL: {{\_?}}func_attr9 ; NO-OPTION: callq {{\_?}}callee23 ; NO-OPTION-LABEL: {{\_?}}func_noattr24 ; NO-OPTION: jmp {{\_?}}callee
15 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testOfOnKeysForSimpleCombination()27 … ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT_LEFT, ModifierKey.OPTION, in testOfOnKeysForComplexCombination()40 ModifierKey.OPTION, ModifierKey.COMMAND); in testOfOnKeysForComplexCombinationWithVariant()63 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION); in testOfOnAndDontCareKeys_complex()75 … ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION, ModifierKey.ALT_LEFT); in testOfOnAndDontCareKeysForComplexCombinationWithVariant()84 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION, ModifierKey.SHIFT, in testOfOnAndDontCareKeys_empty()129 …KeyCombination combination2 = ModifierKeyCombination.ofOnKeys(ImmutableSet.of(ModifierKey.OPTION)); in testCompareToForOnKeys()145 ModifierKey.CONTROL_LEFT, ModifierKey.OPTION)); in testCompareToForComplexOnKeys()147 ModifierKey.CONTROL, ModifierKey.SHIFT, ModifierKey.OPTION)); in testCompareToForComplexOnKeys()172 ImmutableSet.of(ModifierKey.OPTION), ImmutableSet.of(ModifierKey.CONTROL)); in testCompareToWithDontCares()[all …]
30 ModifierKey.OPTION, ModifierKey.SHIFT, ModifierKey.COMMAND, ModifierKey.CAPSLOCK); in testSimplifyInputWithBase()39 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testSimplifyInputWithParentOn()61 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithBothChildrenOn()70 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithParentDontCare()80 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithParentDontCareAndChildOn()89 ModifierKey.CONTROL_LEFT, ModifierKey.ALT, ModifierKey.OPTION, ModifierKey.CAPSLOCK, in testSimplifyInputWithChildDontCare()101 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithAllThreeKeysPresent()149 ImmutableSet.of(ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.SHIFT_LEFT)); in testSimplifyToStringWithComplexCombination()221 EnumSet.of(ModifierKey.SHIFT, ModifierKey.ALT_RIGHT), EnumSet.of(ModifierKey.OPTION)); in testSimplifySetWithParentOffKey()227 EnumSet.of(ModifierKey.SHIFT, ModifierKey.ALT_RIGHT), EnumSet.of(ModifierKey.OPTION)); in testSimplifySetWithParentOffKey()[all …]
90 OPTION="$1"94 do_flag "+p" "$OPTION" "$INPUT_LINE"96 do_flag "+flmt" "$OPTION" "$INPUT_LINE"97 do_flag "-flmt" "$OPTION" "$INPUT_LINE"99 do_flag "-p" "$OPTION" "$INPUT_LINE"
31 static OPTION *find_option(char *optname, unsigned int type) in find_option()53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str()63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int()83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv()133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo()190 OPTION *option; in rc_read_config()269 OPTION *option; in rc_conf_str()280 OPTION *option; in rc_conf_int()291 OPTION *option; in rc_conf_srv()
16 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)57 # OPTION-LIST is a space-separated list of Libtool options associated[all …]
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)58 # OPTION-LIST is a space-separated list of Libtool options associated[all …]
40 macro(_check_and_save_build_option OPTION VALUE)41 if(DEFINED ${PACKAGE_FIND_NAME}_${OPTION} AND42 NOT ${PACKAGE_FIND_NAME}_${OPTION} STREQUAL ${VALUE})45 set(${PACKAGE_FIND_NAME}_${OPTION} ${VALUE} PARENT_SCOPE)
39 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro43 #undef OPTION51 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ macro59 #undef OPTION