Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp141 DAG.getMemset(Chain, dl, in EmitTargetCodeForMemset()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1142 SDValue getMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, SDValue Src,
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5979 SDValue MS = DAG.getMemset( in visitIntrinsicCall()
5996 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol, in visitIntrinsicCall()
H A DSelectionDAG.cpp7631 SDValue SelectionDAG::getMemset(SDValue Chain, const SDLoc &dl, SDValue Dst, in getMemset() function in SelectionDAG