HomeSort by relevance Sort by last modified time
    Searched refs:Cycle (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
TisPc.c 171 INT64 Cycle;
198 Cycle = End - Start;
199 if (Cycle < 0) {
200 Cycle = -Cycle;
202 Cycle++;
217 Delta += Cycle;
272 INT64 Cycle;
307 Cycle = End - Start;
308 if (Cycle < 0) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SynchronizationGcc.c 115 INT64 Cycle;
142 Cycle = End - Start;
143 if (Cycle < 0) {
144 Cycle = -Cycle;
146 Cycle++;
157 Delta += Cycle;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 104 INT64 Cycle;
135 Cycle = End - Start;
136 if (Cycle < 0) {
137 Cycle = -Cycle;
139 Cycle++;
150 Delta += Cycle;
SynchronizationGcc.c 114 INT64 Cycle;
145 Cycle = End - Start;
146 if (Cycle < 0) {
147 Cycle = -Cycle;
149 Cycle++;
160 Delta += Cycle;
SynchronizationMsc.c 116 INT64 Cycle;
147 Cycle = End - Start;
148 if (Cycle < 0) {
149 Cycle = -Cycle;
151 Cycle++;
162 Delta += Cycle;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 16 Cycle *c;
27 c = (Cycle *) p->elem;
29 fprintf(stderr,"Cycle %d: (degree %d) %s -->\n", i++, degree, RulePtr[c->croot]->rname);
generic.h 70 /* Define a Cycle node which is used to track lists of cycles for later
74 int croot; /* cycle root */
77 } Cycle;
110 #define newCycle (Cycle *) calloc(1, sizeof(Cycle));
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 559 // need to erase the Cycle entries. They will be overwritten when we
598 // and instruction latencies. These cycle numbers assume that the CPU can issue
599 // an infinite number of instructions per cycle as long as their dependencies
682 unsigned Cycle;
688 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {}
834 // Filter and process dependencies, computing the earliest issue cycle.
835 unsigned Cycle = 0;
848 Cycle = std::max(Cycle, DepCycle);
852 MICycles.Depth = Cycle;
    [all...]
  /build/make/core/
node_fns.mk 168 $(eval ### "If we just inherited ourselves, it's a cycle.") \
170 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Dispatcher.c 159 BOOLEAN Cycle;
173 Cycle = FALSE;
187 if (Cycle) {
196 Cycle = TRUE;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.c 947 INT64 Cycle;
953 Cycle = End - Start;
954 if (Cycle < 0) {
955 Cycle = -Cycle;
957 Cycle++;
964 Delta += Cycle;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 476 void setCurCycle(unsigned Cycle) {
477 CurCycle = Cycle;
698 /// will create a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 301 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
302 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
550 void setCurCycle(unsigned Cycle) {
551 CurCycle = Cycle;
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 304 unsigned TopReadyCycle = 0; ///< Cycle relative to start when node is ready.
305 unsigned BotReadyCycle = 0; ///< Cycle relative to end when node is ready.
556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.

Completed in 1693 milliseconds

1 2 3