| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | characters.cpp | 265 DecodedCharacter decoded{ in DecodeString() local 267 if (decoded.bytes > 0) { in DecodeString() 268 if (static_cast<std::size_t>(decoded.bytes) <= bytes) { in DecodeString() 269 result.append(1, decoded.codepoint); in DecodeString() 270 bytes -= decoded.bytes; in DecodeString() 271 p += decoded.bytes; in DecodeString()
|
| H A D | prescan.cpp | 714 DecodedCharacter decoded{DecodeCharacter( in Hollerith() local 716 if (decoded.bytes > 0) { in Hollerith() 718 EncodeCharacter<Encoding::UTF_8>(decoded.codepoint)}; in Hollerith() 722 at_ += decoded.bytes - 1; in Hollerith()
|
| H A D | unparse.cpp | 2732 auto decoded{DecodeString<std::string, Encoding::LATIN_1>(str, true)}; in PutNormalized() local 2733 std::string encoded{EncodeString<Encoding::LATIN_1>(decoded)}; in PutNormalized()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1323 std::string decoded; in ExpandRLE() local 1324 decoded.reserve(packet.size()); in ExpandRLE() 1329 char char_to_repeat = decoded.back(); in ExpandRLE() 1335 decoded.push_back(char_to_repeat); in ExpandRLE() 1340 decoded.push_back(escapee); in ExpandRLE() 1342 decoded.push_back(*c); in ExpandRLE() 1345 return decoded; in ExpandRLE()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/RISCV/ |
| H A D | unknown-arch-attr.test | 33 ## The encoding could be decoded only when the "m" extension is enabled.
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | thumb-neon-crypto.txt | 37 # This used to be incorrectly decoded into an sha256h.32 [0x00,0xff,0x40,0x0c]
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestLldbGdbServer.py | 1404 decoded = decoder.unpack(content[:decoder.size]) 1405 self.assertEqual(decoded[signo_idx], 1407 self.assertEqual(decoded[errno_idx], 0) # si_errno 1408 self.assertEqual(decoded[code_idx], SEGV_MAPERR) # si_code 1409 self.assertEqual(decoded[addr_idx], 0) # si_addr
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | perf_counters.md | 27 `--benchmark_perf_counters` flag. The names are decoded through libpfm - meaning,
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwarfdump-dwp.test | 23 ; Verify that abbreviations are decoded using the abbrev offset in the index
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | execute-command.test | 61 # TextEdit not decoded
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | note-freebsd.test | 58 … NT_FREEBSD_PROCSTAT_RLIMIT is only a valid type for coredumps and should therefore not be decoded.
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | tag-section-decoding.ll | 337 ; Checks to see if the tag index is correctly decoded in ULEB128. If it is 338 ; decoded with LEB128, 64 will not be correctly decoded. 64 is the smallest
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetItinerary.td | 86 // in the class are decoded to. If the number is zero, then it means the
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBdVer2.td | 22 let IssueWidth = 4; // Up to 4 IPC can be decoded, issued, retired. 102 // Up to 4 IPC can be decoded, issued, retired. 119 // Up to 4 IPC can be decoded, issued, retired.
|
| H A D | X86Schedule.td | 721 // decoded in the same cycle. The value 32 is a reasonably arbitrary
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1420 llvm::Optional<DecodedUID> decoded = DecodeUID(uid); in GetDIE() local 1422 if (decoded) in GetDIE() 1423 return decoded->dwarf.GetDIE(decoded->ref); in GetDIE()
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-exegesis.rst | 217 that cache decoded instructions, but consumes a register for counting
|
| H A D | llvm-mca.rst | 823 :program:`llvm-mca` assumes that instructions have all been decoded and placed 831 queue of already decoded instructions, and dispatched in groups to the
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 359 // to correctly associate a decoded instruction with a thread, the 781 executable files). The supplied number will be decoded like a 789 register in the debug information. The supplied number will be decoded
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedAmpere1.td | 17 // decoded into internal micro-ops (uops).
|
| H A D | AArch64SchedA57.td | 18 // schedule micro-ops so that all three decoded each cycle are successfully
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SMInstructions.td | 561 // Offset value is corrected accordingly when offset is encoded/decoded.
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 19 // schedule micro-ops so that all three decoded each cycle are successfully
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BitCodeFormat.rst | 403 stream is to be decoded or other metadata. In the future, new standard blocks
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ13.td | 20 let IssueWidth = 6; // Number of instructions decoded per cycle.
|