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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 58 virtual HazardType getHazardType(SUnit *m, int Stalls) {
ScoreboardHazardRecognizer.h 116 // Stalls provides an cycle offset at which SU will be scheduled. It will be
118 virtual HazardType getHazardType(SUnit *SU, int Stalls);
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUHazardRecognizers.h 33 virtual HazardType getHazardType(SUnit *SU, int Stalls);
SPUHazardRecognizers.cpp 44 SPUHazardRecognizer::getHazardType(SUnit *SU, int Stalls)
50 assert(Stalls == 0 && "SPU hazards don't yet support scoreboard lookahead");
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
ScoreboardHazardRecognizer.h 113 // Stalls provides an cycle offset at which SU will be scheduled. It will be
115 HazardType getHazardType(SUnit *SU, int Stalls) override;
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.h 40 HazardType getHazardType(SUnit *SU, int Stalls) override;
ARMHazardRecognizer.cpp 35 ARMHazardRecognizer::getHazardType(SUnit *SU, int Stalls) {
36 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead");
73 return ScoreboardHazardRecognizer::getHazardType(SU, Stalls);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
ScoreboardHazardRecognizer.h 117 // Stalls provides an cycle offset at which SU will be scheduled. It will be
119 HazardType getHazardType(SUnit *SU, int Stalls) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
ScoreboardHazardRecognizer.h 117 // Stalls provides an cycle offset at which SU will be scheduled. It will be
119 HazardType getHazardType(SUnit *SU, int Stalls) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 61 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.h 45 virtual HazardType getHazardType(SUnit *SU, int Stalls);
ARMHazardRecognizer.cpp 35 ARMHazardRecognizer::getHazardType(SUnit *SU, int Stalls) {
36 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead");
73 return ScoreboardHazardRecognizer::getHazardType(SU, Stalls);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.h 51 virtual HazardType getHazardType(SUnit *SU, int Stalls);
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 40 HazardType getHazardType(SUnit *SU, int Stalls) override;
79 HazardType getHazardType(SUnit *SU, int Stalls) override;
  /external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.h 52 HazardType getHazardType(SUnit *SU, int Stalls) override;
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 110 ScoreboardHazardRecognizer::getHazardType(SUnit *SU, int Stalls) {
114 // Note that stalls will be negative for bottom-up scheduling.
115 int cycle = Stalls;
137 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() &&
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 108 ScoreboardHazardRecognizer::getHazardType(SUnit *SU, int Stalls) {
112 // Note that stalls will be negative for bottom-up scheduling.
113 int cycle = Stalls;
135 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() &&

Completed in 1429 milliseconds

1 2