Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h141 if (!hasOperandBundles()) in isBundleOperand()
480 bool hasOperandBundles() const { in hasOperandBundles() function
481 CALLSITE_DELEGATE_GETTER(hasOperandBundles()); in hasOperandBundles()
DInstrTypes.h1324 bool hasOperandBundles() const { return getNumOperandBundles() != 0; }
1328 assert(hasOperandBundles() && "Don't call otherwise!");
1334 assert(hasOperandBundles() && "Don't call otherwise!");
1341 if (!hasOperandBundles())
1437 return hasOperandBundles();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h169 if (!hasOperandBundles()) in isBundleOperand()
535 bool hasOperandBundles() const { in hasOperandBundles() function
536 CALLSITE_DELEGATE_GETTER(hasOperandBundles()); in hasOperandBundles()
DInstrTypes.h1358 bool hasOperandBundles() const { return getNumOperandBundles() != 0; }
1362 assert(hasOperandBundles() && "Don't call otherwise!");
1368 assert(hasOperandBundles() && "Don't call otherwise!");
1374 return hasOperandBundles() && Idx >= getBundleOperandsStartIndex() &&
1381 if (!hasOperandBundles())
1477 return hasOperandBundles();
DInstructions.h1389 using OperandBundleUser<InstTy, User::op_iterator>::hasOperandBundles;
1701 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) &&
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp315 if (CS.hasOperandBundles()) in CloneBlock()
372 if (CS.hasOperandBundles()) in CloneBlock()
DInlineFunction.cpp1366 if (CS.hasOperandBundles()) { in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp356 if (CS.hasOperandBundles()) in CloneBlock()
413 if (CS.hasOperandBundles()) in CloneBlock()
DInlineFunction.cpp1511 if (CS.hasOperandBundles()) { in InlineFunction()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp96 if (!CS.hasOperandBundles() && CS.getCalledFunction() && in checkFunctionMemoryAccess()
305 assert(CS.hasOperandBundles() && "Must be!"); in captured()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp133 if (!CS.hasOperandBundles() && CS.getCalledFunction() && in checkFunctionMemoryAccess()
348 assert(CS.hasOperandBundles() && "Must be!"); in captured()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp235 bool IsNoTail = CI->isNoTailCall() || CI->hasOperandBundles(); in markTails()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp246 if (!CS.hasOperandBundles()) in getModRefBehavior()
DBasicAliasAnalysis.cpp581 if (!CS.hasOperandBundles()) in getModRefBehavior()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DGlobalsModRef.cpp261 if (!CS.hasOperandBundles()) in getModRefBehavior()
DBasicAliasAnalysis.cpp667 if (!CS.hasOperandBundles()) in getModRefBehavior()
/external/llvm/lib/IR/
DInstructions.cpp429 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
740 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
4008 if (hasOperandBundles()) { in cloneImpl()
4056 if (hasOperandBundles()) { in cloneImpl()
DAsmWriter.cpp2193 if (!CS.hasOperandBundles()) in writeOperandBundles()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3806 if (hasOperandBundles()) { in cloneImpl()
3854 if (hasOperandBundles()) { in cloneImpl()
DAsmWriter.cpp2468 if (!CS.hasOperandBundles()) in writeOperandBundles()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2437 if (II->hasOperandBundles()) in writeInstruction()
2629 if (CI.hasOperandBundles()) in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2666 if (II->hasOperandBundles()) in writeInstruction()
2859 if (CI.hasOperandBundles()) in writeInstruction()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1397 if (CI->hasOperandBundles() && in buildTree_rec()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1890 if (CI->hasOperandBundles() && in buildTree_rec()