Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DR600ExpandSpecialInstrs.cpp30 class R600ExpandSpecialInstrsPass : public MachineFunctionPass { class
40 R600ExpandSpecialInstrsPass(TargetMachine &tm) : MachineFunctionPass(ID), in R600ExpandSpecialInstrsPass() function in __anon26e2fca90111::R600ExpandSpecialInstrsPass
52 char R600ExpandSpecialInstrsPass::ID = 0;
55 return new R600ExpandSpecialInstrsPass(TM); in createR600ExpandSpecialInstrsPass()
58 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()