Searched refs:createStoreLR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2742 static SDValue createStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD, function
2771 SDValue SWL = createStoreLR(MipsISD::SWL, DAG, SD, Chain,
2773 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3);
2783 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0);
2784 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7);

Completed in 78 milliseconds