Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp178 static bool ReduceArithmeticInstructions(ReduceEntryFunArgs *Arguments);
223 ReduceArithmeticInstructions, OpInfo(OT_OperandsAll),
226 ReduceArithmeticInstructions, OpInfo(OT_OperandsAll),
261 ReduceArithmeticInstructions, OpInfo(OT_OperandsAll),
264 ReduceArithmeticInstructions, OpInfo(OT_OperandsAll),
494 bool MicroMipsSizeReduce::ReduceArithmeticInstructions( in ReduceArithmeticInstructions() function in MicroMipsSizeReduce