Home
last modified time | relevance | path

Searched refs:UP (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp185 TargetTransformInfo::UnrollingPreferences UP; in gatherUnrollingPreferences() local
188 UP.Threshold = OptLevel > 2 ? 300 : 150; in gatherUnrollingPreferences()
189 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
190 UP.OptSizeThreshold = 0; in gatherUnrollingPreferences()
191 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
192 UP.PartialOptSizeThreshold = 0; in gatherUnrollingPreferences()
193 UP.Count = 0; in gatherUnrollingPreferences()
194 UP.PeelCount = 0; in gatherUnrollingPreferences()
195 UP.DefaultUnrollRuntimeCount = 8; in gatherUnrollingPreferences()
196 UP in gatherUnrollingPreferences()
723 getUnrolledLoopSize( unsigned LoopSize, TargetTransformInfo::UnrollingPreferences &UP) getUnrolledLoopSize() argument
738 computeUnrollCount( Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, LoopInfo *LI, ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, OptimizationRemarkEmitter *ORE, unsigned &TripCount, unsigned MaxTripCount, bool MaxOrZero, unsigned &TripMultiple, unsigned LoopSize, TargetTransformInfo::UnrollingPreferences &UP, bool &UseUpperBound) computeUnrollCount() argument
1045 TargetTransformInfo::UnrollingPreferences UP = gatherUnrollingPreferences( tryToUnrollLoop() local
[all...]
H A DLoopUnrollAndJamPass.cpp147 TargetTransformInfo::UnrollingPreferences &UP) { in getUnrollAndJammedLoopSize()
148 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrollAndJammedLoopSize()
149 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrollAndJammedLoopSize()
152 // Calculates unroll and jam count and writes it to UP.Count. Returns true if
160 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP) { in computeUnrollAndJamCount()
163 // unrolling we leave to the unroller. This uses UP.Threshold / in computeUnrollAndJamCount()
164 // UP.PartialThreshold / UP in computeUnrollAndJamCount()
146 getUnrollAndJammedLoopSize(unsigned LoopSize, TargetTransformInfo::UnrollingPreferences &UP) getUnrollAndJammedLoopSize() argument
154 computeUnrollAndJamCount( Loop *L, Loop *SubLoop, const TargetTransformInfo &TTI, DominatorTree &DT, LoopInfo *LI, ScalarEvolution &SE, const SmallPtrSetImpl<const Value *> &EphValues, OptimizationRemarkEmitter *ORE, unsigned OuterTripCount, unsigned OuterTripMultiple, unsigned OuterLoopSize, unsigned InnerTripCount, unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP) computeUnrollAndJamCount() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-programmatic-history.js54 const UP = { name: 'up' };
80 test: [UP],
85 test: [UP],
90 test: [UP, CLEAR],
95 test: [UP, '21', ENTER, "'42'", ENTER],
107 test: [UP, UP, UP, DOWN, ENTER],
121 test: [UP, UP, DOW
[all...]
H A Dtest-repl-persistent-history.js56 const UP = { name: 'up' };
82 test: [UP],
87 test: [UP],
92 test: [UP, CLEAR],
97 test: [UP, '21', ENTER, "'42'", ENTER],
107 test: [UP, UP, CLEAR, ENTER, DOWN, CLEAR, ENTER, UP, ENTER],
125 test: [UP, UP, DOW
[all...]
H A Dtest-repl-history-navigation.js52 const UP = { name: 'up' };
86 test: [UP, UP, UP, UP, UP, UP, DOWN, DOWN, DOWN, DOWN, DOWN, DOWN],
134 '55', UP, UP, UP, U
[all...]
H A Dtest-repl-autocomplete.js51 const UP = { name: 'up' };
85 yield UP;
86 yield UP;
H A Dtest-repl-reverse-search.js50 const UP = { name: 'up' };
207 UP, // 15
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp145 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
146 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
152 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
144 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
H A DNVPTXTargetTransformInfo.h98 TTI::UnrollingPreferences &UP);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnrollPeel.cpp282 TargetTransformInfo::UnrollingPreferences &UP,
285 // Save the UP.PeelCount value set by the target in
287 unsigned TargetPeelCount = UP.PeelCount;
288 UP.PeelCount = 0;
301 UP.PeelCount = UnrollForcePeelCount;
302 UP.PeelProfiledIterations = true;
307 if (!UP.AllowPeeling)
323 if (2 * LoopSize <= UP.Threshold && UnrollPeelMaxCount > 0) {
328 // Start the max computation with the UP.PeelCount value set by the target
343 MaxPeelCount = std::min(MaxPeelCount, UP
[all...]
/third_party/typescript/tests/baselines/reference/
H A DlocalImportNameVsGlobalName.js3 export enum Key { UP, DOWN, LEFT, RIGHT }
11 foo(Key.UP);
21 Key[Key["UP"] = 0] = "UP";
32 foo(Key.UP);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp92 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
94 UP.Threshold = AMDGPU::getIntegerAttribute(F, "amdgpu-unroll-threshold", 300); in getUnrollingPreferences()
95 UP.MaxCount = std::numeric_limits<unsigned>::max(); in getUnrollingPreferences()
96 UP.Partial = true; in getUnrollingPreferences()
120 if (UP.Threshold < MaxBoost && Br->isConditional()) { in getUnrollingPreferences()
127 UP.Threshold += UnrollThresholdIf; in getUnrollingPreferences()
128 LLVM_DEBUG(dbgs() << "Set unroll threshold " << UP.Threshold in getUnrollingPreferences()
131 if (UP.Threshold >= MaxBoost) in getUnrollingPreferences()
151 if (UP.Threshold >= Threshold) in getUnrollingPreferences()
206 UP in getUnrollingPreferences()
91 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
753 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
969 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
[all...]
H A DAMDGPUTargetTransformInfo.h63 TTI::UnrollingPreferences &UP);
141 TTI::UnrollingPreferences &UP);
254 TTI::UnrollingPreferences &UP);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp79 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
80 UP.Runtime = UP.Partial = true; in getUnrollingPreferences()
86 UP.PeelCount = 2; in getUnrollingPreferences()
78 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java111 RoundingMode mode = RoundingMode.UP; in getRoundingMode()
135 mode = RoundingMode.UP; in getRoundingMode()
223 } else if (roundingMode.equals(RoundingMode.UP)) { in setRoundingMode()
H A DDecimalFormatICU.java200 RoundingMode mode = RoundingMode.UP; in getRoundingMode()
224 mode = RoundingMode.UP; in getRoundingMode()
381 } else if (roundingMode.equals(RoundingMode.UP)) { in setRoundingMode()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c83 #define UP 1 /* assume UP if no SMP value is specified. */ macro
295 int num_cpus = UP; /* assume machine is an UP machine. */ in main()
331 num_cpus = UP; in main()
/third_party/pulseaudio/src/modules/
H A Dmodule-mmkbd-evdev.c90 UP, in io_callback() enumerator
103 volchange = UP; in io_callback()
120 case UP: in io_callback()
H A Dmodule-lirc.c97 UP, in io_callback() enumerator
107 volchange = UP; in io_callback()
128 case UP: in io_callback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp241 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
273 UP.FullUnrollMaxCount = Max; in getUnrollingPreferences()
274 UP.MaxCount = 1; in getUnrollingPreferences()
278 UP.MaxCount = Max; in getUnrollingPreferences()
279 if (UP.MaxCount <= 1) in getUnrollingPreferences()
283 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
285 UP.PartialThreshold = 75; in getUnrollingPreferences()
286 UP.DefaultUnrollRuntimeCount = 4; in getUnrollingPreferences()
289 UP in getUnrollingPreferences()
240 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h95 TargetTransformInfo::UnrollingPreferences &UP,
119 TargetTransformInfo::UnrollingPreferences &UP,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp730 TargetTransformInfo::UnrollingPreferences &UP) { in getFalkorUnrollingPreferences()
770 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
772 << UP.MaxCount << '\n'); in getFalkorUnrollingPreferences()
777 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
779 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
785 UP.PartialThreshold *= 2; in getUnrollingPreferences()
788 UP.PartialOptSizeThreshold = 0; in getUnrollingPreferences()
792 getFalkorUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
729 getFalkorUnrollingPreferences(Loop *L, ScalarEvolution &SE, TargetTransformInfo::UnrollingPreferences &UP) getFalkorUnrollingPreferences() argument
776 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1202 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
1205 return BasicTTIImplBase::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
1208 UP.OptSizeThreshold = 0; in getUnrollingPreferences()
1209 UP.PartialOptSizeThreshold = 0; in getUnrollingPreferences()
1260 UP.Partial = true; in getUnrollingPreferences()
1261 UP.Runtime = true; in getUnrollingPreferences()
1262 UP.UpperBound = true; in getUnrollingPreferences()
1263 UP.UnrollRemainder = true; in getUnrollingPreferences()
1264 UP.DefaultUnrollRuntimeCount = 4; in getUnrollingPreferences()
1265 UP in getUnrollingPreferences()
1201 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp538 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences()
542 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
546 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
549 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
537 getUnrollingPreferences(Loop *L, ScalarEvolution &SE, TTI::UnrollingPreferences &UP) getUnrollingPreferences() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h119 using UP = llvm::Optional<Align>;
132 using UP::UP;

Completed in 19 milliseconds

12