Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Parser/
H A Dcharacters.cpp265 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 Dprescan.cpp714 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 Dunparse.cpp2732 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 DGDBRemoteCommunication.cpp1323 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 Dunknown-arch-attr.test33 ## The encoding could be decoded only when the "m" extension is enabled.
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dthumb-neon-crypto.txt37 # 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 DTestLldbGdbServer.py1404 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 Dperf_counters.md27 `--benchmark_perf_counters` flag. The names are decoded through libpfm - meaning,
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-dwp.test23 ; Verify that abbreviations are decoded using the abbrev offset in the index
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dexecute-command.test61 # TextEdit not decoded
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-freebsd.test58 … 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 Dtag-section-decoding.ll337 ; 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 DTargetItinerary.td86 // 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 DX86ScheduleBdVer2.td22 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 DX86Schedule.td721 // decoded in the same cycle. The value 32 is a reasonably arbitrary
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1420 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 Dllvm-exegesis.rst217 that cache decoded instructions, but consumes a register for counting
H A Dllvm-mca.rst823 :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 Dlldb-gdb-remote.txt359 // 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 DAArch64SchedAmpere1.td17 // decoded into internal micro-ops (uops).
H A DAArch64SchedA57.td18 // schedule micro-ops so that all three decoded each cycle are successfully
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td561 // Offset value is corrected accordingly when offset is encoded/decoded.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA57.td19 // schedule micro-ops so that all three decoded each cycle are successfully
/llvm-project-15.0.7/llvm/docs/
H A DBitCodeFormat.rst403 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 DSystemZScheduleZ13.td20 let IssueWidth = 6; // Number of instructions decoded per cycle.

12