Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h144 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
484 unsigned getBundleOperandsStartIndex() const { in getBundleOperandsStartIndex() function
485 CALLSITE_DELEGATE_GETTER(getBundleOperandsStartIndex()); in getBundleOperandsStartIndex()
DInstrTypes.h1327 unsigned getBundleOperandsStartIndex() const {
1344 unsigned Begin = getBundleOperandsStartIndex();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h172 return getBundleOperandsStartIndex() <= OperandNo && in isBundleOperand()
539 unsigned getBundleOperandsStartIndex() const { in getBundleOperandsStartIndex() function
540 CALLSITE_DELEGATE_GETTER(getBundleOperandsStartIndex()); in getBundleOperandsStartIndex()
DInstrTypes.h1361 unsigned getBundleOperandsStartIndex() const {
1374 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() &&
1384 unsigned Begin = getBundleOperandsStartIndex();
DInstructions.h1391 User::op_iterator>::getBundleOperandsStartIndex;
1701 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) &&
/external/llvm/lib/IR/
DInstructions.cpp429 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
740 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1398 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), in buildTree_rec()
1400 CI2->op_begin() + CI2->getBundleOperandsStartIndex())) { in buildTree_rec()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1891 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), in buildTree_rec()
1893 CI2->op_begin() + CI2->getBundleOperandsStartIndex())) { in buildTree_rec()