Lines Matching refs:isVol
5868 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local
5872 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall()
5874 Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall()
5890 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local
5895 getRoot(), sdl, Dst, Src, Size, Alignment, isVol, in visitIntrinsicCall()
5908 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local
5910 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall()
5912 Root, sdl, Op1, Op2, Op3, Alignment, isVol, /* AlwaysInline */ false, in visitIntrinsicCall()
5925 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local
5927 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall()
5928 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol, in visitIntrinsicCall()
5944 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local
5948 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitIntrinsicCall()
5949 SDValue MM = DAG.getMemmove(Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall()
8040 bool isVol = false; in visitMemPCpyCall() local
8046 SDValue Root = isVol ? getRoot() : getMemoryRoot(); in visitMemPCpyCall()
8047 SDValue MC = DAG.getMemcpy(Root, sdl, Dst, Src, Size, Alignment, isVol, false, in visitMemPCpyCall()