Home
last modified time | relevance | path

Searched refs:hasReadingOperandBundles (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp422 return !hasReadingOperandBundles() && !hasClobberingOperandBundles(); in paramHasAttr()
426 return !hasReadingOperandBundles(); in paramHasAttr()
588 bool CallBase::hasReadingOperandBundles() const { in hasReadingOperandBundles() function in CallBase
610 if (hasReadingOperandBundles()) in getMemoryEffects()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBasicAliasAnalysis.cpp833 if (Call->hasReadingOperandBundles()) in getMemoryEffects()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstrTypes.h2190 bool hasReadingOperandBundles() const;