13#ifndef LLVM_LIB_TARGET_MIPS_MIPSSEISELDAGTODAG_H
14#define LLVM_LIB_TARGET_MIPS_MIPSSEISELDAGTODAG_H
33 unsigned getMSACtrlReg(
const SDValue RegIdx)
const;
37 std::pair<SDNode *, SDNode *> selectMULT(
SDNode *
N,
unsigned Opc,
46 unsigned ShiftAmount)
const;
95 unsigned MinSizeInBits)
const override;
98 unsigned ImmBitSize)
const;
135 bool SelectInlineAsmMemoryOperand(
const SDValue &
Op,
137 std::vector<SDValue> &OutOps)
override;
unsigned const MachineRegisterInfo * MRI
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Class for arbitrary precision integers.
Represent the analysis usage information of a pass.
This class represents an Operation in the Expression.
FunctionPass class - This class is used to implement most global optimizations.
Representation of each machine instruction.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
void getAnalysisUsage(AnalysisUsage &AU) const override
getAnalysisUsage - Subclasses that override getAnalysisUsage must call this.
MipsSEDAGToDAGISel(MipsTargetMachine &TM, CodeGenOptLevel OL)
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
Represents one node in the SelectionDAG.
Unlike LLVM values, Selection DAG nodes may return multiple values as the result of a computation.
This is an optimization pass for GlobalISel generic memory operations.
FunctionPass * createMipsSEISelDag(MipsTargetMachine &TM, CodeGenOptLevel OptLevel)
CodeGenOptLevel
Code generation optimization level.