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.cpp124 CallBase::BundleOpInfo BOI = Assume.getBundleOpInfoForOperand(Idx);
140 return &Intr->getBundleOpInfoForOperand(U->getOperandNo());
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2185 return operandBundleFromBundleOpInfo(getBundleOpInfoForOperand(OpIdx));
2199 auto &BOI = getBundleOpInfoForOperand(OpIdx);
2365 BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx);
2366 const BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx) const {
2367 return const_cast<CallBase *>(this)->getBundleOpInfoForOperand(OpIdx);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp225 CallInst::BundleOpInfo &BOI = Assume->getBundleOpInfoForOperand(OpNo); in dropDroppableUse()
H A DInstructions.cpp512 CallBase::BundleOpInfo &CallBase::getBundleOpInfoForOperand(unsigned OpIdx) { in getBundleOpInfoForOperand() function in CallBase