Lines Matching defs:isVol
8131 uint64_t Size, Align Alignment, bool isVol, bool AlwaysInline,
8160 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice);
8165 /*IsZeroMemset*/ true, isVol)
8167 *SrcAlign, isVol, CopyFromConstant);
8203 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone;
8333 bool isVol, bool AlwaysInline,
8393 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone;
8446 /// \param isVol True if destination is volatile.
8457 uint64_t Size, Align Alignment, bool isVol,
8481 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol),
8561 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone,
8583 Align Alignment, bool isVol, bool AlwaysInline, const CallInst *CI,
8597 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo, BatchAA);
8606 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline,
8618 isVol, true, DstPtrInfo, SrcPtrInfo, AAInfo, BatchAA);
8624 // FIXME: If the memcpy is volatile (isVol), lowering it to a plain libc
8709 bool isVol, const CallInst *CI,
8725 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo);
8735 Alignment, isVol, DstPtrInfo, SrcPtrInfo);
8826 bool isVol, bool AlwaysInline,
8840 isVol, false, DstPtrInfo, AAInfo);
8850 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline, DstPtrInfo);
8861 isVol, true, DstPtrInfo, AAInfo);