Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp91 MachineInstr *tryReplaceLoad(unsigned New32BitOpcode, MachineInstr *MI) const;
288 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad() function in FixupBWInstPass
401 return tryReplaceLoad(X86::MOVZX32rm8, MI); in tryReplaceInstr()
409 return tryReplaceLoad(X86::MOVZX32rm16, MI); in tryReplaceInstr()