Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp40 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class
50 R600ExpandSpecialInstrsPass() : MachineFunctionPass(ID) {} in R600ExpandSpecialInstrsPass() function in __anon04518e990111::R600ExpandSpecialInstrsPass
61 INITIALIZE_PASS_BEGIN(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
63 INITIALIZE_PASS_END(R600ExpandSpecialInstrsPass, DEBUG_TYPE,
66 char R600ExpandSpecialInstrsPass::ID = 0;
68 char &llvm::R600ExpandSpecialInstrsPassID = R600ExpandSpecialInstrsPass::ID;
71 return new R600ExpandSpecialInstrsPass(); in createR600ExpandSpecialInstrsPass()
74 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()
83 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp31 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class
40 R600ExpandSpecialInstrsPass(TargetMachine &tm) : MachineFunctionPass(ID), in R600ExpandSpecialInstrsPass() function in __anonbccc35610111::R600ExpandSpecialInstrsPass
52 char R600ExpandSpecialInstrsPass::ID = 0;
55 return new R600ExpandSpecialInstrsPass(TM); in createR600ExpandSpecialInstrsPass()
58 void R600ExpandSpecialInstrsPass::SetFlagInNewMI(MachineInstr *NewMI, in SetFlagInNewMI()
67 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()