• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/

Lines Matching refs:ReduceEntryFunArgs

83 typedef struct ReduceEntryFunArgs ReduceEntryFunArgs;
91 ReduceEntryFunArgs *Arguments); ///< Pointer to reduce function
97 bool (*F)(ReduceEntryFunArgs *Arguments), struct OpInfo OpInf,
122 struct ReduceEntryFunArgs {
128 ReduceEntryFunArgs(MachineInstr *argMI, const ReduceEntry &argEntry,
159 static bool ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments);
163 static bool ReduceXWtoXWP(ReduceEntryFunArgs *Arguments);
167 static bool ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments);
171 static bool ReduceSXtoSX16(ReduceEntryFunArgs *Arguments);
175 static bool ReduceMoveToMovep(ReduceEntryFunArgs *Arguments);
178 static bool ReduceArithmeticInstructions(ReduceEntryFunArgs *Arguments);
182 static bool ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments);
186 static bool ReduceADDIUToADDIUR1SP(ReduceEntryFunArgs *Arguments);
190 static bool ReduceXORtoXOR16(ReduceEntryFunArgs *Arguments);
433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII);
440 bool MicroMipsSizeReduce::ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments) {
454 bool MicroMipsSizeReduce::ReduceXWtoXWP(ReduceEntryFunArgs *Arguments) {
495 ReduceEntryFunArgs *Arguments) {
509 ReduceEntryFunArgs *Arguments) {
523 bool MicroMipsSizeReduce::ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments) {
541 bool MicroMipsSizeReduce::ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments) {
556 bool MicroMipsSizeReduce::ReduceSXtoSX16(ReduceEntryFunArgs *Arguments) {
611 bool MicroMipsSizeReduce::ReduceMoveToMovep(ReduceEntryFunArgs *Arguments) {
654 bool MicroMipsSizeReduce::ReduceXORtoXOR16(ReduceEntryFunArgs *Arguments) {