Lines Matching refs:isVol
6394 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() argument
6424 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores()
6429 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores()
6431 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6461 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores()
6589 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument
6640 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemmoveLoadsAndStores()
6703 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() argument
6726 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol), in getMemsetStores()
6781 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone, in getMemsetStores()
6803 bool isVol, bool AlwaysInline, bool isTailCall, in getMemcpy() argument
6817 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo); in getMemcpy()
6826 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline, in getMemcpy()
6838 isVol, true, DstPtrInfo, SrcPtrInfo, AAInfo); in getMemcpy()
6918 bool isVol, bool isTailCall, in getMemmove() argument
6932 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo); in getMemmove()
6942 Alignment, isVol, DstPtrInfo, SrcPtrInfo); in getMemmove()
7021 bool isVol, bool isTailCall, in getMemset() argument
7034 isVol, DstPtrInfo, AAInfo); in getMemset()
7044 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, DstPtrInfo); in getMemset()