Home
last modified time | relevance | path

Searched refs:getNumTotalBundleOperands (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h492 unsigned getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function
493 CALLSITE_DELEGATE_GETTER(getNumTotalBundleOperands()); in getNumTotalBundleOperands()
DInstructions.h1548 return getNumOperands() - getNumTotalBundleOperands() - 1;
1568 return op_end() - getNumTotalBundleOperands() - 1;
1582 return op_end() - getNumTotalBundleOperands() - 1;
3521 return getNumOperands() - getNumTotalBundleOperands() - 3;
3541 return op_end() - getNumTotalBundleOperands() - 3;
3555 return op_end() - getNumTotalBundleOperands() - 3;
DInstrTypes.h1340 unsigned getNumTotalBundleOperands() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h547 unsigned getNumTotalBundleOperands() const { in getNumTotalBundleOperands() function
548 CALLSITE_DELEGATE_GETTER(getNumTotalBundleOperands()); in getNumTotalBundleOperands()
DInstructions.h1382 using OperandBundleUser<InstTy, User::op_iterator>::getNumTotalBundleOperands;
1417 return getNumOperands() - getNumTotalBundleOperands() - InstTy::ArgOffset;
1437 return op_end() - getNumTotalBundleOperands() - InstTy::ArgOffset;
1451 return op_end() - getNumTotalBundleOperands() - InstTy::ArgOffset;
DInstrTypes.h1380 unsigned getNumTotalBundleOperands() const {