| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-20-.NET-Differences.txt | 6 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 D | addrsig.test | 13 # 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 D | LanaiInstrFormats.td | 67 // 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 D | gfx10_probe.rst | 16 The value is truncated to 7 bits, but only 3 low bits are significant.
|
| H A D | gfx8_probe.rst | 16 The value is truncated to 7 bits, but only 3 low bits are significant.
|
| H A D | gfx90a_probe.rst | 16 The value is truncated to 7 bits, but only 3 low bits are significant.
|
| H A D | gfx9_probe.rst | 16 The value is truncated to 7 bits, but only 3 low bits are significant.
|
| H A D | gfx940_probe.rst | 16 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 D | fast-isel-select.ll | 4 ; Make sure we only use the less significant bit of the value that feeds the
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodeReview.rst | 22 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 D | MemTagSanitizer.rst | 47 * 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 D | Extensions.rst | 253 ``.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 D | XRayFDRFormat.rst | 149 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 D | edit-output.cpp | 59 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 D | OpenMPOpt.rst | 47 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 D | ld64-vs-lld.rst | 5 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 D | swift-vldm.ll | 5 ; begin in the most-significant half of a q register. These require more
|
| H A D | ifcvt11.ll | 4 ; significant regression.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoC.td | 97 // 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 D | RISCVInstrInfoZicbo.td | 18 // A 12-bit signed immediate where the least significant five bits are zero.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | and.ll | 8 ; 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 D | mips-micro-plt.s | 2 # Check less-significant bit setup for microMIPS PLT.
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | UsageOfConst.md | 37 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 D | prune_only_scalardeps.ll | 57 …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 D | ppc64-smallarg.ll | 2 ; least significant part of a stack slot doubleword.
|