Searched defs:isVol (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3417 unsigned Align, bool isVol, in getMemcpyLoadsAndStores() 3512 unsigned Align, bool isVol, in getMemmoveLoadsAndStores() 3592 unsigned Align, bool isVol, in getMemsetStores() 3666 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy() 3730 unsigned Align, bool isVol, in getMemmove() 3782 unsigned Align, bool isVol, in getMemset()
|
D | SelectionDAGBuilder.cpp | 4491 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4507 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4524 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
|
D | LegalizeVectorTypes.cpp | 1112 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4296 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() 4414 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() 4511 uint64_t Size, unsigned Align, bool isVol, in getMemsetStores() 4604 bool isVol, bool AlwaysInline, bool isTailCall, in getMemcpy() 4677 bool isVol, bool isTailCall, in getMemmove() 4738 bool isVol, bool isTailCall, in getMemset()
|
D | SelectionDAGBuilder.cpp | 4807 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4823 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local 4837 bool isVol = cast<ConstantInt>(I.getArgOperand(4))->getZExtValue(); in visitIntrinsicCall() local
|
D | LegalizeVectorTypes.cpp | 1870 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local
|