Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h29 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
DHexagonSelectionDAGInfo.cpp30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, in EmitTargetCodeForMemcpy() function in HexagonSelectionDAGInfo
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h45 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
DX86SelectionDAGInfo.cpp176 X86SelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemcpy() function in X86SelectionDAGInfo
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h48 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
DARMSelectionDAGInfo.cpp29 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemcpy() function in ARMSelectionDAGInfo
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h29 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain,
DSystemZSelectionDAGInfo.cpp57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemcpy() function in SystemZSelectionDAGInfo
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemcpy() function
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r263312-llvm-r202930-fix-alloca-esi-clobber.diff6 In X86SelectionDagInfo::EmitTargetCodeForMemcpy we check with MachineFrameInfo
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4024 TSI.EmitTargetCodeForMemcpy(*this, dl, Chain, Dst, Src, Size, Align, in getMemcpy()