Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp39 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class
49 R600ExpandSpecialInstrsPass() : MachineFunctionPass(ID) {} in R600ExpandSpecialInstrsPass() function in __anon3d7199360111::R600ExpandSpecialInstrsPass
60 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()