Searched refs:RepeatedSequenceLocs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 4970 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 …]
|
D | AArch64InstrInfo.h | 242 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 548 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
|
D | X86InstrInfo.cpp | 7592 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/ |
D | TargetInstrInfo.h | 1608 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const { in getOutliningCandidateInfo() argument
|