Home
last modified time | relevance | path

Searched refs:hasOperandBundles (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h1533 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) &&
1769 bool hasOperandBundles() const { return getNumOperandBundles() != 0; }
1773 assert(hasOperandBundles() && "Don't call otherwise!");
1779 assert(hasOperandBundles() && "Don't call otherwise!");
1785 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() &&
1793 return hasOperandBundles() && isBundleOperand(U - op_begin());
1802 if (!hasOperandBundles())
1898 return hasOperandBundles();
DCallSite.h176 if (!hasOperandBundles()) in isBundleOperand()
548 bool hasOperandBundles() const { in hasOperandBundles() function
549 CALLSITE_DELEGATE_GETTER(hasOperandBundles()); in hasOperandBundles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp371 if (CS.hasOperandBundles()) in CloneBlock()
428 if (CS.hasOperandBundles()) in CloneBlock()
DInlineFunction.cpp1582 if (CS.hasOperandBundles()) { in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp141 if (!Call->hasOperandBundles() && Call->getCalledFunction() && in checkFunctionMemoryAccess()
389 assert(CS.hasOperandBundles() && "Must be!"); in captured()
DAttributor.cpp501 if (!ICS.hasOperandBundles()) in SubsumingPositionIterator()
509 if (!ICS.hasOperandBundles()) { in SubsumingPositionIterator()
523 if (!ICS.hasOperandBundles()) { in SubsumingPositionIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp244 bool IsNoTail = CI->isNoTailCall() || CI->hasOperandBundles(); in markTails()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGlobalsModRef.cpp261 if (!Call->hasOperandBundles()) in getModRefBehavior()
DBasicAliasAnalysis.cpp738 if (!Call->hasOperandBundles()) in getModRefBehavior()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp4233 if (hasOperandBundles()) { in cloneImpl()
4281 if (hasOperandBundles()) { in cloneImpl()
4289 if (hasOperandBundles()) { in cloneImpl()
DAsmWriter.cpp2546 if (!Call->hasOperandBundles()) in writeOperandBundles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2762 if (II->hasOperandBundles()) in writeInstruction()
2838 if (CBI->hasOperandBundles()) in writeInstruction()
2995 if (CI.hasOperandBundles()) in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3043 if (CI->hasOperandBundles() && in buildTree_rec()