Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.h24 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
DAArch64SelectionDAGInfo.cpp19 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
DX86SelectionDAGInfo.cpp47 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h57 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
DARMSelectionDAGInfo.cpp264 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
DSystemZSelectionDAGInfo.cpp81 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h82 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4729 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()