Searched defs:IS (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp25 const InstrStage *IS,
33 Stages = IS;
21 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *PI, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp199 const InstrStage *IS = InstrItins.Stages + itin->FirstStage; local
200 allStage1Units |= IS->getUnits();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp274 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { argument
275 return new ScheduleDAGVLIW(*IS->MF, IS->AA, new ResourcePriorityQueue(IS));
H A DResourcePriorityQueue.cpp43 ResourcePriorityQueue::ResourcePriorityQueue(SelectionDAGISel *IS) : argument
45 InstrItins(IS->getTargetLowering().getTargetMachine().getInstrItineraryData())
47 TII = IS->getTargetLowering().getTargetMachine().getInstrInfo();
48 TRI = IS->getTargetLowering().getTargetMachine().getRegisterInfo();
49 TLI = &IS->getTargetLowering();
51 const TargetMachine &tm = (*IS->MF).getTarget();
64 RegLimit[(*I)->getID()] = TRI->getRegPressureLimit(*I, *IS->MF);
H A DScheduleDAGFast.cpp642 llvm::createFastDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { argument
643 return new ScheduleDAGFast(*IS->MF);
H A DSelectionDAGISel.cpp216 ScheduleDAGSDNodes* createDefaultScheduler(SelectionDAGISel *IS, argument
218 const TargetLowering &TLI = IS->getTargetLowering();
222 return createSourceListDAGScheduler(IS, OptLevel);
224 return createBURRListDAGScheduler(IS, OptLevel);
226 return createHybridListDAGScheduler(IS, OptLevel);
228 return createVLIWDAGScheduler(IS, OptLevel);
231 return createILPListDAGScheduler(IS, OptLevel);
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h59 IntrinsicSignature IS; member in struct:llvm::CodeGenIntrinsic
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp68 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass); local
69 unsigned FuncUnits = IS->getUnits();
80 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass); local
81 unsigned FuncUnits = IS->getUnits();
H A DScoreboardHazardRecognizer.cpp53 const InstrStage *IS = ItinData->beginStage(idx); local
57 for (; IS != E; ++IS) {
58 unsigned StageDepth = CurCycle + IS->getCycles();
60 CurCycle += IS->getNextCycles();
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
129 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
141 unsigned freeUnits = IS
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp378 StoreManager::InvalidatedSymbols IS; local
384 &IS, &Call);
H A DProgramState.cpp159 StoreManager::InvalidatedSymbols *IS,
161 if (!IS) {
166 return invalidateRegionsImpl(Regions, E, Count, LCtx, *IS, Call);
173 StoreManager::InvalidatedSymbols &IS,
181 = Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
184 return Eng->processRegionChanges(newState, &IS, Regions, Invalidated, Call);
188 Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
156 invalidateRegions(ArrayRef<const MemRegion *> Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, StoreManager::InvalidatedSymbols *IS, const CallOrObjCMessage *Call) const argument
170 invalidateRegionsImpl(ArrayRef<const MemRegion *> Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, StoreManager::InvalidatedSymbols &IS, const CallOrObjCMessage *Call) const argument
H A DRegionStore.cpp259 InvalidatedSymbols &IS,
610 StoreManager::InvalidatedSymbols &IS; member in class:__anon3509::invalidateRegionsWorker
622 Ex(ex), Count(count), LCtx(lctx), IS(is), Regions(r) {}
635 IS.insert(Sym);
674 IS.insert(SR->getSymbol());
773 InvalidatedSymbols &IS,
778 Ex, Count, LCtx, IS, Invalidated, false);
769 invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions, const Expr *Ex, unsigned Count, const LocationContext *LCtx, InvalidatedSymbols &IS, const CallOrObjCMessage *Call, InvalidatedRegions *Invalidated) argument
/external/bluetooth/glib/glib/
H A Dguniprop.c61 #define IS(Type, Class) (((guint)1 << (Type)) & (Class)) macro
66 #define ISALPHA(Type) IS ((Type), \
73 #define ISALDIGIT(Type) IS ((Type), \
83 #define ISMARK(Type) IS ((Type), \
88 #define ISZEROWIDTHTYPE(Type) IS ((Type), \
174 return !IS (TYPE(c),
214 return !IS (TYPE(c),
235 return IS (TYPE(c),
279 return IS (TYPE(c),
378 return !IS (TYP
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex128 \subsection{What the library IS for?}

Completed in 273 milliseconds