Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp78 class SIFoldOperands : public MachineFunctionPass { class
107 SIFoldOperands() : MachineFunctionPass(ID) { in SIFoldOperands() function in __anon3d458c240111::SIFoldOperands
123 INITIALIZE_PASS(SIFoldOperands, DEBUG_TYPE,
126 char SIFoldOperands::ID = 0;
128 char &llvm::SIFoldOperandsID = SIFoldOperands::ID;
199 return new SIFoldOperands(); in createSIFoldOperandsPass()
604 void SIFoldOperands::foldOperand( in foldOperand()
1213 void SIFoldOperands::foldInstOperand(MachineInstr &MI, in foldInstOperand()
1370 bool SIFoldOperands::tryFoldClamp(MachineInstr &MI) { in tryFoldClamp()
1505 bool SIFoldOperands::tryFoldOMod(MachineInstr &MI) { in tryFoldOMod()
[all …]
H A DSIInstructions.td105 // SIFoldOperands pass to enable folding of inline immediates.