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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 221 static bool isCandidateLoad(const MachineInstr &MI) {
301 if (isCandidateLoad(MI)) {
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 649 static bool isCandidateLoad(const MachineInstr *Instr) {
698 if (!isCandidateLoad(Instr) && !isCandidateStore(Instr))
    [all...]

Completed in 838 milliseconds