Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h29 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
H A DX86SelectionDAGInfo.cpp47 SDValue X86SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in X86SelectionDAGInfo
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h37 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
H A DWebAssemblySelectionDAGInfo.cpp45 SDValue WebAssemblySelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in WebAssemblySelectionDAGInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h55 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
H A DARMSelectionDAGInfo.cpp297 SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in ARMSelectionDAGInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h34 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl,
H A DAArch64SelectionDAGInfo.cpp92 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in AArch64SelectionDAGInfo
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h31 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &DL,
H A DSystemZSelectionDAGInfo.cpp88 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() function in SystemZSelectionDAGInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h81 virtual SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, in EmitTargetCodeForMemset() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7406 SDValue Result = TSI->EmitTargetCodeForMemset( in getMemset()