HomeSort by relevance Sort by last modified time
    Searched refs:Low (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Index/
complete-type-factors.m 8 Low,
32 [A method:Red priority:Low];
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
59 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
75 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
91 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
109 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
123 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
135 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 50 Constant* Low;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
76 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
120 O << *B->Low << " -" << *B->High;
147 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
163 Val, Pivot.Low, "Pivot");
186 if (Leaf.Low == Leaf.High) {
189 Leaf.Low, "SwitchLeaf")
    [all...]
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 218 uint32 L = Low;
224 "Writing a %d, B %x Low %x Range %x s %x blag %d ...\n",
225 value? 1:0, B-Bstart, Low, Range, s, bit_lag
245 Low = L;
249 "...done, B %x Low %x Range %x blag %d \n",
250 B-Bstart, Low, Range, bit_lag
258 uint32 L = Low;
285 int i = 4; do { Low <<= 8; Low |= *B++;} while( --i);
292 uint32 L = Low;
    [all...]
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 88 void CountInRangeImpl(int *NumInRange, int Low, int High,
92 if (Low <= *Args[i] && *Args[i] <= High)
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 258 std::set<ArgPromotion::IndicesVector>::iterator Low;
259 Low = Set.upper_bound(Indices);
260 if (Low != Set.begin())
261 Low--;
262 // Low is now the last element smaller than or equal to Indices. This means
267 return Low != Set.end() && IsPrefix(*Low, Indices);
277 std::set<ArgPromotion::IndicesVector>::iterator Low;
278 Low = Safe.upper_bound(ToMark);
280 if (Low != Safe.begin()
    [all...]
  /external/openssl/crypto/bn/asm/x86/
mul.pl 11 $Low="eax";
mul_add.pl 11 $Low="eax";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 132 const Constant *Low;
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb,
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
144 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
187 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
188 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
SelectionDAGBuilder.cpp 61 /// LimitFloatPrecision - Generate low-precision inline sequences for
67 cl::desc("Generate low-precision inline sequences "
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 68 Low;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 261 typedef enum { Zero, Low, High } PressureState;
RenderMachineFunction.cpp 615 return Low;
705 << indent + s(4) << "<td>Low Pressure</td>"
750 psStrs[Low] = "p-l";
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 431 // ldw low, base[offset >> 2]
433 // shr low_shifted, low, (offset & 0x3) * 8
444 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
450 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
453 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
460 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
472 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
473 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
522 SDValue Low = Value;
525 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/clang/lib/Basic/
Diagnostic.cpp 539 unsigned Low = PluralNumber(Start, End);
545 return Low <= Val && Val <= High;
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 363 // Otherwise, if Mask is 0+1+0+, and if B is known to have the low 0+
778 // Check that the low bits are zero.
779 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize);
780 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) {
781 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue());
    [all...]
  /external/oprofile/events/mips/34K/
events 69 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /external/oprofile/events/mips/1004K/
events 70 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 637 // for compiler, Abs(Low(Integer)) is a null op.
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 346 // (low) operations are left as Legal, as there are single-result
348 // when both high and low results are needed must be arranged by dagcombine.
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 166 StringRef Op, int Low, int High);
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1209 milliseconds