Searched defs:isVol (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3886 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()
|
D | SelectionDAGBuilder.cpp | 4693 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
|
D | LegalizeVectorTypes.cpp | 1375 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local
|