Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h361 bool hasOperandBundles() const { in hasOperandBundles() function
362 CALLSITE_DELEGATE_GETTER(hasOperandBundles()); in hasOperandBundles()
DInstrTypes.h1320 bool hasOperandBundles() const { return getNumOperandBundles() != 0; }
1324 assert(hasOperandBundles() && "Don't call otherwise!");
1330 assert(hasOperandBundles() && "Don't call otherwise!");
1337 if (!hasOperandBundles())
1433 return hasOperandBundles();
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp386 if (CS.hasOperandBundles()) in CloneBlock()
463 if (CS.hasOperandBundles()) in CloneBlock()
DInlineFunction.cpp1037 if (CS.hasOperandBundles()) { in InlineFunction()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h786 if (!CS.hasOperandBundles()) in getModRefBehavior()
/external/llvm/lib/IR/
DInstructions.cpp372 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
649 assert(hasOperandBundles() && i >= (getBundleOperandsStartIndex() + 1) && in dataOperandHasImpliedAttr()
3904 if (hasOperandBundles()) { in cloneImpl()
3952 if (hasOperandBundles()) { in cloneImpl()
DAsmWriter.cpp2166 if (!CS.hasOperandBundles()) in writeOperandBundles()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp351 assert(CS.hasOperandBundles() && "Must be!"); in captured()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1952 if (II->hasOperandBundles()) in WriteInstruction()
2145 if (CI.hasOperandBundles()) in WriteInstruction()