Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixVGPRCopies.cpp26 class SIFixVGPRCopies : public MachineFunctionPass { class
31 SIFixVGPRCopies() : MachineFunctionPass(ID) { in SIFixVGPRCopies() function in __anon84bb1bef0111::SIFixVGPRCopies
42 INITIALIZE_PASS(SIFixVGPRCopies, DEBUG_TYPE, "SI Fix VGPR copies", false, false)
44 char SIFixVGPRCopies::ID = 0;
46 char &llvm::SIFixVGPRCopiesID = SIFixVGPRCopies::ID;
48 bool SIFixVGPRCopies::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt99 SIFixVGPRCopies.cpp