Home
last modified time | relevance | path

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

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