Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.h64 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.h436 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
DMipsSEISelLowering.cpp360 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
1226 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering
1230 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
DMipsISelLowering.cpp803 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()
2149 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering