Home
last modified time | relevance | path

Searched refs:getMemset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp142 DAG.getMemset(Chain, dl, in EmitTargetCodeForMemset()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1056 SDValue getMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5911 SDValue MS = DAG.getMemset( in visitIntrinsicCall()
5928 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol, in visitIntrinsicCall()
H A DSelectionDAG.cpp7382 SDValue SelectionDAG::getMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, in getMemset() function in SelectionDAG