HomeSort by relevance Sort by last modified time
    Searched defs:Cycles (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 42 // Cycles - Number of cycles until return if HasReturn is true, otherwise
43 // number of cycles until end of the BB
44 unsigned int Cycles;
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
48 : HasReturn(HasReturn), Cycles(Cycles) {}
69 unsigned int Cycles = 0);
72 unsigned int &Cycles);
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/
Cycles.java 39 final class Cycles {
40 private Cycles() {}
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
111 /// Get the scaled number of cycles used per processor resource in MBB.
207 /// Critical path length. This is the number of cycles in the longest data
229 /// Minimum number of cycles from this instruction is issued to the of the
253 /// This is the number of cycles required to execute all instructions from
259 /// Return the resource length of the trace. This is the number of cycles
280 return TE.Cycles.lookup(&MI);
283 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /external/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
41 // Every instruction in the current block has a slack - the number of cycles
116 /// Get the scaled number of cycles used per processor resource in MBB.
209 /// Critical path length. This is the number of cycles in the longest data
231 /// Minimum number of cycles from this instruction is issued to the of the
256 /// This is the number of cycles required to execute all instructions from
262 /// Return the resource length of the trace. This is the number of cycles
283 return TE.Cycles.lookup(&MI);
286 /// Return the slack of MI. This is the number of cycles MI can be delaye
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSchedule.h 41 // fixed number of cycles after dispatch. If a resource is unbuffered, then
54 /// scheduling class for the specified number of cycles.
57 unsigned Cycles;
60 return ProcResourceIdx == Other.ProcResourceIdx && Cycles == Other.Cycles;
64 /// Specify the latency in cpu cycles for a particular scheduling class and def
70 int Cycles;
74 return Cycles == Other.Cycles && WriteResourceID == Other.WriteResourceID;
78 /// Specify the number of cycles allowed after instruction issue before
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 224 // Form string as ,{ cycles, u1 | u2 | ... | un, timeinc, kind }
225 int Cycles = Stage->getValueAsInt("Cycles");
226 ItinString += " { " + itostr(Cycles) + ", ";
253 // number of operands that has cycles specified.
397 // Emit as { cycles, u1 | u2 | ... | un, timeinc }, // indices
452 // Closing operand cycles
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 97 void ExpandProcResources(RecVec &PRVec, std::vector<int64_t> &Cycles,
287 // Form string as ,{ cycles, u1 | u2 | ... | un, timeinc, kind }
288 int Cycles = Stage->getValueAsInt("Cycles");
289 ItinString += " { " + itostr(Cycles) + ", ";
316 // number of operands that has cycles specified.
416 // operand cycles, and pipepine bypess tables. Then add the new Itinerary
464 // Emit as { cycles, u1 | u2 | ... | un, timeinc }, // indices
512 // Closing operand cycles
513 OperandCycleTable += " 0 // End operand cycles\n"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 353 ListNode **Cycles=NULL; /* list of cycles (for each k) found when

Completed in 1075 milliseconds