Home
last modified time | relevance | path

Searched refs:significant (Results 1 – 25 of 132) sorted by relevance

123456

/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-20-.NET-Differences.txt6 One significant difference between .NET CLR and our VM is that the CLR
13 This is an important difference because I think there are some significant
14 advantages to have a much lower level VM layer, and do significant static
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Daddrsig.test13 # GNU:Address-significant symbols section '.llvm_addrsig' contains 2 entries:
44 # NAME-GNU: Address-significant symbols section '<?>' contains 2 entries:
53 # RUN: llvm-readelf --all %t1.o | FileCheck %s --implicit-check-not="Address-significant"
107 # INVALID-INDEX-GNU: Address-significant symbols section '.llvm_addrsig' contains 3 entries:
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td67 // is set to the most significant bit of the result.
71 // set if the sign (most significant) bits of the input operands are
77 // a carry generated out of the most significant when performing the
80 // significant bit discarded by the shift operation. For all other
250 // All part-word loads write the least significant part of the
252 // All part-word stores store the least significant part-word of the
479 // Memory(ea) <- (least significant byte of Rr)
481 // Memory(ea) <- (least significant half-word of Rr)
494 // All part-word loads write the part-word into the least significant
496 // sign-extended. All part-word stores store the least significant
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx10_probe.rst16 The value is truncated to 7 bits, but only 3 low bits are significant.
H A Dgfx8_probe.rst16 The value is truncated to 7 bits, but only 3 low bits are significant.
H A Dgfx90a_probe.rst16 The value is truncated to 7 bits, but only 3 low bits are significant.
H A Dgfx9_probe.rst16 The value is truncated to 7 bits, but only 3 low bits are significant.
H A Dgfx940_probe.rst16 The value is truncated to 7 bits, but only 3 low bits are significant.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfast-isel-select.ll4 ; Make sure we only use the less significant bit of the value that feeds the
/llvm-project-15.0.7/llvm/docs/
H A DCodeReview.rst22 All developers are required to have significant changes reviewed before they
29 significant patches to be reviewed before being committed. Smaller patches
50 concern would have been significant enough to warrant a conversation during
89 Some changes are too significant for just a code review. Changes that should
93 changes that promise significant impact on users and/or downstream code bases,
166 significant implementation choices, and one responsibility of a reviewer, when
H A DMemTagSanitizer.rst47 * Every pointer can have a 4-bit Address Tag that is in its most significant byte.
62 function may incur significant code size overhead, because it means
H A DExtensions.rst253 ``.linker-options`` though the name is not significant as it is identified by
355 This section is used to mark symbols as address-significant, i.e. the address
360 Any sections referred to by symbols that are not marked as address-significant
365 referring to the symbol table indexes of the address-significant symbols.
374 this directive, all symbols are considered address-significant.
380 This marks ``sym`` as address-significant.
H A DXRayFDRFormat.rst149 On little-endian machines, the bitfields are ordered from least significant bit
150 bit to most significant bit. A reader can read an 8 bit value and apply the mask
154 On big-endian machine, the bitfields are written in order from most significant
155 bit to least significant bit. A reader would read an 8 bit value and unsigned
/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp59 int significant{digits - skippedZeroes}; in EditBOZOutput() local
60 if (edit.digits && significant <= *edit.digits) { // Bw.m, Ow.m, Zw.m in EditBOZOutput()
64 leadingZeroes = *edit.digits - significant; in EditBOZOutput()
69 int subTotal{leadingZeroes + significant}; in EditBOZOutput()
/llvm-project-15.0.7/openmp/docs/optimizations/
H A DOpenMPOpt.rst47 OpenMP programs. Unfortunately, this has significant performance implications
68 significant performance penalty. Because of this, OpenMPOpt can perform and
/llvm-project-15.0.7/lld/MachO/
H A Dld64-vs-lld.rst5 This doc lists all significant deliberate differences in behavior between LD64 and LLD-MachO.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dswift-vldm.ll5 ; begin in the most-significant half of a q register. These require more
H A Difcvt11.ll4 ; significant regression.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td97 // A 7-bit unsigned immediate where the least significant two bits are zero.
111 // A 8-bit unsigned immediate where the least significant two bits are zero.
125 // A 8-bit unsigned immediate where the least significant three bits are zero.
139 // A 9-bit signed immediate where the least significant bit is zero.
156 // A 9-bit unsigned immediate where the least significant three bits are zero.
170 // A 10-bit unsigned immediate where the least significant two bits are zero
186 // A 10-bit signed immediate where the least significant four bits are zero.
201 // A 12-bit signed immediate where the least significant bit is zero.
H A DRISCVInstrInfoZicbo.td18 // A 12-bit signed immediate where the least significant five bits are zero.
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dand.ll8 ; also is a non-empty sequence of ones starting at the least significant bit
74 ; also is a non-empty sequence of ones starting at the most significant bit
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-micro-plt.s2 # Check less-significant bit setup for microMIPS PLT.
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md37 This document argues this design is introducing significant sub-optimalities
124 The more significant issue is that this duplication can be so significant that
257 significant cost, and given that the primary purpose of an IR is to represent
/llvm-project-15.0.7/polly/test/PruneUnprofitable/
H A Dprune_only_scalardeps.ll57 …rune-unprofitable - Number of pruned SCoPs because it they cannot be optimized in a significant way
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-smallarg.ll2 ; least significant part of a stack slot doubleword.

123456