Searched refs:lowerLOAD (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.h | 77 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.h | 530 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsSEISelLowering.cpp | 490 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 1212 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering 1216 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
|
| H A D | MipsISelLowering.cpp | 1354 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 2856 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 243 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1418 SDValue VETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in VETargetLowering 1890 return lowerLOAD(Op, DAG); in LowerOperation()
|