/external/llvm/docs/HistoricalNotes/ |
2001-06-01-GCCOptimizations2.txt | 12 would lead to a pipeline like this:
|
/external/llvm/lib/Target/CellSPU/ |
SPUSchedule.td | 11 // Even pipeline:
|
SPUTargetMachine.cpp | 50 // Pass Pipeline Configuration
|
/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.h | 78 // Pass Pipeline Configuration
|
/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.h | 79 /// pipeline.
|
PPCScheduleE5500.td | 35 // def CFX_0 : FuncUnit; // CFX pipeline stage 0 37 def CFX_1 : FuncUnit; // CFX pipeline stage 1 39 // def LSU_0 : FuncUnit; // LSU pipeline 40 // def FPU_0 : FuncUnit; // FPU pipeline
|
PPCTargetMachine.h | 67 // Pass Pipeline Configuration
|
/external/llvm/lib/Target/Sparc/ |
SparcTargetMachine.h | 57 // Pass Pipeline Configuration
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 72 // Set up the pass pipeline.
|
/external/oprofile/events/arm/armv7-common/ |
events | 20 event:0x10 counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_BRANCH_MIS_PRED : Branch mispredicted or not predicted. Counts pipeline flushes because of misprediction
|
/external/oprofile/events/i386/p4-ht/ |
events | 18 event:0x1c counters:3 um:machine_clear minimum:6000 name:MACHINE_CLEAR : cycles with entire machine pipeline cleared
|
/external/skia/include/core/ |
SkMaskFilter.h | 84 * in the drawing pipeline. This function accepts the current bounds of the
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/external/webkit/Source/WebCore/WebCore.gyp/mac/ |
check_objc_rename.sh | 51 # Send nm's stderr in the pipeline to /dev/null to avoid spewing
|
/external/webkit/Source/WebCore/platform/network/qt/ |
ResourceRequestQt.cpp | 36 // and 2 ready to re-fill the pipeline.
|
/frameworks/base/graphics/java/android/renderscript/ |
package.html | 73 pipeline.</p>
|
/system/core/sh/ |
jobs.h | 56 * single process or a set of processes contained in a pipeline. In the
|
/external/chromium/webkit/glue/media/ |
buffered_data_source.h | 166 // Callback method from the pipeline for initialization. 196 // Stop signal to suppressing activities. This variable is set on the pipeline
|
/frameworks/base/docs/html/training/graphics/opengl/ |
shapes.jd | 50 OpenGL ES graphics pipeline for processing.</p> 112 OpenGL ES graphics pipeline how to draw these vertices. Here?s the code for this shape:</p>
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 79 /* buffer will be written by the HW camera pipeline */ 81 /* buffer will be read by the HW camera pipeline */
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 74 private Pipeline rawInputStream; 106 Pipeline in, boolean debug, int maxMessageSize) { 126 public PipelinedMsgParser(SIPMessageListener mhandler, Pipeline in, 138 public PipelinedMsgParser(Pipeline in) { 213 Pipeline inputStream = this.rawInputStream; 387 * Deliver tx timeout for Canceled INVITE. Fix pipeline thread exit.
|
/frameworks/native/opengl/include/GLES2/ |
gl2ext.h | [all...] |
/external/llvm/lib/CodeGen/ |
Passes.cpp | 93 cl::desc("Run live interval analysis earlier in the pipeline")); 129 /// StandardID is the pass identified in the standard pass pipeline and provided 137 /// on where in the pipeline that pass is added. 204 // that are part of a standard pass pipeline without overridding the entire 205 // pipeline. This mechanism allows target options to inherit a standard pass's 256 /// addPassToEmitX methods for generating a pipeline of CodeGen passes. 311 /// Add a CodeGen pass at this point in the pipeline after checking for target
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 70 assert isinstance(cmd, ShUtil.Pipeline) 292 for pipeline in cmds: 293 if pipeline.commands: 294 # Only valgrind the first command in each pipeline, to avoid 296 cmd = pipeline.commands[0]
|