Searched refs:IS (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h68 ScheduleDAGSDNodes *createBURRListDAGScheduler(SelectionDAGISel *IS,
73 ScheduleDAGSDNodes *createSourceListDAGScheduler(SelectionDAGISel *IS,
80 ScheduleDAGSDNodes *createHybridListDAGScheduler(SelectionDAGISel *IS,
87 ScheduleDAGSDNodes *createILPListDAGScheduler(SelectionDAGISel *IS,
92 ScheduleDAGSDNodes *createFastDAGScheduler(SelectionDAGISel *IS,
98 ScheduleDAGSDNodes *createVLIWDAGScheduler(SelectionDAGISel *IS,
102 ScheduleDAGSDNodes *createDefaultScheduler(SelectionDAGISel *IS,
107 ScheduleDAGSDNodes *createDAGLinearizer(SelectionDAGISel *IS,
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp52 const InstrStage *IS = ItinData->beginStage(idx); local
56 for (; IS != E; ++IS) {
57 unsigned StageDepth = CurCycle + IS->getCycles();
59 CurCycle += IS->getNextCycles();
135 for (const InstrStage *IS = ItinData->beginStage(idx),
136 *E = ItinData->endStage(idx); IS != E; ++IS) {
140 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
152 unsigned freeUnits = IS
[all...]
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();
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h169 for (const InstrStage *IS = beginStage(ItinClassIndx),
170 *E = endStage(ItinClassIndx); IS != E; ++IS) {
171 Latency = std::max(Latency, StartCycle + IS->getCycles());
172 StartCycle += IS->getNextCycles();
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/tool/
H A DAndroid.mk4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
/external/skia/platform_tools/android/tests/expectations/tool/
H A DAndroid.mk4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
/external/libvorbis/lib/
H A Dlookups.pl5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp278 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { argument
279 return new ScheduleDAGVLIW(*IS->MF, IS->AA, new ResourcePriorityQueue(IS));
/external/valgrind/main/none/tests/ppc32/
H A Dlsw.stdout.exp32 HERE IS A S
53 HERE IS A S
/external/valgrind/main/none/tests/ppc64/
H A Dlsw.stdout.exp32 HERE IS A S
53 HERE IS A S
/external/chromium_org/third_party/sqlite/src/test/
H A Dmake-where7.tcl77 set expr {e IS NULL}
79 set expr {f IS NULL}
81 set expr {g IS NULL}
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluac.c67 #define IS(s) (strcmp(argv[i],s)==0) macro
78 else if (IS("--")) /* end of options; skip it */
84 else if (IS("-")) /* end of options; use stdin */
86 else if (IS("-l")) /* list */
88 else if (IS("-o")) /* output file */
93 if (IS("-")) output=NULL;
95 else if (IS("-p")) /* parse only */
97 else if (IS("-s")) /* strip debug information */
99 else if (IS("-v")) /* show version */
171 const char* filename=IS("
[all...]
/external/eyes-free/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/jmdns/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/jsilver/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/linux-tools-perf/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp47 const InstrStage *IS,
58 Stages = IS;
40 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp26 IS = II->beginStage(QII->get(this->getOpcode()).getSchedClass()); local
28 return (IS->getUnits());
/external/mp4parser/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/owasp/sanitizer/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/safe-iop/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/smack/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/tagsoup/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 463 milliseconds

12345678910