Searched refs:tryReplaceLoad (Results 1 – 2 of 2) sorted by relevance
91 MachineInstr *tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const;216 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad() function in FixupBWInstPass291 NewMI = tryReplaceLoad(X86::MOVZX32rm8, MI); in tryReplaceInstr()302 NewMI = tryReplaceLoad(X86::MOVZX32rm16, MI); in tryReplaceInstr()
89 MachineInstr *tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const;272 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad() function in FixupBWInstPass343 return tryReplaceLoad(X86::MOVZX32rm8, MI); in tryReplaceInstr()351 return tryReplaceLoad(X86::MOVZX32rm16, MI); in tryReplaceInstr()