Searched refs:StringLen (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 382 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, 470 unsigned StringLen, std::vector<Candidate> &CandidatesForRepeatedSeq, in emitNotOutliningCheaperRemark() argument 481 R << "Did not outline " << NV("Length", StringLen) << " instructions" in emitNotOutliningCheaperRemark() 538 unsigned StringLen = RS.Length; in findCandidates() local 540 unsigned EndIdx = StartIdx + StringLen - 1; in findCandidates() 574 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates() 601 emitNotOutliningCheaperRemark(StringLen, CandidatesForRepeatedSeq, OF); in findCandidates()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 259 DIVariable *StringLen = DIB.createAutoVariable(Scope, StrName, F, 0, nullptr, in TEST() local 271 DIB.createStringType(StrName, StringLen, StringLocationExp); in TEST() 275 EXPECT_EQ(StringType->getStringLength(), StringLen); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 921 unsigned StringLen = RS.Length; in createCandidatesFromSuffixTree() local 922 if (StringLen < 2) in createCandidatesFromSuffixTree() 927 unsigned EndIdx = StartIdx + StringLen - 1; in createCandidatesFromSuffixTree() 952 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt); in createCandidatesFromSuffixTree()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 113 uint32_t StringLen = readULEB128(Ctx); in readString() local 114 if (Ctx.Ptr + StringLen > Ctx.End) in readString() 117 StringRef(reinterpret_cast<const char *>(Ctx.Ptr), StringLen); in readString() 118 Ctx.Ptr += StringLen; in readString()
|