Searched refs:lowerLOAD (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.h | 74 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.h | 495 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsSEISelLowering.cpp | 444 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 1166 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering 1170 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
|
| H A D | MipsISelLowering.cpp | 1245 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 2688 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 242 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1429 SDValue VETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in VETargetLowering 1905 return lowerLOAD(Op, DAG); in LowerOperation()
|