/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.h | 93 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | AggressiveAntiDepBreaker.h | 171 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | CriticalAntiDepBreaker.cpp | 124 ScanInstruction(MI, Count); in Observe() 236 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr &MI, unsigned Count) { in ScanInstruction() function in CriticalAntiDepBreaker 677 ScanInstruction(MI, Count); in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 190 ScanInstruction(MI, Count); in Observe() 425 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr &MI, in ScanInstruction() function in AggressiveAntiDepBreaker 994 ScanInstruction(MI, Count); in BreakAntiDependencies()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.h | 98 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | CriticalAntiDepBreaker.cpp | 140 ScanInstruction(MI, Count); in Observe() 252 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr &MI, unsigned Count) { in ScanInstruction() function in CriticalAntiDepBreaker 700 ScanInstruction(MI, Count); in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.h | 174 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | AggressiveAntiDepBreaker.cpp | 203 ScanInstruction(MI, Count); in Observe() 443 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr &MI, in ScanInstruction() function in AggressiveAntiDepBreaker 1009 ScanInstruction(MI, Count); in BreakAntiDependencies()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.h | 98 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | CriticalAntiDepBreaker.cpp | 137 ScanInstruction(MI, Count); in Observe() 249 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr &MI, unsigned Count) { in ScanInstruction() function in CriticalAntiDepBreaker 697 ScanInstruction(MI, Count); in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.h | 174 void ScanInstruction(MachineInstr &MI, unsigned Count);
|
D | AggressiveAntiDepBreaker.cpp | 198 ScanInstruction(MI, Count); in Observe() 438 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr &MI, in ScanInstruction() function in AggressiveAntiDepBreaker 1004 ScanInstruction(MI, Count); in BreakAntiDependencies()
|