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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp359 case ISD::LOAD: return lowerLOAD(Op, DAG);
1194 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsSETargetLowering
1198 return MipsTargetLowering::lowerLOAD(Op, DAG);
H A DMipsISelLowering.cpp802 case ISD::LOAD: return lowerLOAD(Op, DAG);
2024 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 230 milliseconds