Searched defs:isVol (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 3701 unsigned Align, bool isVol, in getMemcpyLoadsAndStores() 3819 unsigned Align, bool isVol, in getMemmoveLoadsAndStores() 3918 unsigned Align, bool isVol, in getMemsetStores() 4001 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy() 4071 unsigned Align, bool isVol, in getMemmove() 4129 unsigned Align, bool isVol, in getMemset()
|
| D | SelectionDAGBuilder.cpp | 4598 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4616 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4635 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
|
| D | LegalizeVectorTypes.cpp | 1315 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local
|