HomeSort by: relevance | last modified time | path
    Searched refs:UP (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 191 TargetTransformInfo::UnrollingPreferences UP;
193 // Set up the defaults
194 UP.Threshold =
196 UP.MaxPercentThresholdBoost = 400;
197 UP.OptSizeThreshold = UnrollOptSizeThreshold;
198 UP.PartialThreshold = 150;
199 UP.PartialOptSizeThreshold = UnrollOptSizeThreshold;
200 UP.Count = 0;
201 UP.DefaultUnrollRuntimeCount = 8;
202 UP.MaxCount = std::numeric_limits<unsigned>::max()
    [all...]
LoopUnrollAndJamPass.cpp 150 TargetTransformInfo::UnrollingPreferences &UP) {
151 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!");
152 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
155 // Calculates unroll and jam count and writes it to UP.Count. Returns true if
163 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP,
165 // First up use computeUnrollCount from the loop unroller to get a count
167 // unrolling we leave to the unroller. This uses UP.Threshold /
168 // UP.PartialThreshold / UP.MaxCount to come up with sensible loop values
    [all...]
  /src/lib/libterminfo/
termcap.h 45 extern char *UP;
  /src/external/bsd/ppp/usr.sbin/plugins/status/
status.c 58 * event: "up", "down", "?", or "!", representing LCP up, LCP down,
80 static char UP[] = "up";
111 writestatus(UP);
124 writestatus(UP);
133 writestatus(UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 117 Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) const {
130 UP.Partial = UP.Runtime = UP.UpperBound = true;
131 UP.PartialThreshold = 30;
134 UP.OptSizeThreshold = 0;
135 UP.PartialOptSizeThreshold = 0;
139 UP.BEInsns = 2;
WebAssemblyTargetTransformInfo.h 52 TTI::UnrollingPreferences &UP) const;
  /src/external/gpl3/gdb/dist/readline/readline/
tcap.h 45 extern char *UP, *BC;
  /src/external/gpl3/gdb.old/dist/readline/readline/
tcap.h 45 extern char *UP, *BC;
  /src/usr.sbin/sysinst/arch/evbarm/
md.h 114 #define MD_SET_EXTRACT_FINALIZE(UP) evbarm_extract_finalize(UP)
  /src/usr.sbin/sysinst/arch/sparc64/
msg.md.de 59 {Kernel (GENERIC.UP)}
msg.md.en 58 {Kernel (GENERIC.UP)}
msg.md.es 58 {N�cleo (GENERIC.UP)}
msg.md.fr 58 {Kernel (GENERIC.UP)}
  /src/external/gpl3/gdb/dist/gdb/
stub-termcap.c 51 char *UP __attribute__((weak));
  /src/external/gpl3/gdb.old/dist/gdb/
stub-termcap.c 51 char *UP __attribute__((weak));
  /src/external/mpl/bind/dist/bin/tests/system/cds/
setup.sh 77 ' <DS.2 >UP.add2
82 ' <DS.1 >UP.del1
84 cat UP.add2 UP.del1 | sed 3d >UP.swap
86 sed 's/ add \(.*\) IN DS / add \1 3600 IN DS /' <UP.swap >UP.swapttl
  /src/external/gpl3/gcc/dist/gcc/text-art/
theme.cc 44 const canvas::cell_t head (get_cppchar (dir == y_arrow_dir::UP
48 const canvas::cell_t tail (get_cppchar (dir == y_arrow_dir::UP
52 if (dir == y_arrow_dir::UP)
155 return 0x2534; /* "┴": U+2534: BOX DRAWINGS LIGHT UP AND HORIZONTAL */
172 return 0x2570; /* "╰": U+2570 BOX DRAWINGS LIGHT ARC UP AND RIGHT. */
174 return 0x256F; /* "╯": U+256F BOX DRAWINGS LIGHT ARC UP AND LEFT. */
theme.h 83 enum class y_arrow_dir { UP, DOWN };
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 48 UP = '' #: Move the cursor up one line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
109 # Look up numeric capabilities.
114 # Look up string capabilities.
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
271 self.BOL + self.term.UP + self.term.CLEAR_EOL +
281 self.term.UP + self.term.CLEAR_EOL +
282 self.term.UP + self.term.CLEAR_EOL
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 316 // intrinsic, we don't have to look up any module metadata, as
405 TTI::UnrollingPreferences &UP) {
406 BaseT::getUnrollingPreferences(L, SE, UP);
412 UP.Partial = UP.Runtime = true;
413 UP.PartialThreshold = UP.Threshold / 4;
NVPTXTargetTransformInfo.h 102 TTI::UnrollingPreferences &UP);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 103 TTI::UnrollingPreferences &UP) {
105 UP.Threshold = AMDGPU::getIntegerAttribute(F, "amdgpu-unroll-threshold", 300);
106 UP.MaxCount = std::numeric_limits<unsigned>::max();
107 UP.Partial = true;
111 UP.BEInsns += 3;
131 UP.Threshold = MetaThresholdValue->getSExtValue();
132 UP.PartialThreshold = UP.Threshold;
133 ThresholdPrivate = std::min(ThresholdPrivate, UP.Threshold);
134 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold)
    [all...]
  /src/tests/net/route/
t_change.sh 86 atf_check -s exit:0 rump.ifconfig shmif0 10.0.0.10/24 up
121 atf_check -s exit:0 rump.ifconfig shmif0 up
135 flags: 0x843<UP,GATEWAY,DONE,STATIC>
154 flags: 0x843<UP,GATEWAY,DONE,STATIC>
184 atf_check -s exit:0 rump.ifconfig shmif0 10.0.0.10/24 up
188 atf_check -s exit:0 rump.ifconfig shmif1 10.0.0.11/24 up
202 flags: 0x843<UP,GATEWAY,DONE,STATIC>
221 flags: 0x843<UP,GATEWAY,DONE,STATIC>
251 atf_check -s exit:0 rump.ifconfig shmif0 10.0.0.10/24 up
255 atf_check -s exit:0 rump.ifconfig shmif1 10.0.0.11/24 up
    [all...]
  /src/games/backgammon/common_source/
fancy.c 51 * PC, BC, and UP only. This is gross.
68 char *UP; /* up cursor sequence */
74 static int lUP; /* length of UP */
83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP};
228 if (j < 4) { /* figure how far to back up for next row */
478 /* try corresponding UP combinations */
480 /* CR, UP, and ND */
485 /* UP and ND */
491 /* UP and BS *
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AIX.cpp 214 SmallString<128> UP(Sysroot);
215 path::append(UP, "/usr/include");
216 addSystemInclude(DriverArgs, CC1Args, UP.str());

Completed in 38 milliseconds

1 2 3 4