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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp363 case ISD::LOAD: return lowerLOAD(Op, DAG);
1197 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsSETargetLowering
1201 return MipsTargetLowering::lowerLOAD(Op, DAG);
H A DMipsISelLowering.cpp856 case ISD::LOAD: return lowerLOAD(Op, DAG);
2137 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 143 milliseconds