Searched refs:isVol (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3886 unsigned Align, bool isVol,
3970 DstPtrInfo.getWithOffset(DstOff), isVol,
3984 SrcPtrInfo.getWithOffset(SrcOff), VT, isVol, false,
3988 DstPtrInfo.getWithOffset(DstOff), VT, isVol,
4003 unsigned Align, bool isVol,
4056 SrcPtrInfo.getWithOffset(SrcOff), isVol,
4071 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align);
4089 /// \param isVol True if destination is volatile.
4100 unsigned Align, bool isVol,
4171 isVol, fals
3883 getMemcpyLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4000 getMemmoveLoadsAndStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4097 getMemsetStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
4180 getMemcpy(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4248 getMemmove(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4304 getMemset(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
[all...]
H A DLegalizeVectorTypes.cpp1375 bool isVol = N->isVolatile(); local
1388 LoMemVT, isVol, isNT, Alignment, TBAAInfo);
1391 isVol, isNT, Alignment, TBAAInfo);
1400 HiMemVT, isVol, isNT, Alignment, TBAAInfo);
1404 isVol, isNT, Alignment, TBAAInfo);
H A DSelectionDAGBuilder.cpp4693 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4694 DAG.setRoot(DAG.getMemcpy(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, false,
4711 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4712 DAG.setRoot(DAG.getMemset(getRoot(), sdl, Op1, Op2, Op3, Align, isVol,
4730 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue();
4731 DAG.setRoot(DAG.getMemmove(getRoot(), sdl, Op1, Op2, Op3, Align, isVol,
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h668 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
673 SDValue Size, unsigned Align, bool isVol,
678 SDValue Size, unsigned Align, bool isVol,

Completed in 168 milliseconds