Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp128 CallBase::BundleOpInfo BOI = Assume.getBundleOpInfoForOperand(Idx); in getKnowledgeFromOperandInAssume()
144 return &Intr->getBundleOpInfoForOperand(U->getOperandNo()); in getBundleFromUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2126 return operandBundleFromBundleOpInfo(getBundleOpInfoForOperand(OpIdx));
2140 auto &BOI = getBundleOpInfoForOperand(OpIdx);
2306 LLVM_ABI BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx);
2307 const BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx) const {
2308 return const_cast<CallBase *>(this)->getBundleOpInfoForOperand(OpIdx);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp233 CallInst::BundleOpInfo &BOI = Assume->getBundleOpInfoForOperand(OpNo); in dropDroppableUse()
H A DInstructions.cpp541 CallBase::BundleOpInfo &CallBase::getBundleOpInfoForOperand(unsigned OpIdx) { in getBundleOpInfoForOperand() function in CallBase
724 auto &BOI = getBundleOpInfoForOperand(OpNo); in getCaptureInfo()