Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp121 CallBase::BundleOpInfo BOI = Assume.getBundleOpInfoForOperand(Idx); in getKnowledgeFromOperandInAssume()
137 return &Intr->getBundleOpInfoForOperand(U->getOperandNo()); in getBundleFromUse()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h2069 return operandBundleFromBundleOpInfo(getBundleOpInfoForOperand(OpIdx));
2083 auto &BOI = getBundleOpInfoForOperand(OpIdx);
2244 BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx);
2245 const BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx) const {
2246 return const_cast<CallBase *>(this)->getBundleOpInfoForOperand(OpIdx);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp224 CallInst::BundleOpInfo &BOI = Assume->getBundleOpInfoForOperand(OpNo); in dropDroppableUse()
H A DInstructions.cpp457 CallBase::BundleOpInfo &CallBase::getBundleOpInfoForOperand(unsigned OpIdx) { in getBundleOpInfoForOperand() function in CallBase