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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h67 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.h425 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DMipsSEISelLowering.cpp264 case ISD::LOAD: return lowerLOAD(Op, DAG);
1092 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsSETargetLowering
1096 return MipsTargetLowering::lowerLOAD(Op, DAG);
H A DMipsISelLowering.cpp739 case ISD::LOAD: return lowerLOAD(Op, DAG);
1942 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 113 milliseconds