Searched refs:LowerLOAD (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h64 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.h37 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DAMDGPUISelLowering.h96 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp604 SDValue Result = LowerLOAD(Op, DAG);
1468 SDValue R600TargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const function in class:R600TargetLowering
1477 if (SDValue Ret = AMDGPUTargetLowering::LowerLOAD(Op, DAG))
H A DSIISelLowering.cpp1063 SDValue Result = LowerLOAD(Op, DAG);
1447 SDValue SITargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:SITargetLowering
1482 return AMDGPUTargetLowering::LowerLOAD(Op, DAG);
H A DAMDGPUISelLowering.cpp670 SDNode *Node = LowerLOAD(SDValue(N, 0), DAG).getNode();
1419 SDValue AMDGPUTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:AMDGPUTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h169 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DXCoreISelLowering.cpp212 case ISD::LOAD: return LowerLOAD(Op, DAG);
423 LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:XCoreTargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h154 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1283 SDValue HexagonTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:HexagonTargetLowering
2605 case ISD::LOAD: return LowerLOAD(Op, DAG);
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h523 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp1828 return LowerLOAD(Op, DAG);
1857 SDValue NVPTXTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const {
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h742 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp5953 SDValue PPCTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
7977 case ISD::LOAD: return LowerLOAD(Op, DAG);
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2701 static SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) function
2951 case ISD::LOAD: return LowerLOAD(Op, DAG);

Completed in 250 milliseconds