Home
last modified time | relevance | path

Searched refs:EmitTargetCodeForMemset (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h26 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
H A DAArch64SelectionDAGInfo.cpp24 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h35 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
H A DX86SelectionDAGInfo.cpp53 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h52 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
H A DARMSelectionDAGInfo.cpp148 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h35 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
H A DSystemZSelectionDAGInfo.cpp86 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h90 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4340 SDValue Result = TSI->EmitTargetCodeForMemset(*this, dl, Chain, Dst, Src, in getMemset()