Searched refs:EmitTargetCodeForMemset (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.h | 24 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
|
D | AArch64SelectionDAGInfo.cpp | 19 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.h | 34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
|
D | X86SelectionDAGInfo.cpp | 47 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 57 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
|
D | ARMSelectionDAGInfo.cpp | 264 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL,
|
D | SystemZSelectionDAGInfo.cpp | 81 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAGInfo.h | 82 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, in EmitTargetCodeForMemset() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4729 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()
|