Searched refs:createStoreLR (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2246 static SDValue createStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD, in createStoreLR() function 2275 SDValue SWL = createStoreLR(MipsISD::SWL, DAG, SD, Chain, in lowerUnalignedIntStore() 2277 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore() 2287 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); in lowerUnalignedIntStore() 2288 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7); in lowerUnalignedIntStore()
|