Searched refs:SIFoldOperands (Results 1 – 6 of 6) sorted by relevance
78 class SIFoldOperands : public MachineFunctionPass { class107 SIFoldOperands() : MachineFunctionPass(ID) { in SIFoldOperands() function in __anonab0293a00111::SIFoldOperands123 INITIALIZE_PASS(SIFoldOperands, DEBUG_TYPE,126 char SIFoldOperands::ID = 0;128 char &llvm::SIFoldOperandsID = SIFoldOperands::ID;175 return new SIFoldOperands(); in createSIFoldOperandsPass()591 void SIFoldOperands::foldOperand( in foldOperand()1218 bool SIFoldOperands::foldInstOperand(MachineInstr &MI, in foldInstOperand()1336 bool SIFoldOperands::tryFoldClamp(MachineInstr &MI) { in tryFoldClamp()1478 bool SIFoldOperands::tryFoldOMod(MachineInstr &MI) { in tryFoldOMod()[all …]
136 SIFoldOperands.cpp
117 // SIFoldOperands pass to enable folding of inline immediates.
216 "SIFoldOperands.cpp",
243 ; SIFoldOperands should not fold the SGPR copy into the instruction before GFX10
181 ; and then SIFoldOperands folds in an unlucky order.