Home
last modified time | relevance | path

Searched refs:isCandidateStore (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp535 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore() function
584 (!ADRPMode && isCandidateStore(MI) && in reachedUsesToDefs()
698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr)) in isCandidate()
1013 !isCandidateLoad(&MI) && !isCandidateStore(&MI)) in collectInvolvedReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp198 static bool isCandidateStore(const MachineInstr &MI, const MachineOperand &MO) { in isCandidateStore() function
308 } else if (isCandidateStore(MI, MO)) { in handleUse()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp198 static bool isCandidateStore(const MachineInstr &MI, const MachineOperand &MO) { in isCandidateStore() function
308 } else if (isCandidateStore(MI, MO)) { in handleUse()