Home
last modified time | relevance | path

Searched refs:High (Results 1 – 25 of 109) sorted by relevance

12345

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp36 int64_t Low, High; member
48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; }); in IsInRanges()
71 ConstantInt* High; member
75 : Low(low), High(high), BB(bb) {} in CaseRange()
100 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
143 O << *B->Low << " -" << *B->High; in operator <<()
209 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
229 << " -" << Pivot.High->getValue() << "\n"); in switchConvert()
244 int64_t GapLow = LHS.back().High->getSExtValue() + 1; in switchConvert()
248 NewUpperBound = LHS.back().High; in switchConvert()
[all …]
/external/clang/test/Index/
Dcomplete-type-factors.m9 High
31 [a method:Red priority:High];
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
56 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
72 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
88 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
106 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
122 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
134 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
/external/llvm/include/llvm/IR/
DInlineAsm.h342 unsigned High = Flag >> 16; in hasRegClassConstraint() local
345 if (!High) in hasRegClassConstraint()
347 RC = High - 1; in hasRegClassConstraint()
DIntrinsicsAArch64.td183 // Vector Add High-Half
188 // Vector Rounding Add High-Half
191 // Vector Saturating Doubling Multiply High
194 // Vector Saturating Rounding Doubling Multiply High
228 // Vector Subtract High-Half
233 // Vector Rounding Subtract High-Half
/external/llvm/unittests/ADT/
DVariadicFunctionTest.cpp88 void CountInRangeImpl(int *NumInRange, int Low, int High, in CountInRangeImpl() argument
92 if (Low <= *Args[i] && *Args[i] <= High) in CountInRangeImpl()
/external/libvpx/libvpx/test/
Dregister_state_check.h41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/skia/src/sfnt/
DSkPanose.h98 ((High, 8))
285 ((High, 8))
355 ((High, 5))
426 ((High, 8))
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestSerialization.java66 High, enumConstant
116 status1 = Status.High; in TestSerializationMessage()
/external/llvm/test/CodeGen/X86/
Dload-slice.ll14 ; Low High
17 ; High slice starts at 4 (base + 4-bytes) and is 4-bytes aligned.
88 ; Low High
91 ; High slice starts at 6 (base + 6-bytes) and is 2-bytes aligned.
/external/lz4/
Dlz4_block_format.txt47 - 15 : value for the 4-bits High field
51 - 15 : value for the 4-bits High field
56 - 15 : value for the 4-bits High field
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingdatastore.rst17 The default datastore for an application is now the `High Replication datastore <http://code.google…
19 to replicate data across datacenters. The High Replication datastore is
27 see `Using the High Replication Datastore <http://code.google.com/appengine/docs/python/datastore/h…
35 In the High Replication Datastore, entity groups are also a unit of
46 see `Using the High Replication Datastore <http://code.google.com/appengine/docs/python/datastore/h…
81 # Ancestor Queries, as shown here, are strongly consistent with the High
214 Because querying in the High Replication datastore is only strongly consistent
/external/llvm/lib/IR/
DMetadata.cpp829 ConstantInt *Low, ConstantInt *High) { in tryMergeRange() argument
830 ConstantRange NewRange(Low->getValue(), High->getValue()); in tryMergeRange()
837 Type *Ty = High->getType(); in tryMergeRange()
848 ConstantInt *Low, ConstantInt *High) { in addRange() argument
850 if (tryMergeRange(EndPoints, Low, High)) in addRange()
854 EndPoints.push_back(High); in addRange()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h130 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h141 const ConstantInt *High; member
145 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { } in Case()
147 uint32_t extraweight) : Low(low), High(high), BB(bb), in Case()
151 const APInt &rHigh = High->getValue(); in size()
DSelectionDAGBuilder.cpp1694 const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue(); in visitSwitchCase() local
1700 Cond = DAG.getSetCC(dl, MVT::i1, CmpOp, DAG.getConstant(High, VT), in visitSwitchCase()
1706 DAG.getConstant(High-Low, VT), ISD::SETULE); in visitSwitchCase()
2137 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) { in handleSmallSwitchRange()
2227 if (I->High == I->Low) { in handleSmallSwitchRange()
2230 LHS = SV; RHS = I->High; MHS = nullptr; in handleSmallSwitchRange()
2233 LHS = I->Low; MHS = SV; RHS = I->High; in handleSmallSwitchRange()
2279 const APInt &Last = BackCase.High->getValue(); in handleJTSwitchCase()
2330 const APInt &High = I->High->getValue(); in handleJTSwitchCase() local
2332 if (Low.sle(TEI) && TEI.sle(High)) { in handleJTSwitchCase()
[all …]
/external/vixl/test/examples/
Dtest-examples.cc495 #define CHECKBOUNDS_DOTEST(Value, Low, High) \ argument
500 simulator.set_xreg(2, High); \
502 assert(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
/external/lzma/C/
D7z.h91 UInt32 High; member
/external/llvm/lib/Support/
DREADME.txt.system38 2. High-Level Interfaces
/external/llvm/include/llvm/Support/
DMathExtras.h253 inline uint64_t Make_64(uint32_t High, uint32_t Low) {
254 return ((uint64_t)High << 32) | (uint64_t)Low;
/external/lldb/docs/
Dlldb-gdb-remote.txt25 // High. Any GDB remote server that can implement this should if the
167 // High. Any target that can self describe its registers, should do so.
430 // High. This packet is usually very easy to implement and can help
502 // High if you have a dynamic loader plug-in in LLDB for your target
531 // High if you need to support multi-threaded or multi-core debugging.
556 // High. Adding a thread suffix allows us to read and write registers
608 // High if you want LLDB to be able to JIT code and run that code. JIT
641 // High if you want LLDB to be able to JIT code and run that code. JIT
847 // High. Having the extra information in your stop reply packets makes
/external/e2fsprogs/
DTODO261 Difficulty: High Priority: Medium
266 Difficulty: High Priorty: Medium
271 Difficulty: High Priority: Medium
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp406 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain, in lowerLoadWordFromAlignedBasePlusOffset() local
410 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift); in lowerLoadWordFromAlignedBasePlusOffset()
413 High.getValue(1)); in lowerLoadWordFromAlignedBasePlusOffset()
473 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, in LowerLOAD() local
478 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, in LowerLOAD()
482 High.getValue(1)); in LowerLOAD()
531 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, in LowerSTORE() local
539 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr, in LowerSTORE()
/external/boringssl/src/crypto/bn/asm/
Dbn-586.pl140 $High="edx";
256 $High="edx";
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt37 - High register pressure
/external/boringssl/src/crypto/perlasm/
Dreadme27 &HB(reg); High byte for a register

12345