Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp29 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class
39 R600ExpandSpecialInstrsPass() : MachineFunctionPass(ID) {} in R600ExpandSpecialInstrsPass() function in __anondcd2053f0111::R600ExpandSpecialInstrsPass
50 INITIALIZE_PASS_BEGIN(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
52 INITIALIZE_PASS_END(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
55 char R600ExpandSpecialInstrsPass::ID = 0;
57 char &llvm::R600ExpandSpecialInstrsPassID = R600ExpandSpecialInstrsPass::ID;
60 return new R600ExpandSpecialInstrsPass(); in createR600ExpandSpecialInstrsPass()
63 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()
72 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()