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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.h 74 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
MipsISelLowering.h 493 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
MipsSEISelLowering.cpp 452 case ISD::LOAD: return lowerLOAD(Op, DAG);
1174 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const {
1178 return MipsTargetLowering::lowerLOAD(Op, DAG);
MipsISelLowering.cpp 1229 case ISD::LOAD: return lowerLOAD(Op, DAG);
2665 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.h 126 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
VEISelLowering.cpp 1304 SDValue VETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const {
1705 return lowerLOAD(Op, DAG);

Completed in 22 milliseconds