Home
last modified time | relevance | path

Searched refs:isBundleOperand (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h169 bool isBundleOperand(Value::const_user_iterator UI) const { in isBundleOperand() function
170 return isBundleOperand(&UI.getUse()); in isBundleOperand()
174 bool isBundleOperand(const Use *U) const { in isBundleOperand() function
580 bool isBundleOperand(unsigned Idx) const { in isBundleOperand() function
581 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx)); in isBundleOperand()
DInstrTypes.h1784 bool isBundleOperand(unsigned Idx) const {
1790 bool isBundleOperand(const Use *U) const {
1793 return hasOperandBundles() && isBundleOperand(U - op_begin());
1795 bool isBundleOperand(Value::const_user_iterator UI) const {
1796 return isBundleOperand(&UI.getUse());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp433 if (CS.isBundleOperand(U)) in SurveyUse()
DAttributor.cpp1640 if (CB->isBundleOperand(&U)) in updateImpl()
1745 if (ICS.isBundleOperand(U)) in getKnownNonNullAndDerefBytesForUse()
3410 if (ICS.isBundleOperand(U) || ICS.isCallee(U)) in getKnownAlignForUse()
5085 if (ICS.isBundleOperand(U)) { in analyzeUseIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2943 if (ImmutableCallSite(I).isBundleOperand(OpIdx)) in canReplaceOperandWithVariable()