Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp649 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad() function
698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr)) in isCandidate()
900 if (isCandidateLoad(Candidate)) { in computeOthers()
1013 !isCandidateLoad(&MI) && !isCandidateStore(&MI)) in collectInvolvedReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp221 static bool isCandidateLoad(const MachineInstr &MI) { in isCandidateLoad() function
301 if (isCandidateLoad(MI)) { in handleUse()