Searched defs:isVol (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A 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()
|
H A 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
|
H A D | LegalizeVectorTypes.cpp | 1870 bool isVol = N->isVolatile(); in SplitVecOp_STORE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5936 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5958 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5976 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 5993 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local 6012 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local 8209 bool isVol = false; in visitMemPCpyCall() local
|
H A D | SelectionDAG.cpp | 6978 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() 7181 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() 7305 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() 7417 bool isVol, bool AlwaysInline, bool isTailCall, in getMemcpy() 7531 bool isVol, bool isTailCall, in getMemmove() 7633 bool isVol, bool AlwaysInline, bool isTailCall, in getMemset()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5874 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() 6059 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() 6168 uint64_t Size, unsigned Align, bool isVol, in getMemsetStores() 6263 bool isVol, bool AlwaysInline, bool isTailCall, in getMemcpy() 6379 bool isVol, bool isTailCall, in getMemmove() 6483 bool isVol, bool isTailCall, in getMemset()
|
H A D | SelectionDAGBuilder.cpp | 5853 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 5872 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 5889 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local 7448 bool isVol = false; in visitMemPCpyCall() local
|