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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3505 unsigned Align, bool isVol,
3569 DstPtrInfo.getWithOffset(DstOff), isVol,
3581 SrcPtrInfo.getWithOffset(SrcOff), VT, isVol, false,
3585 DstPtrInfo.getWithOffset(DstOff), VT, isVol,
3600 unsigned Align, bool isVol,
3652 SrcPtrInfo.getWithOffset(SrcOff), isVol,
3668 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align);
3680 unsigned Align, bool isVol,
3743 isVol, false, Align);
3754 unsigned Align, bool isVol, boo
3502 getMemcpyLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3597 getMemmoveLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3677 getMemsetStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
3752 getMemcpy(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3819 getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3874 getMemset(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
[all...]
H A DLegalizeVectorTypes.cpp1165 bool isVol = N->isVolatile(); local
1177 LoMemVT, isVol, isNT, Alignment);
1180 isVol, isNT, Alignment);
1189 HiMemVT, isVol, isNT, Alignment);
1193 isVol, isNT, Alignment);
H A DSelectionDAGBuilder.cpp4569 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); local
4570 DAG.setRoot(DAG.getMemcpy(getRoot(), dl, Op1, Op2, Op3, Align, isVol, false,
4585 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); local
4586 DAG.setRoot(DAG.getMemset(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
4602 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); local
4603 DAG.setRoot(DAG.getMemmove(getRoot(), dl, Op1, Op2, Op3, Align, isVol,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAG.h598 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
603 SDValue Size, unsigned Align, bool isVol,
608 SDValue Size, unsigned Align, bool isVol,

Completed in 238 milliseconds