HomeSort by relevance Sort by last modified time
    Searched refs:Low (Results 26 - 50 of 55) sorted by null

12 3

  /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();
SelectionDAGBuilder.cpp 64 /// LimitFloatPrecision - Generate low-precision inline sequences for
70 cl::desc("Generate low-precision inline sequences "
    [all...]
  /external/lzma/C/
7z.h 90 UInt32 Low;
Ppmd7.h 126 UInt64 Low;
7zIn.c 284 UInt32 low, high;
285 RINOK(SzReadUInt32(low));
287 fileTime.dwLowDateTime = low;
1069 f->MTime.Low = f->MTime.High = 0;
1072 RINOK(SzReadUInt32(sd, &f->MTime.Low));
    [all...]
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs 37 encoder.Low += newBound;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 351 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
357 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
360 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
413 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
425 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
426 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
475 SDValue Low = Value;
478 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr,
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/lzma/C/Util/7z/
7zMain.c 226 UInt64 v64 = (ft->Low | ((UInt64)ft->High << 32)) / 10000000;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 471 mTime.dwLowDateTime = f->MTime.Low;
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
208 Low,
  /external/clang/lib/Basic/
Diagnostic.cpp 542 unsigned Low = PluralNumber(Start, End);
548 return Low <= Val && Val <= High;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js 108 * @param {number} value How many times the low space warning has dismissed.
211 * Show or hide the "Low Google Drive space" warning.
222 // TODO(kaznacheev): Unify the low space warning and the promo header.
426 // Show (or hide) the low space warning.
429 // Add or remove listener to show low space warning, if necessary.
457 * to show low space warning. Otherwise false.
490 * Shows or hides the low space warning.
496 // TODO(kaznacheev): Unify the two low space warning.
559 * Show or hide the "Low disk space" warning.
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 284 UInt32 low, high;
285 RINOK(SzReadUInt32(low));
287 fileTime.dwLowDateTime = low;
1069 f->MTime.Low = f->MTime.High = 0;
1072 RINOK(SzReadUInt32(sd, &f->MTime.Low));
    [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/clang/lib/CodeGen/
CGExpr.cpp 430 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low,
434 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
540 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);
546 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 359 // Otherwise, if Mask is 0+1+0+, and if B is known to have the low 0+
767 // Check that the low bits are zero.
768 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize);
769 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) {
770 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue());
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /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 413 // (low) operations are left as Legal, as there are single-result
415 // when both high and low results are needed must be arranged by dagcombine.
    [all...]

Completed in 2924 milliseconds

12 3