/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 36 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/ |
D | complete-type-factors.m | 9 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/ |
D | InlineAsm.h | 342 unsigned High = Flag >> 16; in hasRegClassConstraint() local 345 if (!High) in hasRegClassConstraint() 347 RC = High - 1; in hasRegClassConstraint()
|
D | IntrinsicsAArch64.td | 183 // 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/ |
D | VariadicFunctionTest.cpp | 88 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/ |
D | register_state_check.h | 41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 98 ((High, 8)) 285 ((High, 8)) 355 ((High, 5)) 426 ((High, 8))
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestSerialization.java | 66 High, enumConstant 116 status1 = Status.High; in TestSerializationMessage()
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 14 ; 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/ |
D | lz4_block_format.txt | 47 - 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/ |
D | usingdatastore.rst | 17 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/ |
D | Metadata.cpp | 829 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/ |
D | X86RegisterInfo.h | 130 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 141 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()
|
D | SelectionDAGBuilder.cpp | 1694 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/ |
D | test-examples.cc | 495 #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/ |
D | 7z.h | 91 UInt32 High; member
|
/external/llvm/lib/Support/ |
D | README.txt.system | 38 2. High-Level Interfaces
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 253 inline uint64_t Make_64(uint32_t High, uint32_t Low) { 254 return ((uint64_t)High << 32) | (uint64_t)Low;
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 25 // 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/ |
D | TODO | 261 Difficulty: High Priority: Medium 266 Difficulty: High Priorty: Medium 271 Difficulty: High Priority: Medium
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 406 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/ |
D | bn-586.pl | 140 $High="edx"; 256 $High="edx";
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 37 - High register pressure
|
/external/boringssl/src/crypto/perlasm/ |
D | readme | 27 &HB(reg); High byte for a register
|