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

  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 322 WorkItem WI = Worklist.back();
325 if (WI.MI)
326 propagateInstruction(*WI.MI, Worklist);
328 propagateBlock(*WI.MBB, Worklist);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_TrdProc.cpp 154 uint32_t WI = IBI->width();
158 CURS = CURS + WI - 1;
170 SBREG->composeFrom(SI - WI + 1, TI, IBI, SBCOMBOP);
176 SBREG->composeFrom(SI - WI + 1, TI - HI + 1, IBI, SBCOMBOP);
185 SBREG->composeFrom(TI - WI + 1, SI, IBI, SBCOMBOP);
191 SBREG->composeFrom(TI - WI + 1, SI - HI + 1, IBI, SBCOMBOP);
200 CURS = CURS + WI - 1;
356 uint32_t WI = pIBI->width();
360 CURS += WI - 1;
372 SBREG->composeFrom(SI - WI + 1, TI, pIBI, SBCOMBOP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBasicBlock.cpp 362 weight_iterator WI = getWeightIterator(I);
363 Weights.erase(WI);
375 weight_iterator WI = getWeightIterator(I);
376 Weights.erase(WI);
390 weight_iterator WI = getWeightIterator(SI);
391 weight = *WI;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 719 std::vector<Instruction*>::iterator WI = std::find(Worklist.begin(),
721 while (WI != Worklist.end()) {
722 unsigned Offset = WI-Worklist.begin();
723 Worklist.erase(WI);
724 WI = std::find(Worklist.begin()+Offset, Worklist.end(), I);
    [all...]
IndVarSimplify.cpp 736 WideIVInfo WI;
740 SE(SCEV), TD(TData) { WI.NarrowIV = NarrowIV; }
760 if (!WI.WidestNativeType) {
761 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
762 WI.IsSigned = IsSigned;
767 if (WI.IsSigned != IsSigned)
770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
771 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
817 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
820 OrigPhi(WI.NarrowIV)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 559 probability_iterator WI = getProbabilityIterator(I);
560 Probs.erase(WI);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 807 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 521 Record *WI = R.getClass("WInst");
530 ClassMap[WI] = ClassW;
597 case 64: S += "Wi"; break;
    [all...]

Completed in 537 milliseconds