Home
last modified time | relevance | path

Searched refs:isFenceLike (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h429 bool isFenceLike() const { in isFenceLike() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h561 bool isFenceLike() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp161 } else if (I->isFenceLike()) { in getModRefInfo()
DMemorySSA.cpp2332 if (!isa<CallBase>(I) && I->isFenceLike()) in getClobberingMemoryAccessBase()
2381 if (!isa<CallBase>(I) && I->isFenceLike()) in getClobberingMemoryAccessBase()