Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h179 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
552 unsigned getBundleOperandsStartIndex() const { in getBundleOperandsStartIndex() function
553 CALLSITE_DELEGATE_GETTER(getBundleOperandsStartIndex()); in getBundleOperandsStartIndex()
DInstrTypes.h1533 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) &&
1772 unsigned getBundleOperandsStartIndex() const {
1785 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() &&
1805 unsigned Begin = getBundleOperandsStartIndex();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3044 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), in buildTree_rec()
3046 CI2->op_begin() + CI2->getBundleOperandsStartIndex())) { in buildTree_rec()