Lines Matching refs:Mips16DAGToDAGISel
38 bool Mips16DAGToDAGISel::runOnMachineFunction(MachineFunction &MF) {
45 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty,
64 void Mips16DAGToDAGISel::initGlobalBaseReg(MachineFunction &MF) {
95 void Mips16DAGToDAGISel::initMips16SPAliasReg(MachineFunction &MF) {
111 void Mips16DAGToDAGISel::processFunctionAfterISel(MachineFunction &MF) {
118 SDValue Mips16DAGToDAGISel::getMips16SPAliasReg() {
125 void Mips16DAGToDAGISel::getMips16SPRefReg(SDNode *Parent, SDValue &AliasReg) {
159 bool Mips16DAGToDAGISel::selectAddr16(
238 std::pair<bool, SDNode*> Mips16DAGToDAGISel::selectNode(SDNode *Node) {
314 return new Mips16DAGToDAGISel(TM);