Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp121 CallBase::BundleOpInfo BOI = Assume.getBundleOpInfoForOperand(Idx); in getKnowledgeFromOperandInAssume()
137 return &Intr->getBundleOpInfoForOperand(U->getOperandNo()); in getBundleFromUse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2018 return operandBundleFromBundleOpInfo(getBundleOpInfoForOperand(OpIdx));
2044 auto &BOI = getBundleOpInfoForOperand(OpIdx);
2239 BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx);
2240 const BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx) const {
2241 return const_cast<CallBase *>(this)->getBundleOpInfoForOperand(OpIdx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp213 CallInst::BundleOpInfo &BOI = Assume->getBundleOpInfoForOperand(OpNo); in dropDroppableUse()
H A DInstructions.cpp397 CallBase::BundleOpInfo &CallBase::getBundleOpInfoForOperand(unsigned OpIdx) { in getBundleOpInfoForOperand() function in CallBase