Lines Matching refs:isVol

6749                                        bool isVol, bool AlwaysInline,  in getMemcpyLoadsAndStores()  argument
6779 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice); in getMemcpyLoadsAndStores()
6784 /*IsZeroMemset*/ true, isVol) in getMemcpyLoadsAndStores()
6786 *SrcAlign, isVol, CopyFromConstant); in getMemcpyLoadsAndStores()
6821 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemcpyLoadsAndStores()
6951 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() argument
7002 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone; in getMemmoveLoadsAndStores()
7066 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() argument
7091 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol), in getMemsetStores()
7146 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone, in getMemsetStores()
7168 bool isVol, bool AlwaysInline, bool isTailCall, in getMemcpy() argument
7182 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo, AA); in getMemcpy()
7191 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline, in getMemcpy()
7203 isVol, true, DstPtrInfo, SrcPtrInfo, AAInfo, AA); in getMemcpy()
7282 bool isVol, bool isTailCall, in getMemmove() argument
7296 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo); in getMemmove()
7306 Alignment, isVol, DstPtrInfo, SrcPtrInfo); in getMemmove()
7384 bool isVol, bool AlwaysInline, bool isTailCall, in getMemset() argument
7397 isVol, false, DstPtrInfo, AAInfo); in getMemset()
7407 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline, DstPtrInfo); in getMemset()
7418 isVol, true, DstPtrInfo, AAInfo); in getMemset()