Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp434 return !hasReadingOperandBundles() && !hasClobberingOperandBundles(); in paramHasAttr()
438 return !hasReadingOperandBundles(); in paramHasAttr()
617 bool CallBase::hasReadingOperandBundles() const { in hasReadingOperandBundles() function in CallBase
641 if (hasReadingOperandBundles()) in getMemoryEffects()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2131 LLVM_ABI bool hasReadingOperandBundles() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp838 if (Call->hasReadingOperandBundles()) in getMemoryEffects()