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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 92 void PrescanInstruction(MachineInstr &MI);
AggressiveAntiDepBreaker.h 169 void PrescanInstruction(MachineInstr &MI, unsigned Count,
CriticalAntiDepBreaker.cpp 123 PrescanInstruction(MI);
149 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr &MI) {
327 // RegRefs because the def is inserted by PrescanInstruction and not erased
582 PrescanInstruction(MI);
AggressiveAntiDepBreaker.cpp 189 PrescanInstruction(MI, Count, PassthruRegs);
337 void AggressiveAntiDepBreaker::PrescanInstruction(
811 PrescanInstruction(MI, Count, PassthruRegs);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.h 97 void PrescanInstruction(MachineInstr *MI);
AggressiveAntiDepBreaker.h 174 void PrescanInstruction(MachineInstr *MI, unsigned Count,
CriticalAntiDepBreaker.cpp 153 PrescanInstruction(MI);
179 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
336 // RegRefs because the def is inserted by PrescanInstruction and not erased
570 PrescanInstruction(MI);
AggressiveAntiDepBreaker.cpp 212 PrescanInstruction(MI, Count, PassthruRegs);
354 void AggressiveAntiDepBreaker::PrescanInstruction(MachineInstr *MI,
790 PrescanInstruction(MI, Count, PassthruRegs);
    [all...]

Completed in 1303 milliseconds