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

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 509 weight_iterator WI = getWeightIterator(I);
510 Weights.erase(WI);
522 weight_iterator WI = getWeightIterator(I);
523 Weights.erase(WI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 663 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE,
674 if (!WI.WidestNativeType) {
675 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
676 WI.IsSigned = IsSigned;
681 if (WI.IsSigned != IsSigned)
684 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
685 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
731 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
734 OrigPhi(WI.NarrowIV),
735 WideType(WI.WidestNativeType)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 508 Record *WI = R.getClass("WInst");
517 ClassMap[WI] = ClassW;
584 case 64: S += "Wi"; break;
    [all...]

Completed in 438 milliseconds