Searched refs:SIFoldOperands (Results 1 – 3 of 3) sorted by relevance
31 class SIFoldOperands : public MachineFunctionPass { class36 SIFoldOperands() : MachineFunctionPass(ID) { in SIFoldOperands() function in __anon99036d5c0111::SIFoldOperands78 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()
46 SIFoldOperands.cpp
1887 // 64-bit vector move instruction. This is mainly used by the SIFoldOperands