Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h74 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.h505 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DMipsSEISelLowering.cpp449 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()
1165 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering
1169 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
H A DMipsISelLowering.cpp1229 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()
2472 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering