/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate() 113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate() 117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate() 118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate() 246 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional() 248 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 145 Excess.dump(); in dump() 963 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 984 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 985 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 1127 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta() 1128 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta() 1129 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() 1136 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta() 1137 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta() 1138 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 145 Excess.dump(); in dump() 965 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 987 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 1129 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta() 1130 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta() 1131 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() 1138 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta() 1139 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta() 1140 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() [all …]
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 922 Delta.Excess = PressureChange(); in computeExcessPressureDelta() 943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta() 944 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta() 1086 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta() 1087 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta() 1088 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() 1095 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta() 1096 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta() 1097 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta() 1144 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.cc | 42 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
|
D | arg.cc | 25 *capacity = Excess(s.size(), *capacity); in ReducePadding() 30 *capacity = Excess(n, *capacity); in ReducePadding() 187 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInner()
|
D | extension.h | 399 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.cc | 42 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
|
D | arg.cc | 25 *capacity = Excess(s.size(), *capacity); in ReducePadding() 30 *capacity = Excess(n, *capacity); in ReducePadding() 187 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInner()
|
D | extension.h | 399 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 240 PressureChange Excess; member 247 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 240 PressureChange Excess; member 247 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 224 PressureChange Excess; 231 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 112 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate() 113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate() 117 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate() 118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.cc | 66 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
|
D | arg.cc | 24 *capacity = Excess(s.size(), *capacity); in ReducePadding() 29 *capacity = Excess(n, *capacity); in ReducePadding() 241 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInnerSlow()
|
D | extension.h | 418 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | extension.cc | 66 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
|
D | arg.cc | 38 *capacity = Excess(s.size(), *capacity); in ReducePadding() 43 *capacity = Excess(n, *capacity); in ReducePadding() 255 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInnerSlow()
|
D | extension.h | 418 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.cc | 66 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
|
D | arg.cc | 24 *capacity = Excess(s.size(), *capacity); in ReducePadding() 29 *capacity = Excess(n, *capacity); in ReducePadding() 241 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInnerSlow()
|
D | extension.h | 418 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost() 677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost() 681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost() 677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost() 681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
|