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

/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.cpp637 llvm::createFastDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { argument
638 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/lib/MC/
H A DMCSubtargetInfo.cpp27 const InstrStage *IS,
35 Stages = IS;
23 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/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.cpp51 const InstrStage *IS = ItinData->beginStage(idx); local
55 for (; IS != E; ++IS) {
56 unsigned StageDepth = CurCycle + IS->getCycles();
58 CurCycle += IS->getNextCycles();
134 for (const InstrStage *IS = ItinData->beginStage(idx),
135 *E = ItinData->endStage(idx); IS != E; ++IS) {
139 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
151 unsigned freeUnits = IS
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp3184 const InstrStage* IS = local
3186 unsigned FuncUnits = IS->getUnits();
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp147 StoreManager::InvalidatedSymbols *IS,
149 if (!IS) {
154 return invalidateRegionsImpl(Regions, E, Count, LCtx, *IS, Call);
161 StoreManager::InvalidatedSymbols &IS,
169 = Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
172 return Eng->processRegionChanges(newState, &IS, Regions, Invalidated, Call);
176 Mgr.StoreMgr->invalidateRegions(getStore(), Regions, E, Count, LCtx, IS,
144 invalidateRegions(ArrayRef<const MemRegion *> Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, StoreManager::InvalidatedSymbols *IS, const CallEvent *Call) const argument
158 invalidateRegionsImpl(ArrayRef<const MemRegion *> Regions, const Expr *E, unsigned Count, const LocationContext *LCtx, StoreManager::InvalidatedSymbols &IS, const CallEvent *Call) const argument
H A DRegionStore.cpp226 InvalidatedSymbols &IS,
624 StoreManager::InvalidatedSymbols &IS; member in class:__anon3965::invalidateRegionsWorker
636 Ex(ex), Count(count), LCtx(lctx), IS(is), Regions(r) {}
649 IS.insert(Sym);
693 IS.insert(SR->getSymbol());
805 InvalidatedSymbols &IS,
810 Ex, Count, LCtx, IS, Invalidated, false);
801 invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions, const Expr *Ex, unsigned Count, const LocationContext *LCtx, InvalidatedSymbols &IS, const CallEvent *Call, InvalidatedRegions *Invalidated) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp526 const IfStmt *IS = cast<IfStmt>(Term); local
529 Range = IS->getCond()->getSourceRange();
531 CreateIfFixit(S, IS, IS->getThen(), IS->getElse(),
/external/dropbear/libtomcrypt/
H A Dcrypt.tex128 \subsection{What the library IS for?}

Completed in 201 milliseconds