Home
last modified time | relevance | path

Searched defs:getFirstCycle (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h126 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
H A DMachinePipeliner.h525 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DModuloSchedule.h128 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
DMachinePipeliner.h584 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DModuloSchedule.h128 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
DMachinePipeliner.h584 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DModuloSchedule.h128 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
DMachinePipeliner.h584 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DModuloSchedule.h128 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
DMachinePipeliner.h584 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h127 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
H A DMachinePipeliner.h583 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp592 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function in __anon269b60a90111::SMSchedule