HomeSort by relevance Sort by last modified time
    Searched refs:isCandidateStore (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 197 static bool isCandidateStore(const MachineInstr &MI, const MachineOperand &MO) {
307 } else if (isCandidateStore(MI, MO)) {
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 535 static bool isCandidateStore(const MachineInstr *Instr) {
584 (!ADRPMode && isCandidateStore(MI) &&
698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr))
    [all...]

Completed in 1239 milliseconds