Searched defs:isVol (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6464 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 6486 bool isVol = MCI.isVolatile(); in visitIntrinsicCall() local 6504 bool isVol = MSI.isVolatile(); in visitIntrinsicCall() local 6520 bool isVol = MSII.isVolatile(); in visitIntrinsicCall() local 6538 bool isVol = MMI.isVolatile(); in visitIntrinsicCall() local
|
H A D | SelectionDAG.cpp | 7805 bool isVol, bool AlwaysInline, in getMemcpyLoadsAndStores() 8008 bool isVol, bool AlwaysInline, in getMemmoveLoadsAndStores() 8132 uint64_t Size, Align Alignment, bool isVol, in getMemsetStores() 8258 Align Alignment, bool isVol, bool AlwaysInline, const CallInst *CI, in getMemcpy() 8383 bool isVol, const CallInst *CI, in getMemmove() 8499 bool isVol, bool AlwaysInline, in getMemset()
|