HomeSort by: relevance | last modified time | path
    Searched refs:lowerSTORE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.h 75 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
MipsISelLowering.h 494 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
MipsSEISelLowering.cpp 453 case ISD::STORE: return lowerSTORE(Op, DAG);
1203 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const {
1207 return MipsTargetLowering::lowerSTORE(Op, DAG);
MipsISelLowering.cpp 1230 case ISD::STORE: return lowerSTORE(Op, DAG);
2791 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.h 127 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
VEISelLowering.cpp 1357 SDValue VETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const {
1711 return lowerSTORE(Op, DAG);

Completed in 24 milliseconds