Searched defs:WI (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/Sema/
H A DExternalSemaSource.h166 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
165 ReadWeakUndeclaredIdentifiers( SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) argument
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_TrdProc.cpp166 uint32_t WI = IBI->width(); local
170 CURS += WI - 1;
185 SBREG->composeFrom(SI - WI + 1, TI, IBI.Get(), SBCOMBOP);
191 SBREG->composeFrom(SI - WI + 1, TI - HI + 1, IBI.Get(), SBCOMBOP);
200 SBREG->composeFrom(TI - WI + 1, SI, IBI.Get(), SBCOMBOP);
206 SBREG->composeFrom(TI - WI + 1, SI - HI + 1, IBI.Get(), SBCOMBOP);
212 CURS += WI - 1;
359 uint32_t WI = pIBI->width();
363 CURS += WI - 1;
378 SBREG->composeFrom(SI - WI
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp322 WorkItem WI = Worklist.back(); local
325 if (WI.MI)
326 propagateInstruction(*WI.MI, Worklist);
328 propagateBlock(*WI.MBB, Worklist);
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp269 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) {
271 Sources[i]->ReadWeakUndeclaredIdentifiers(WI);
268 ReadWeakUndeclaredIdentifiers( SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineBasicBlock.cpp362 weight_iterator WI = getWeightIterator(I); local
363 Weights.erase(WI);
375 weight_iterator WI = getWeightIterator(I); local
376 Weights.erase(WI);
390 weight_iterator WI = getWeightIterator(SI); local
391 weight = *WI;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp719 std::vector<Instruction*>::iterator WI = std::find(Worklist.begin(), local
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);
H A DIndVarSimplify.cpp736 WideIVInfo WI; member in class:__anon23027::WideIVVisitor
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, argument
820 OrigPhi(WI
[all...]
H A DLoopStrengthReduce.cpp2794 const WorkItem &WI = *I; local
2795 size_t LUIdx = WI.LUIdx;
2797 int64_t Imm = WI.Imm;
2798 const SCEV *OrigReg = WI.OrigReg;
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp559 probability_iterator WI = getProbabilityIterator(I); local
560 Probs.erase(WI);
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp807 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE, argument
831 if (!WI.WidestNativeType) {
832 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
833 WI.IsSigned = IsSigned;
838 if (WI.IsSigned != IsSigned)
841 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
842 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
893 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, argument
896 OrigPhi(WI.NarrowIV),
897 WideType(WI
1483 WideIVInfo WI; member in class:__anon14706::IndVarSimplifyVisitor
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp521 Record *WI = R.getClass("WInst"); local
530 ClassMap[WI] = ClassW;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3339 WLItem &WI = WL.back(); local
3340 assert(!WI.N->succ_empty());
3342 for (; WI.I != WI.E; ++WI.I) {
3343 const ExplodedNode *Succ = *WI.I;
3369 if (!WL.empty() && &WL.back() == &WI)

Completed in 432 milliseconds