HomeSort by: relevance | last modified time | path
    Searched defs:WI (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/iq2000/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb.old/dist/sim/lm32/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb.old/dist/sim/or1k/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/iq2000/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/lm32/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/or1k/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb.old/dist/sim/m32r/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/m32r/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb.old/dist/sim/cris/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/cris/
arch.h 30 #define WI SI
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 460 auto &WI = All[WriteEntry->second];
465 cast<StoreInst>(WI.Inst)->isVolatile());
469 WI.Flags |= InstructionInfo::kCompoundRW;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp 566 Record *WI = R.getClass("WInst");
575 ClassMap[WI] = ClassW;
652 case 64: S += "Wi"; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 703 WorkItem WI = Worklist.back();
706 if (WI.MI)
707 propagateInstruction(*WI.MI, Worklist);
709 propagateBlock(*WI.MBB, Worklist);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 511 static void visitIVCast(CastInst *Cast, WideIVInfo &WI,
527 uint64_t NarrowIVWidth = SE->getTypeSizeInBits(WI.NarrowIV->getType());
544 if (!WI.WidestNativeType) {
545 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
546 WI.IsSigned = IsSigned;
551 if (WI.IsSigned != IsSigned)
554 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
555 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
574 WideIVInfo WI;
581 WI.NarrowIV = IVPhi
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
arch.h 30 #define WI SI
  /src/external/gpl3/gdb/dist/sim/frv/
arch.h 30 #define WI SI
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2997 WLItem &WI = WL.back();
2998 assert(!WI.N->succ_empty());
3000 for (; WI.I != WI.E; ++WI.I) {
3001 const ExplodedNode *Succ = *WI.I;
3027 if (!WL.empty() && &WL.back() == &WI)

Completed in 53 milliseconds