Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h32 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
H A DWebAssemblySelectionDAGInfo.cpp36 SDValue WebAssemblySelectionDAGInfo::EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function in WebAssemblySelectionDAGInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h40 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
H A DAArch64SelectionDAGInfo.cpp106 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function in AArch64SelectionDAGInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h48 EmitTargetCodeForMemmove(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
H A DARMSelectionDAGInfo.cpp287 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function in ARMSelectionDAGInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h67 virtual SDValue EmitTargetCodeForMemmove( in EmitTargetCodeForMemmove() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7554 TSI->EmitTargetCodeForMemmove(*this, dl, Chain, Dst, Src, Size, in getMemmove()