Home
last modified time | relevance | path

Searched refs:RepeatedSequenceLocs (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp4970 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const { in getOutliningCandidateInfo()
4972 RepeatedSequenceLocs[0].front(), in getOutliningCandidateInfo()
4973 std::next(RepeatedSequenceLocs[0].back()), in getOutliningCandidateInfo()
4980 std::for_each(RepeatedSequenceLocs.begin(), RepeatedSequenceLocs.end(), in getOutliningCandidateInfo()
5003 RepeatedSequenceLocs.erase(std::remove_if(RepeatedSequenceLocs.begin(), in getOutliningCandidateInfo()
5004 RepeatedSequenceLocs.end(), in getOutliningCandidateInfo()
5006 RepeatedSequenceLocs.end()); in getOutliningCandidateInfo()
5009 if (RepeatedSequenceLocs.empty()) in getOutliningCandidateInfo()
5015 unsigned LastInstrOpcode = RepeatedSequenceLocs[0].back()->getOpcode(); in getOutliningCandidateInfo()
5019 [&RepeatedSequenceLocs](unsigned CallID, unsigned NumBytesForCall) { in getOutliningCandidateInfo()
[all …]
DAArch64InstrInfo.h242 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h548 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
DX86InstrInfo.cpp7592 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const { in getOutliningCandidateInfo()
7594 std::accumulate(RepeatedSequenceLocs[0].front(), in getOutliningCandidateInfo()
7595 std::next(RepeatedSequenceLocs[0].back()), 0, in getOutliningCandidateInfo()
7606 if (RepeatedSequenceLocs[0].back()->isTerminator()) { in getOutliningCandidateInfo()
7607 for (outliner::Candidate &C : RepeatedSequenceLocs) in getOutliningCandidateInfo()
7610 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, in getOutliningCandidateInfo()
7616 for (outliner::Candidate &C : RepeatedSequenceLocs) in getOutliningCandidateInfo()
7619 return outliner::OutlinedFunction(RepeatedSequenceLocs, SequenceSize, 1, in getOutliningCandidateInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1608 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const { in getOutliningCandidateInfo() argument