Lines Matching defs:isVol
6464 bool isVol = MCI.isVolatile();
6467 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6468 SDValue MC = DAG.getMemcpy(Root, sdl, Op1, Op2, Op3, Alignment, isVol,
6486 bool isVol = MCI.isVolatile();
6489 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Dst, Src, Size, Alignment, isVol,
6504 bool isVol = MSI.isVolatile();
6505 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6507 Root, sdl, Op1, Op2, Op3, Alignment, isVol, /* AlwaysInline */ false,
6520 bool isVol = MSII.isVolatile();
6521 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6522 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol,
6538 bool isVol = MMI.isVolatile();
6541 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6542 SDValue MM = DAG.getMemmove(Root, sdl, Op1, Op2, Op3, Alignment, isVol, &I,