Searched refs:ReduceTo2Addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp195 /// ReduceTo2Addr - Reduce a 32-bit instruction to a 16-bit two-address
197 bool ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI,
630 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
684 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))
735 Thumb2SizeReduce::ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, function in class:Thumb2SizeReduce
1018 ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop))

Completed in 100 milliseconds