Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp102 unsigned MaxLen = 32; tryCombineAll() local
H A DAArch64PreLegalizerCombiner.cpp785 unsigned MaxLen = CInfo.EnableOpt ? 0 : 32; tryCombineAll() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp22 constexpr uptr MaxLen = 30; in appendNumber() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp272 Value *MaxLen; recognizeByteCompare() local
587 expandFindMismatch(IRBuilder<> & Builder,DomTreeUpdater & DTU,GetElementPtrInst * GEPA,GetElementPtrInst * GEPB,Instruction * Index,Value * Start,Value * MaxLen) expandFindMismatch() argument
840 transformByteCompare(GetElementPtrInst * GEPA,GetElementPtrInst * GEPB,PHINode * IndPhi,Value * MaxLen,Instruction * Index,Value * Start,bool IncIdx,BasicBlock * FoundBB,BasicBlock * EndBB) transformByteCompare() argument
[all...]
/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp157 unsigned MaxLen = FileBuffer->getBufferSize() - StrTabIdx; in getString() local
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp219 size_t MaxLen = 0; printDynamicSection() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp324 int RunOneTest(Fuzzer *F, const char *InputFilePath, size_t MaxLen) { in RunOneTest()
894 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()
/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp90 size_t MaxLen = 0; getLongestEntryLength() local
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp642 constexpr unsigned MaxLen = 50; writeCodeToFixMessage() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp239 std::optional<uint32_t> MaxLen; in visitTypeBegin() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp779 unsigned MaxLen = 0; computeCrossBlockCriticalPath() local
/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1687 unsigned MaxLen = 0; emitDiagTable() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1020 for (unsigned I = 1; I != MaxLen; ++I) { in findStrip() argument
H A DHexagonISelLoweringHVX.cpp2374 unsigned MaxLen = std::max(Len0, Len1); typeWidenToWider() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1640 tryCombineMemCpyFamily(MachineInstr & MI,unsigned MaxLen) tryCombineMemCpyFamily() argument
H A DLegalizerHelper.cpp8930 lowerMemCpyFamily(MachineInstr & MI,unsigned MaxLen) lowerMemCpyFamily() argument