Home
last modified time | relevance | path

Searched refs:MergeCandidate (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp142 struct MergeCandidate { struct
162 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
163 SmallVector<const MergeCandidate*,4> Candidates;
184 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
845 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1074 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()
1834 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()
1841 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp125 struct MergeCandidate { struct
140 SpecificBumpPtrAllocator<MergeCandidate> Allocator;
141 SmallVector<const MergeCandidate*,4> Candidates;
162 MachineInstr *MergeOpsUpdate(const MergeCandidate &Cand);
814 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1040 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates()
1804 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti()
1811 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti()