/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 185 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 D | LoopUnrollAndJamPass.cpp | 147 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 D | test-repl-programmatic-history.js | 54 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 D | test-repl-persistent-history.js | 56 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 D | test-repl-history-navigation.js | 52 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 D | test-repl-autocomplete.js | 51 const UP = { name: 'up' }; 85 yield UP; 86 yield UP;
|
H A D | test-repl-reverse-search.js | 50 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 D | NVPTXTargetTransformInfo.cpp | 145 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 D | NVPTXTargetTransformInfo.h | 98 TTI::UnrollingPreferences &UP);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollPeel.cpp | 282 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 D | localImportNameVsGlobalName.js | 3 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 D | AMDGPUTargetTransformInfo.cpp | 92 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 D | AMDGPUTargetTransformInfo.h | 63 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 D | HexagonTargetTransformInfo.cpp | 79 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 D | NumberFormatICU.java | 111 RoundingMode mode = RoundingMode.UP; in getRoundingMode() 135 mode = RoundingMode.UP; in getRoundingMode() 223 } else if (roundingMode.equals(RoundingMode.UP)) { in setRoundingMode()
|
H A D | DecimalFormatICU.java | 200 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 D | trace_sched.c | 83 #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 D | module-mmkbd-evdev.c | 90 UP, in io_callback() enumerator 103 volchange = UP; in io_callback() 120 case UP: in io_callback()
|
H A D | module-lirc.c | 97 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 D | SystemZTargetTransformInfo.cpp | 241 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 D | UnrollLoop.h | 95 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 D | AArch64TargetTransformInfo.cpp | 730 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 D | ARMTargetTransformInfo.cpp | 1202 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 D | PPCTargetTransformInfo.cpp | 538 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 D | Alignment.h | 119 using UP = llvm::Optional<Align>; 132 using UP::UP;
|