Searched refs:lowerLOAD (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.h | 74 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.h | 493 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsSEISelLowering.cpp | 452 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 1174 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering 1178 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
|
| H A D | MipsISelLowering.cpp | 1229 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation() 2665 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 126 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1304 SDValue VETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in VETargetLowering 1705 return lowerLOAD(Op, DAG); in LowerOperation()
|