Home
last modified time | relevance | path

Searched refs:SIFixVGPRCopies (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFixVGPRCopies.cpp27 class SIFixVGPRCopies : public MachineFunctionPass { class
32 SIFixVGPRCopies() : MachineFunctionPass(ID) { in SIFixVGPRCopies() function in __anon53872c1b0111::SIFixVGPRCopies
43 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
45 char SIFixVGPRCopies::ID = 0;
47 char &llvm::SIFixVGPRCopiesID = SIFixVGPRCopies::ID;
49 bool SIFixVGPRCopies::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt97 SIFixVGPRCopies.cpp