Home
last modified time | relevance | path

Searched refs:MinByte (Results 1 – 21 of 21) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp127 uint64_t MinByte = 0; in findLowestOffset() local
130 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
132 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
159 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
160 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
176 return (MinByte + I) * 8 + in findLowestOffset()
191 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp128 uint64_t MinByte = 0; in findLowestOffset() local
131 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
133 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
160 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
161 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
177 return (MinByte + I) * 8 + in findLowestOffset()
192 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp127 uint64_t MinByte = 0; in findLowestOffset() local
130 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
132 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
159 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
160 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
176 return (MinByte + I) * 8 + in findLowestOffset()
191 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp144 uint64_t MinByte = 0; in findLowestOffset() local
147 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
149 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
176 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
177 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
193 return (MinByte + I) * 8 + in findLowestOffset()
208 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp144 uint64_t MinByte = 0; in findLowestOffset() local
147 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
149 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
176 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
177 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
193 return (MinByte + I) * 8 + in findLowestOffset()
208 return (MinByte + I) * 8; in findLowestOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp144 uint64_t MinByte = 0; in findLowestOffset() local
147 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
149 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
176 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
177 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
193 return (MinByte + I) * 8 + in findLowestOffset()
208 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp189 uint64_t MinByte = 0; in findLowestOffset() local
192 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
194 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
221 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
222 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
238 return (MinByte + I) * 8 + in findLowestOffset()
253 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp189 uint64_t MinByte = 0; in findLowestOffset() local
192 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
194 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
221 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
222 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
238 return (MinByte + I) * 8 + in findLowestOffset()
253 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp189 uint64_t MinByte = 0; in findLowestOffset() local
192 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
194 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
221 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
222 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
238 return (MinByte + I) * 8 + in findLowestOffset()
253 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp189 uint64_t MinByte = 0; in findLowestOffset() local
192 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
194 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
221 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
222 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
238 return (MinByte + I) * 8 + in findLowestOffset()
253 return (MinByte + I) * 8; in findLowestOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp189 uint64_t MinByte = 0; in findLowestOffset() local
192 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
194 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
221 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
222 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
238 return (MinByte + I) * 8 + in findLowestOffset()
253 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp198 uint64_t MinByte = 0; in findLowestOffset() local
201 MinByte = std::max(MinByte, Target.minAfterBytes()); in findLowestOffset()
203 MinByte = std::max(MinByte, Target.minBeforeBytes()); in findLowestOffset()
230 uint64_t Offset = IsAfter ? MinByte - Target.minAfterBytes() in findLowestOffset()
231 : MinByte - Target.minBeforeBytes(); in findLowestOffset()
247 return (MinByte + I) * 8 + in findLowestOffset()
262 return (MinByte + I) * 8; in findLowestOffset()
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go723 func MinByte(a, b byte) byte { func
755 return MinByte(MaxByte(v, lo), hi)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dmathutil.go662 func MinByte(a, b byte) byte { func
H A Dall_test.go3031 if g, e := MinByte(test.a, test.b), test.e; g != e {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DGenericVectorTests.cs1848 public void MinByte() { TestMin<Byte>(); } in MinByte() method in System.Numerics.Tests.GenericVectorTests