Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp69 class SIFoldOperands : public MachineFunctionPass { class
124 SIFoldOperands() : MachineFunctionPass(ID) { in SIFoldOperands() function in __anon167420260111::SIFoldOperands
140 INITIALIZE_PASS(SIFoldOperands, DEBUG_TYPE,
143 char SIFoldOperands::ID = 0;
145 char &llvm::SIFoldOperandsID = SIFoldOperands::ID;
200 return new SIFoldOperands(); in createSIFoldOperandsPass()
655 bool SIFoldOperands::getRegSeqInit( in getRegSeqInit()
687 bool SIFoldOperands::tryToFoldACImm( in tryToFoldACImm()
753 void SIFoldOperands::foldOperand( in foldOperand()
1425 bool SIFoldOperands::tryFoldFoldableCopy( in tryFoldFoldableCopy()
[all …]
H A DSIInstructions.td127 // SIFoldOperands pass to enable folding of inline immediates.