Lines Matching defs:isVol
6529 bool isVol = MCI.isVolatile();
6532 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6533 SDValue MC = DAG.getMemcpy(Root, sdl, Op1, Op2, Op3, Alignment, isVol,
6551 bool isVol = MCI.isVolatile();
6554 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Dst, Src, Size, Alignment, isVol,
6569 bool isVol = MSI.isVolatile();
6570 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6572 Root, sdl, Op1, Op2, Op3, Alignment, isVol, /* AlwaysInline */ false,
6585 bool isVol = MSII.isVolatile();
6586 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6587 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol,
6603 bool isVol = MMI.isVolatile();
6606 SDValue Root = isVol ? getRoot() : getMemoryRoot();
6607 SDValue MM = DAG.getMemmove(Root, sdl, Op1, Op2, Op3, Alignment, isVol, &I,