Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.h26 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
DAArch64SelectionDAGInfo.cpp24 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h35 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
DX86SelectionDAGInfo.cpp53 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h52 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
DARMSelectionDAGInfo.cpp149 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h35 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
DSystemZSelectionDAGInfo.cpp86 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h89 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4446 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()