Searched defs:lowerSTORE (Results 1 - 2 of 2) sorted by relevance

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

Completed in 418 milliseconds