Home
last modified time | relevance | path

Searched refs:HiBits (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp59 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
67 .addImm(HiBits)); in loadImmediate()
77 .addImm(HiBits)); in loadImmediate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp59 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
67 .addImm(HiBits)); in loadImmediate()
77 .addImm(HiBits)); in loadImmediate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/Mips/
H A DTarget.cpp97 const uint16_t HiBits = Value.getHiBits(16).getZExtValue(); in loadImmediate() local
105 .addImm(HiBits)); in loadImmediate()
115 .addImm(HiBits)); in loadImmediate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DIOThreadScheduler.cs30 public const int HiBits = LoHiBit | HiHiBit; field in System.Runtime.IOThreadScheduler.Bits
494 Fx.Assert((gateSnapshot & Bits.HiBits) == 0, "Slot already marked."); in TryEnqueueWorkItem()
501 Fx.Assert((gateSnapshot & Bits.HiBits) == Bits.LoHiBit, "Slot already empty."); in TryEnqueueWorkItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp237 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
244 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
247 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp237 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
244 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
247 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp236 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
243 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
246 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp237 unsigned HiBits = LongLen - ShortLen; in getValueRange() local
244 if (Known.countMinLeadingZeros() >= HiBits) in getValueRange()
247 if (Known.countMaxLeadingZeros() < HiBits) in getValueRange()

123