HomeSort by relevance Sort by last modified time
    Searched defs:SUa (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 635 SUnit *SUa = nullptr;
643 SUa = nullptr;
646 if (!SUa) {
647 SUa = &SU;
651 MachineInstr &MI1 = *SUa->getInstr();
656 SU.addPredBarrier(SUa);
659 if (SI.getSUnit() != SUa)
660 SUa->addPred(SDep(SI.getSUnit(), SDep::Artificial));
664 for (const SDep &SI : SUa->Succs) {
671 SUa = &SU
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 83 milliseconds