Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp90 MachineInstr *tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const;
286 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad() function in FixupBWInstPass
399 return tryReplaceLoad(X86::MOVZX32rm8, MI); in tryReplaceInstr()
407 return tryReplaceLoad(X86::MOVZX32rm16, MI); in tryReplaceInstr()