Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp76 class FixupBWInstPass : public MachineFunctionPass { class
112 FixupBWInstPass() : MachineFunctionPass(ID) { } in FixupBWInstPass() function in __anon46e815f70111::FixupBWInstPass
147 char FixupBWInstPass::ID = 0;
150 INITIALIZE_PASS(FixupBWInstPass, FIXUPBW_NAME, FIXUPBW_DESC, false, false) in INITIALIZE_PASS() argument
152 FunctionPass *llvm::createX86FixupBWInsts() { return new FixupBWInstPass(); } in INITIALIZE_PASS()
154 bool FixupBWInstPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
183 Register FixupBWInstPass::getSuperRegDestIfDead(MachineInstr *OrigMI) const { in getSuperRegDestIfDead()
277 MachineInstr *FixupBWInstPass::tryReplaceLoad(unsigned New32BitOpcode, in tryReplaceLoad()
308 MachineInstr *FixupBWInstPass::tryReplaceCopy(MachineInstr *MI) const { in tryReplaceCopy()
345 MachineInstr *FixupBWInstPass::tryReplaceExtend(unsigned New32BitOpcode, in tryReplaceExtend()
[all …]