Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp271 class SIFoldOperandsLegacy : public MachineFunctionPass { class
275 SIFoldOperandsLegacy() : MachineFunctionPass(ID) {} in SIFoldOperandsLegacy() function in __anon62acd4700111::SIFoldOperandsLegacy
297 INITIALIZE_PASS(SIFoldOperandsLegacy, DEBUG_TYPE, "SI Fold Operands", false,
300 char SIFoldOperandsLegacy::ID = 0;
302 char &llvm::SIFoldOperandsLegacyID = SIFoldOperandsLegacy::ID;
447 return new SIFoldOperandsLegacy(); in createSIFoldOperandsLegacyPass()