Searched defs:LowerLOAD (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp318 case ISD::LOAD: return LowerLOAD(Op, DAG);
451 SDNode *Node = LowerLOAD(SDValue(N, 0), DAG).getNode();
824 SDValue R600TargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const function in class:R600TargetLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp827 case ISD::LOAD: return LowerLOAD(Op, DAG);
834 SDValue NVPTXTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:NVPTXTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp179 case ISD::LOAD: return LowerLOAD(Op, DAG);
401 LowerLOAD(SDValue Op, SelectionDAG &DAG) const { function in class:XCoreTargetLowering

Completed in 82 milliseconds