Home
last modified time | relevance | path

Searched refs:lowerLOAD (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.h65 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.h393 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
DMipsSEISelLowering.cpp363 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()
1209 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering
1213 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
DMipsISelLowering.cpp915 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()
2263 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering