Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFoldOperands.cpp31 class SIFoldOperands : public MachineFunctionPass { class
36 SIFoldOperands() : MachineFunctionPass(ID) { in SIFoldOperands() function in __anon99036d5c0111::SIFoldOperands
78 INITIALIZE_PASS_BEGIN(SIFoldOperands, DEBUG_TYPE,
81 INITIALIZE_PASS_END(SIFoldOperands, DEBUG_TYPE,
84 char SIFoldOperands::ID = 0;
86 char &llvm::SIFoldOperandsID = SIFoldOperands::ID;
89 return new SIFoldOperands(); in createSIFoldOperandsPass()
158 bool SIFoldOperands::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt46 SIFoldOperands.cpp
DSIInstructions.td1887 // 64-bit vector move instruction. This is mainly used by the SIFoldOperands