HomeSort by relevance Sort by last modified time
    Searched defs:relax (Results 1 - 18 of 18) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 98 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns) member in struct:Eigen::internal::perfvalues
99 // in a subtree of the elimination tree is less than relax, this subtree is considered
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 806 /// relax - the relaxation pass
807 bool ARMGNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { function in class:mcld::ARMGNULDBackend
808 if (!GNULDBackend::relax(pModule, pBuilder)) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-h8300.c 849 relax this jump. +130 is valid since the target will move
850 two bytes closer if we do relax this branch. */
962 /* That will change things, so, we should relax again.
985 relax this jump. +130 is valid since the target will move
986 two bytes closer if we do relax this branch. */
1033 /* That will change things, so, we should relax again.
1047 We may relax this into an 8-bit absolute address if it's in
1378 int relax = 0; local
    [all...]
bfd-in2.h 1497 struct relax_table *relax; member in struct:bfd_section
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 77 } relax[2]; member in struct:rl78_bytesT
90 rl78_bytes.relax[rl78_bytes.n_relax].type = type;
91 rl78_bytes.relax[rl78_bytes.n_relax].field_pos = pos;
92 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
294 {"relax", no_argument, NULL, OPTION_RELAX},
805 /* Estimate how big the opcode is after this relax pass. The return
825 /* Given the new addresses for this relax pass, figure out how big
851 fragP->tc_frag_data->relax[ri].type != RL78_RELAX_BRANCH,
855 switch (fragP->tc_frag_data->relax[ri].type)
888 switch (fragP->tc_frag_data->relax[ri].type
    [all...]
tc-nios2.c 75 {"relax-all", no_argument, NULL, OPTION_RELAX_ALL},
77 {"no-relax", no_argument, NULL, OPTION_NORELAX},
79 {"relax-section", no_argument, NULL, OPTION_RELAX_SECTION},
111 /* .cmd line option -relax-all allows all branches and calls to be replaced
113 -no-relax inhibits branch/call conversion.
116 relax_optionT relax; member in struct:__anon108288
571 nios2_as_options.relax = relax_none;
573 nios2_as_options.relax = relax_section;
575 nios2_as_options.relax = relax_all;
629 -relax-section (the default), and an absolute jump mode with -relax-all
    [all...]
tc-rx.c 98 {"relax", no_argument, NULL, OPTION_RELAX},
713 } relax[2];
722 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
751 rx_bytes.relax[rx_bytes.n_relax].type = type;
752 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos;
753 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
712 } relax[2]; member in struct:rx_bytesT
    [all...]
tc-arm.c 391 unsigned long relax; member in struct:arm_it
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.h 381 relax(int pass, const Input_objects* input_objects, Symbol_table* symtab, function in class:gold::Target
716 { return parameters->options().relax(); }
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2912 bool GNULDBackend::relax(Module& pModule, IRBuilder& pBuilder) { function in class:mcld::GNULDBackend
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1531 private boolean relax(int[] locations, Arc entry) { method in class:GridLayout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1422 private boolean relax(int[] locations, Arc entry) { method in class:GridLayout
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1467 struct relax_table *relax; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1467 struct relax_table *relax; member in struct:bfd_section
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 526 milliseconds