Home
last modified time | relevance | path

Searched refs:getMemmove (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h553 SDValue getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h801 SDValue getMemmove(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src,
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp1501 return DAG.getMemmove(Chain, dl, ST->getBasePtr(), in PerformDAGCombine()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1825 return DAG.getMemmove(Chain, dl, ST->getBasePtr(), in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3728 SDValue SelectionDAG::getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, in getMemmove() function in SelectionDAG
DSelectionDAGBuilder.cpp4525 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4675 SDValue SelectionDAG::getMemmove(SDValue Chain, const SDLoc &dl, SDValue Dst, in getMemmove() function in SelectionDAG
DSelectionDAGBuilder.cpp4839 SDValue MM = DAG.getMemmove(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()