HomeSort by relevance Sort by last modified time
    Searched defs:WI (Results 1 - 7 of 7) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.h 189 Record *WI = R.getClass("WInst");
192 ClassMap[WI] = ClassW;
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 459 weight_iterator WI = getWeightIterator(I);
460 Weights.erase(WI);
472 weight_iterator WI = getWeightIterator(I);
473 Weights.erase(WI);
487 weight_iterator WI = getWeightIterator(SI);
488 weight = *WI;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 601 WideIVInfo WI;
605 SE(SCEV), TD(TData) { WI.NarrowIV = NarrowIV; }
625 if (!WI.WidestNativeType) {
626 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
627 WI.IsSigned = IsSigned;
632 if (WI.IsSigned != IsSigned)
635 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
636 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
682 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
685 OrigPhi(WI.NarrowIV)
    [all...]
LoopUnswitch.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 726 WI = 56, // WI Wisconsin
786 WI, WI, WI, XX, WI, WI, XX, WI, WI, WI, // 530-53
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 455 milliseconds