Searched defs:isVol (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1540 bool isVol = N->isVolatile(); local
1553 LoMemVT, isVol, isNT, Alignment, AAInfo);
1556 isVol, isNT, Alignment, AAInfo);
1565 HiMemVT, isVol, isNT, Alignment, AAInfo);
1569 isVol, isNT, Alignment, AAInfo);
H A DSelectionDAG.cpp4007 unsigned Align, bool isVol,
4089 DstPtrInfo.getWithOffset(DstOff), isVol,
4103 SrcPtrInfo.getWithOffset(SrcOff), VT, isVol, false,
4107 DstPtrInfo.getWithOffset(DstOff), VT, isVol,
4122 unsigned Align, bool isVol,
4174 SrcPtrInfo.getWithOffset(SrcOff), isVol,
4189 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align);
4207 /// \param isVol True if destination is volatile.
4218 unsigned Align, bool isVol,
4288 isVol, fals
4004 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
4119 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
4215 getMemsetStores(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
4297 getMemcpy(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4365 getMemmove(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool isTailCall, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
4421 getMemset(SDValue Chain, SDLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool isTailCall, MachinePointerInfo DstPtrInfo) argument
[all...]

Completed in 72 milliseconds