Home
last modified time | relevance | path

Searched refs:UP (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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.MaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
[all …]
DLoopUnrollAndJamPass.cpp147 TargetTransformInfo::UnrollingPreferences &UP) { in getUnrollAndJammedLoopSize() argument
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()
160 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP) { in computeUnrollAndJamCount() argument
170 /*MaxOrZero*/ false, OuterTripMultiple, OuterLoopSize, UP, UseUpperBound); in computeUnrollAndJamCount()
176 UP.Count = 0; in computeUnrollAndJamCount()
183 UP.Count = UnrollAndJamCount; in computeUnrollAndJamCount()
184 UP.Force = true; in computeUnrollAndJamCount()
185 if (UP.AllowRemainder && in computeUnrollAndJamCount()
186 getUnrollAndJammedLoopSize(OuterLoopSize, UP) < UP.Threshold && in computeUnrollAndJamCount()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp191 TargetTransformInfo::UnrollingPreferences UP; in gatherUnrollingPreferences() local
194 UP.Threshold = in gatherUnrollingPreferences()
196 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
197 UP.OptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
198 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
199 UP.PartialOptSizeThreshold = UnrollOptSizeThreshold; in gatherUnrollingPreferences()
200 UP.Count = 0; in gatherUnrollingPreferences()
201 UP.DefaultUnrollRuntimeCount = 8; in gatherUnrollingPreferences()
202 UP.MaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
203 UP.FullUnrollMaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
[all …]
DLoopUnrollAndJamPass.cpp149 TargetTransformInfo::UnrollingPreferences &UP) { in getUnrollAndJammedLoopSize() argument
150 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!"); in getUnrollAndJammedLoopSize()
151 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns; in getUnrollAndJammedLoopSize()
162 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP, in computeUnrollAndJamCount() argument
173 /*MaxOrZero*/ false, OuterTripMultiple, OuterLoopSize, UP, PP, in computeUnrollAndJamCount()
180 UP.Count = 0; in computeUnrollAndJamCount()
187 UP.Count = UnrollAndJamCount; in computeUnrollAndJamCount()
188 UP.Force = true; in computeUnrollAndJamCount()
189 if (UP.AllowRemainder && in computeUnrollAndJamCount()
190 getUnrollAndJammedLoopSize(OuterLoopSize, UP) < UP.Threshold && in computeUnrollAndJamCount()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp113 TargetTransformInfo::UnrollingPreferences UP; in gatherUnrollingPreferences() local
116 UP.Threshold = 150; in gatherUnrollingPreferences()
117 UP.PercentDynamicCostSavedThreshold = 50; in gatherUnrollingPreferences()
118 UP.DynamicCostSavingsDiscount = 100; in gatherUnrollingPreferences()
119 UP.OptSizeThreshold = 0; in gatherUnrollingPreferences()
120 UP.PartialThreshold = UP.Threshold; in gatherUnrollingPreferences()
121 UP.PartialOptSizeThreshold = 0; in gatherUnrollingPreferences()
122 UP.Count = 0; in gatherUnrollingPreferences()
123 UP.MaxCount = UINT_MAX; in gatherUnrollingPreferences()
124 UP.FullUnrollMaxCount = UINT_MAX; in gatherUnrollingPreferences()
[all …]
/external/libxkbcommon/test/
Dkeyseq.c54 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT, in main()
66 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT, in main()
69 KEY_H, UP, XKB_KEY_h, NEXT, in main()
88 KEY_RIGHTSHIFT, UP, XKB_KEY_Shift_R, NEXT, in main()
102 KEY_RIGHTSHIFT, UP, XKB_KEY_Shift_R, NEXT, in main()
104 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT, in main()
117 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT, in main()
119 KEY_LEFTSHIFT, UP, XKB_KEY_Shift_L, NEXT, in main()
129 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT, in main()
131 KEY_CAPSLOCK, UP, XKB_KEY_Caps_Lock, NEXT, in main()
[all …]
Drulescomp.c123 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT, in main()
124 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT, in main()
133 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT, in main()
134 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT, in main()
151 KEY_RIGHTALT, UP, XKB_KEY_ISO_Next_Group, NEXT, in main()
152 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT, in main()
155 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT, in main()
156 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT, in main()
175 KEY_RIGHTALT, UP, XKB_KEY_ISO_Level3_Shift, NEXT, in main()
176 KEY_LEFTALT, UP, XKB_KEY_Alt_L, NEXT, in main()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DBigDecimalMathTest.java26 import static java.math.RoundingMode.UP;
97 .setExpectation(0.33333333333333337, UP, CEILING) in testRoundToDouble_oneThird()
107 .setExpectation(Double.MIN_VALUE, UP, CEILING, HALF_UP) in testRoundToDouble_halfMinDouble()
117 .setExpectation(-Double.MIN_VALUE, UP, FLOOR, HALF_UP) in testRoundToDouble_halfNegativeMinDouble()
138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() local
149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne()
160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf()
171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree() local
191 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING) in testRoundToDouble_maxDoublePlusOne()
200 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING) in testRoundToDouble_wayTooBig()
[all …]
DBigIntegerMathTest.java37 import static java.math.RoundingMode.UP;
161 for (RoundingMode mode : asList(CEILING, UP)) { in testLog2Ceiling()
252 for (RoundingMode mode : asList(CEILING, UP)) { in testLog10Ceiling()
352 for (RoundingMode mode : asList(CEILING, UP)) { in testSqrtCeiling()
625 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP)
637 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP)
649 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN)
673 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING)
683 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING)
706 .setExpectation(DoubleUtils.nextDown(-Math.pow(2, 53)), FLOOR, UP, HALF_UP)
[all …]
/external/guava/android/guava-tests/test/com/google/common/math/
DBigDecimalMathTest.java26 import static java.math.RoundingMode.UP;
97 .setExpectation(0.33333333333333337, UP, CEILING) in testRoundToDouble_oneThird()
107 .setExpectation(Double.MIN_VALUE, UP, CEILING, HALF_UP) in testRoundToDouble_halfMinDouble()
117 .setExpectation(-Double.MIN_VALUE, UP, FLOOR, HALF_UP) in testRoundToDouble_halfNegativeMinDouble()
138 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP) in testRoundToDouble_maxPreciselyRepresentablePlusOne() local
149 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOne()
160 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP) in testRoundToDouble_twoToThe54PlusOneHalf()
171 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN) in testRoundToDouble_twoToThe54PlusThree() local
191 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING) in testRoundToDouble_maxDoublePlusOne()
200 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING) in testRoundToDouble_wayTooBig()
[all …]
DBigIntegerMathTest.java37 import static java.math.RoundingMode.UP;
161 for (RoundingMode mode : asList(CEILING, UP)) { in testLog2Ceiling()
252 for (RoundingMode mode : asList(CEILING, UP)) { in testLog10Ceiling()
352 for (RoundingMode mode : asList(CEILING, UP)) { in testSqrtCeiling()
625 .setExpectation(Math.nextUp(twoToThe53), CEILING, UP, HALF_UP)
637 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP)
649 .setExpectation(Math.nextUp(twoToThe54), CEILING, UP, HALF_DOWN, HALF_UP, HALF_EVEN)
673 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING)
683 .setExpectation(Double.POSITIVE_INFINITY, UP, CEILING)
706 .setExpectation(DoubleUtils.nextDown(-Math.pow(2, 53)), FLOOR, UP, HALF_UP)
[all …]
/external/llvm-project/clang/test/CodeGenObjCXX/
Dmsabi-objc-extensions.mm10 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@PAUobjc_object@@01@Z"
13 // CHECK-LABEL: "?f@@YAXPAUobjc_object@@PAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@10@Z"
16 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@0@Z"
19 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@@@@Z"
22 // CHECK-LABEL: "?f@@YAXPAU?$objc_object@U?$Protocol@UP@@@__ObjC@@U?$Protocol@UQ@@@2@@@@Z"
25 // CHECK-LABEL: "?f@@YAXPAU?$objc_class@U?$Protocol@UP@@@__ObjC@@@@@Z"
28 // CHECK-LABEL: "?f@@YAXPAU?$objc_class@U?$Protocol@UP@@@__ObjC@@U?$Protocol@UQ@@@2@@@@Z"
31 // CHECK-LABEL: "?f@@YAXPAU?$I@U?$Protocol@UP@@@__ObjC@@@@@Z"
34 // CHECK-LABEL: "?f@@YAXPAU?$I@U?$Protocol@UP@@@__ObjC@@U?$Protocol@UQ@@@2@@@@Z"
76 // CHECK-LABEL: "?f@@YAXPAU?$KindOf@U?$I@U?$Protocol@UP@@@__ObjC@@@@@__ObjC@@@Z"
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp122 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences() argument
123 BaseT::getUnrollingPreferences(L, UP); in getUnrollingPreferences()
129 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
130 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp145 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences() argument
146 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
152 UP.Partial = UP.Runtime = true; in getUnrollingPreferences()
153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DToken.pm20 Readonly my $UP => 3;
21 sub UP { $UP } subroutine
23 Readonly my $MIN_TOKEN_TYPE => $UP + 1;
/external/antlr/runtime/ObjC/Framework/test/runtime/token/
DCommonTokenTest.m33 token.text = @"<UP>";
36 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>");
37 …STAssertTrue([token.text isEqualToString:@"<UP>"], @"Token text was not <UP> was instead: %@", tok…
43 CommonToken *token = [[CommonToken newToken:TokenTypeUP Text:@"<UP>"] retain];
46 STAssertNotNil(token.text, @"Token text was nil, was expecting <UP>");
47 …STAssertTrue([token.text isEqualToString:@"<UP>"], @"Token text was not <UP> was instead: %@", tok…
/external/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp32 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences() argument
33 UP.Runtime = UP.Partial = true; in getUnrollingPreferences()
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as37 public static const UP:int = TokenConstants.UP; constant in org.antlr.runtime.tree.TreeParser
81 * corresponding UP node.
91 // current node is a subtree, skip to corresponding UP.
92 // must count nesting level to get right UP
95 while ( tokenType!=TokenConstants.EOF && !(tokenType==UP && level==0) ) {
102 else if ( tokenType == UP ) {
106 input.consume(); // consume UP
109 /** We have DOWN/UP nodes in the stream that have no line info; override.
133 if ( e.token==null ) { // could be an UP/DOWN node
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp282 TargetTransformInfo::UnrollingPreferences &UP, in computePeelCount() argument
287 unsigned TargetPeelCount = UP.PeelCount; in computePeelCount()
288 UP.PeelCount = 0; in computePeelCount()
301 UP.PeelCount = UnrollForcePeelCount; in computePeelCount()
302 UP.PeelProfiledIterations = true; in computePeelCount()
307 if (!UP.AllowPeeling) in computePeelCount()
323 if (2 * LoopSize <= UP.Threshold && UnrollPeelMaxCount > 0) { in computePeelCount()
343 MaxPeelCount = std::min(MaxPeelCount, UP.Threshold / LoopSize - 1); in computePeelCount()
356 UP.PeelCount = DesiredPeelCount; in computePeelCount()
357 UP.PeelProfiledIterations = false; in computePeelCount()
[all …]
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java164 match(input, Token.UP, null); in declaration()
185 match(input, Token.UP, null); in declaration()
224 match(input, Token.UP, null); in variable()
314 match(input, Token.UP, null); in functionHeader()
351 match(input, Token.UP, null); in formalParameter()
468 match(input, Token.UP, null); in block()
598 match(input, Token.UP, null); in forStat()
681 match(input, Token.UP, null); in expr()
702 match(input, Token.UP, null); in expr()
723 match(input, Token.UP, null); in expr()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp108 TTI::UnrollingPreferences &UP) { in getUnrollingPreferences() argument
110 UP.Threshold = AMDGPU::getIntegerAttribute(F, "amdgpu-unroll-threshold", 300); in getUnrollingPreferences()
111 UP.MaxCount = std::numeric_limits<unsigned>::max(); in getUnrollingPreferences()
112 UP.Partial = true; in getUnrollingPreferences()
132 UP.Threshold = MetaThresholdValue->getSExtValue(); in getUnrollingPreferences()
133 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
134 ThresholdPrivate = std::min(ThresholdPrivate, UP.Threshold); in getUnrollingPreferences()
135 ThresholdLocal = std::min(ThresholdLocal, UP.Threshold); in getUnrollingPreferences()
156 if (UP.Threshold < MaxBoost && Br->isConditional()) { in getUnrollingPreferences()
163 UP.Threshold += UnrollThresholdIf; in getUnrollingPreferences()
[all …]
/external/llvm-project/llvm/utils/lit/lit/
DProgressBar.py48 UP = '' #: Move the cursor up one line variable in TerminalController
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)
284 sys.stdout.write(self.term.UP + self.term.CLEAR_EOL)
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js15 UP: org.antlr.runtime.Token.UP property
66 !(tokenType===TP.UP && level===0) )
74 else if ( tokenType === TP.UP ) {
/external/replicaisland/src/com/replica/replicaisland/
DButtonAnimationComponent.java24 public static final int UP = 0; field in ButtonAnimationComponent.Animation
54 if (mSprite.getCurrentAnimation() == Animation.UP) { in update()
68 mSprite.playAnimation(Animation.UP); in update()
/external/llvm/utils/lit/lit/
DProgressBar.py48 UP = '' #: Move the cursor up one line variable in TerminalController
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
268 self.BOL + self.term.UP + self.term.CLEAR_EOL +
278 self.term.UP + self.term.CLEAR_EOL +
279 self.term.UP + self.term.CLEAR_EOL)

12345678910>>...16