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

  /external/llvm/lib/Target/AMDGPU/
R600MachineScheduler.cpp 325 InstructionsGroupCandidate.push_back(SU->getInstr());
326 if (TII->fitsConstReadLimitations(InstructionsGroupCandidate) &&
328 InstructionsGroupCandidate.pop_back();
332 InstructionsGroupCandidate.pop_back();
353 InstructionsGroupCandidate.clear();
445 InstructionsGroupCandidate.push_back(SU->getInstr());
R600MachineScheduler.h 82 std::vector<MachineInstr *> InstructionsGroupCandidate;

Completed in 134 milliseconds