Home
last modified time | relevance | path

Searched refs:EmitTargetCodeForMemcpy (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp21 SDValue WebAssemblySelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in WebAssemblySelectionDAGInfo
40 return EmitTargetCodeForMemcpy(DAG, DL, Chain, Op1, Op2, Op3, Align, in EmitTargetCodeForMemmove()
DWebAssemblySelectionDAGInfo.h25 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp21 SDValue LanaiSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in llvm::LanaiSelectionDAGInfo
DLanaiSelectionDAGInfo.h25 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h22 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
DBPFSelectionDAGInfo.cpp20 SDValue BPFSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in BPFSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
DHexagonSelectionDAGInfo.cpp19 SDValue HexagonSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in HexagonSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.h24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
DXCoreSelectionDAGInfo.cpp18 SDValue XCoreSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in XCoreSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h39 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
DX86SelectionDAGInfo.cpp292 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in X86SelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h40 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl,
DARMSelectionDAGInfo.cpp127 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in ARMSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h26 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &DL,
DSystemZSelectionDAGInfo.cpp48 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() function in SystemZSelectionDAGInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h51 virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemcpy() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6286 SDValue Result = TSI->EmitTargetCodeForMemcpy( in getMemcpy()