Searched refs:R600ExpandSpecialInstrsPass (Results 1 – 1 of 1) sorted by relevance
39 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class49 R600ExpandSpecialInstrsPass() : MachineFunctionPass(ID) {} in R600ExpandSpecialInstrsPass() function in __anon3d7199360111::R600ExpandSpecialInstrsPass60 INITIALIZE_PASS_BEGIN(R600ExpandSpecialInstrsPass, DEBUG_TYPE,62 INITIALIZE_PASS_END(R600ExpandSpecialInstrsPass, DEBUG_TYPE,65 char R600ExpandSpecialInstrsPass::ID = 0;67 char &llvm::R600ExpandSpecialInstrsPassID = R600ExpandSpecialInstrsPass::ID;70 return new R600ExpandSpecialInstrsPass(); in createR600ExpandSpecialInstrsPass()73 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()82 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()