Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp99 unsigned MaxLen = 32; in tryCombineAll() local
H A DAArch64PreLegalizerCombiner.cpp784 unsigned MaxLen = CInfo.EnableOpt ? 0 : 32; in tryCombineAll() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp90 size_t MaxLen = 0; in getLongestEntryLength() local
97 size_t MaxLen = 0; in getLongestEntryLength() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp22 constexpr uptr MaxLen = 30; in appendNumber() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp156 unsigned MaxLen = FileBuffer->getBufferSize() - StrTabIdx; in getString() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp320 Value *MaxLen; in recognizeByteCompare() local
634 GetElementPtrInst *GEPB, Instruction *Index, Value *Start, Value *MaxLen) { in expandFindMismatch()
887 PHINode *IndPhi, Value *MaxLen, in transformByteCompare()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp226 size_t MaxLen = 0; in printDynamicSection() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp325 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest()
895 size_t MaxLen = INT_MAX; // Large max length. in FuzzerDriver() local
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/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp239 std::optional<uint32_t> MaxLen; in visitTypeBegin() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp807 unsigned MaxLen = 0; in computeCrossBlockCriticalPath() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1939 unsigned MaxLen = 0; in emitDiagTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1015 unsigned MaxLen) { in findStrip()
H A DHexagonISelLoweringHVX.cpp2411 unsigned MaxLen = std::max(Len0, Len1); in typeWidenToWider() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp10091 LegalizerHelper::lowerMemCpyFamily(MachineInstr &MI, unsigned MaxLen) { in lowerMemCpyFamily()