Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
◆ IsDIVMULT
#define IsDIVMULT |
( |
|
instr | ) |
|
Value: (
instr == Mips::SDIV ||
instr == Mips::PseudoSDIV ||
instr == Mips::DSDIV || \
instr == Mips::PseudoDSDIV ||
instr == Mips::UDIV || \
instr == Mips::PseudoUDIV ||
instr == Mips::DUDIV || \
instr == Mips::PseudoDUDIV ||
instr == Mips::MULT || \
instr == Mips::PseudoMULT ||
instr == Mips::DMULT || \
instr == Mips::PseudoDMULT)
Definition at line 23 of file Mips.h.
◆ IsMFLOMFHI
#define IsMFLOMFHI |
( |
|
instr | ) |
|
Value:
Definition at line 20 of file Mips.h.