Lines Matching defs:isVol
7805 bool isVol, bool AlwaysInline,
7835 bool CopyFromConstant = !isVol && isMemSrcFromConstant(Src, Slice);
7840 /*IsZeroMemset*/ true, isVol)
7842 *SrcAlign, isVol, CopyFromConstant);
7878 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone;
8008 bool isVol, bool AlwaysInline,
8068 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone;
8121 /// \param isVol True if destination is volatile.
8132 uint64_t Size, Align Alignment, bool isVol,
8156 MemOp::Set(Size, DstAlignCanChange, Alignment, IsZeroVal, isVol),
8236 isVol ? MachineMemOperand::MOVolatile : MachineMemOperand::MONone,
8258 Align Alignment, bool isVol, bool AlwaysInline, const CallInst *CI,
8271 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo, AA);
8280 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline,
8292 isVol, true, DstPtrInfo, SrcPtrInfo, AAInfo, AA);
8298 // FIXME: If the memcpy is volatile (isVol), lowering it to a plain libc
8383 bool isVol, const CallInst *CI,
8398 isVol, false, DstPtrInfo, SrcPtrInfo, AAInfo);
8408 Alignment, isVol, DstPtrInfo, SrcPtrInfo);
8499 bool isVol, bool AlwaysInline,
8513 isVol, false, DstPtrInfo, AAInfo);
8523 *this, dl, Chain, Dst, Src, Size, Alignment, isVol, AlwaysInline, DstPtrInfo);
8534 isVol, true, DstPtrInfo, AAInfo);