Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp121 CallBase::BundleOpInfo BOI = Assume.getBundleOpInfoForOperand(Idx); in getKnowledgeFromOperandInAssume()
137 return &Intr->getBundleOpInfoForOperand(U->getOperandNo()); in getBundleFromUse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h2019 return operandBundleFromBundleOpInfo(getBundleOpInfoForOperand(OpIdx));
2045 auto &BOI = getBundleOpInfoForOperand(OpIdx);
2240 BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx);
2241 const BundleOpInfo &getBundleOpInfoForOperand(unsigned OpIdx) const {
2242 return const_cast<CallBase *>(this)->getBundleOpInfoForOperand(OpIdx);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp215 CallInst::BundleOpInfo &BOI = Assume->getBundleOpInfoForOperand(OpNo); in dropDroppableUse()
H A DInstructions.cpp393 CallBase::BundleOpInfo &CallBase::getBundleOpInfoForOperand(unsigned OpIdx) { in getBundleOpInfoForOperand() function in CallBase