Home
last modified time | relevance | path

Searched refs:lowerSTORE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.h66 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.h394 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
DMipsSEISelLowering.cpp364 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
1241 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering
1245 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
DMipsISelLowering.cpp916 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
2388 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering