Home
last modified time | relevance | path

Searched refs:getBundleOperandsStartIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h172 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
539 unsigned getBundleOperandsStartIndex() const { in getBundleOperandsStartIndex() function
540 CALLSITE_DELEGATE_GETTER(getBundleOperandsStartIndex()); in getBundleOperandsStartIndex()
H A DInstrTypes.h1393 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) &&
1608 unsigned getBundleOperandsStartIndex() const {
1621 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() &&
1641 unsigned Begin = getBundleOperandsStartIndex();
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1892 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), in buildTree_rec()
1894 CI2->op_begin() + CI2->getBundleOperandsStartIndex())) { in buildTree_rec()