Home
last modified time | relevance | path

Searched defs:isVol (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4270 unsigned Align, bool isVol, in getMemcpyLoadsAndStores()
4385 unsigned Align, bool isVol, in getMemmoveLoadsAndStores()
4481 unsigned Align, bool isVol, in getMemsetStores()
4572 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy()
4645 unsigned Align, bool isVol, bool isTailCall, in getMemmove()
4706 unsigned Align, bool isVol, bool isTailCall, in getMemset()
DSelectionDAGBuilder.cpp4386 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
4402 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
4416 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
DLegalizeVectorTypes.cpp1813 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local