Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp89 MachineInstr *tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const;
277 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad() function in FixupBWInstPass
390 return tryReplaceLoad(X86::MOVZX32rm8, MI); in tryReplaceInstr()
398 return tryReplaceLoad(X86::MOVZX32rm16, MI); in tryReplaceInstr()