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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp201 /// ReduceToNarrow - Reduce a 32-bit instruction to a 16-bit
203 bool ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI,
632 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
688 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
700 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
706 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
716 if (ReduceToNarrow(MBB, MI, NarrowEntry, LiveCPSR, IsSelfLoop))
718 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
728 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop);
850 Thumb2SizeReduce::ReduceToNarrow(MachineBasicBloc function in class:Thumb2SizeReduce
[all...]

Completed in 49 milliseconds