Home
last modified time | relevance | path

Searched defs:MaxLen (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/SystemZ/
H A DzOSSupport.h40 inline std::size_t strnlen(const char *S, std::size_t MaxLen) { in strnlen()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp104 if (Helper.tryCombineMemCpyFamily(MI, MaxLen)) in tryCombineAll() local
H A DAArch64PreLegalizerCombiner.cpp736 unsigned MaxLen = CInfo.EnableOpt ? 0 : 32; tryCombineAll() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp157 unsigned MaxLen = FileBuffer->getBufferSize() - StrTabIdx; in getString() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp31 constexpr uptr MaxLen = 30; appendNumber() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp323 RunOneTest(Fuzzer * F,const char * InputFilePath,size_t MaxLen) RunOneTest() argument
893 size_t MaxLen = INT_MAX; // Large max length. FuzzerDriver() local
[all...]
H A DFuzzerOptions.h19 size_t MaxLen = 0; member
H A DFuzzerTracePC.cpp396 static size_t InternalStrnlen(const char *S, size_t MaxLen) { in InternalStrnlen()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp215 size_t MaxLen = 0; printDynamicSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp90 size_t MaxLen = 0; in getLongestEntryLength() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp239 std::optional<uint32_t> MaxLen; in visitTypeBegin() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp779 unsigned MaxLen = 0; in computeCrossBlockCriticalPath() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1498 unsigned MaxLen = 0; emitDiagTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1020 unsigned MaxLen) { in findStrip()
H A DHexagonISelLoweringHVX.cpp2374 unsigned MaxLen = std::max(Len0, Len1); in typeWidenToWider() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1484 tryCombineMemCpyFamily(MachineInstr & MI,unsigned MaxLen) tryCombineMemCpyFamily() argument
H A DLegalizerHelper.cpp8606 lowerMemCpyFamily(MachineInstr & MI,unsigned MaxLen) lowerMemCpyFamily() argument