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

1234567

/external/llvm/lib/CodeGen/
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...]
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/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,
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h174 for (const InstrStage *IS = beginStage(ItinClassIndx),
175 *E = endStage(ItinClassIndx); IS != E; ++IS) {
176 Latency = std::max(Latency, StartCycle + IS->getCycles());
177 StartCycle += IS->getNextCycles();
H A DMCSubtargetInfo.h46 const InstrStage *IS,
/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.cpp274 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { argument
275 return new ScheduleDAGVLIW(*IS->MF, IS->AA, new ResourcePriorityQueue(IS));
/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h59 IntrinsicSignature IS; member in struct:llvm::CodeGenIntrinsic
/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/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/webkit/Source/WebKit/scripts/
H A Dgenerate-webkitversion.pl23 # THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
85 * THIS FILE IS AUTOMATICALLY GENERATED, DO NOT EDIT.
99 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
/external/eyes-free/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/icu4c/
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/safe-iop/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/webkit/Tools/android/webkitmerge/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/chromium/android/
H A DgenerateAndroidForwardingHeader.pl14 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
/external/webkit/Tools/Scripts/
H A Dcheck-for-weak-vtables-and-externals18 # THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
70 next if /\bundefined\b/ or /\b__ZT[IS]/;
/external/android-mock/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/ant-glob/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/antlr/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR

Completed in 403 milliseconds

1234567