HomeSort by relevance Sort by last modified time
    Searched refs:Stages (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 11 // itineraries, stages, and operand reads/writes. This is used by
12 // schedulers to determine instruction stages and latencies.
48 /// indicate that the instruction requires multiple stages at the
94 /// information for an instruction. This includes a set of stages
114 const InstrStage *Stages; ///< Array of stages selected
122 Stages(0), OperandCycles(0),
127 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F),
146 return Stages + StageIdx;
153 return Stages + StageIdx
    [all...]
MCSubtargetInfo.h 41 const InstrStage *Stages; // Instruction itinerary stages
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 56 Stages = IS;
111 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths);
117 InstrItineraryData(CPUSchedModel, Stages, OperandCycles, ForwardingPaths);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 64 pipeline_stage Stages[STAGE_MAX];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 64 pipeline_stage Stages[STAGE_MAX];
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 236 // Testing WebRequestConditionAttributeStages. This iterates over all stages,
238 // applicable stages, one for each stage applicable for that stage, and one
239 // applicable in all stages.
240 TEST(WebRequestConditionAttributeTest, Stages) {
252 // Check that exactly all active stages are considered in this test.
260 // Create an attribute with an empty set of applicable stages.
270 // Create an attribute with all possible applicable stages.

Completed in 474 milliseconds