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

1 2

  /external/clang/test/Index/
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/Support/
IntegersSubset.h 182 IntType High;
192 Low(RHS.Low), High(RHS.High),
195 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {}
197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H),
198 IsEmpty(false), IsSingleNumber(Low == High) {}
209 return High;
216 if (High > RHS.High)
228 return Low == RHS.Low && High == RHS.High
    [all...]
IntegersSubsetMapping.h 319 const IntTy *High = &OldItems.begin()->first.getHigh();
327 if (*CurHigh > *High)
328 High = CurHigh;
330 RangeEx R(*Low, *High, Weight);
333 High = &j->first.getHigh();
338 RangeEx R(*Low, *High, Weight);
351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) {
352 RangeTy R(Low, High);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 51 Constant* High;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
108 O << *B->Low << " -" << *B->High;
136 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
174 if (Leaf.Low == Leaf.High) {
182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
    [all...]
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 88 void CountInRangeImpl(int *NumInRange, int Low, int High,
92 if (Low <= *Args[i] && *Args[i] <= High)
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 80 const APInt &High = r.getHigh();
82 for (APInt V = Low; V != High; V++) {
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 80 const APInt &High = r.getHigh();
82 for (APInt V = Low; V != High; V++) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 245 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
258 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
296 unsigned High = Flag >> 16;
299 if (!High)
301 RC = High - 1;
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 66 High,
116 status1 = Status.High;
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 139 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
X86RegisterInfo.cpp 520 bool High) {
524 if (High) {
  /external/openssl/crypto/bn/asm/x86/
mul.pl 12 $High="edx";
mul_add.pl 12 $High="edx";
  /external/llvm/lib/IR/
Metadata.cpp 462 ConstantInt *High) {
463 ConstantRange NewRange(Low->getValue(), High->getValue());
470 Type *Ty = High->getType();
479 ConstantInt *High) {
481 if (tryMergeRange(EndPoints, Low, High))
485 EndPoints.push_back(High);
Verifier.cpp     [all...]
  /external/skia/src/sfnt/
SkPanose.h 98 ((High, 8))
285 ((High, 8))
355 ((High, 5))
426 ((High, 8))
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 133 const Constant *High;
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),
143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
SelectionDAGBuilder.cpp 81 // MaxParallelChains default is arbitrarily high to avoid affecting
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 433 // ldw high, base[(offset >> 2) + 1]
435 // shl high_shifted, high, 32 - (offset & 0x3) * 8
448 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
452 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
455 High.getValue(1));
466 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain,
471 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High,
475 High.getValue(1));
524 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value,
532 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 140 $High="edx";
256 $High="edx";
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
210 High,
  /external/clang/lib/Basic/
Diagnostic.cpp 545 unsigned High = PluralNumber(Start, End);
548 return Low <= Val && Val <= High;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 491 llvm::Value *High) {
494 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
496 llvm::Value *B0 = Builder.CreateMul(Builder.CreateXor(High, A1), KMul);
604 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty);
606 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);
    [all...]

Completed in 683 milliseconds

1 2