Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3886 unsigned Align, bool isVol, in getMemcpyLoadsAndStores()
4003 unsigned Align, bool isVol, in getMemmoveLoadsAndStores()
4100 unsigned Align, bool isVol, in getMemsetStores()
4182 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy()
4250 unsigned Align, bool isVol, in getMemmove()
4306 unsigned Align, bool isVol, in getMemset()
DSelectionDAGBuilder.cpp4693 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
4711 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
4730 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
DLegalizeVectorTypes.cpp1375 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local