Home
last modified time | relevance | path

Searched refs:getNumVariableLocationOps (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp257 unsigned DbgVariableRecord::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DbgVariableRecord
322 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
333 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
342 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
370 (getNumVariableLocationOps() == 0 && !getExpression()->isComplex()) || in isKillLocation()
H A DIntrinsicInst.cpp164 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
174 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
183 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h260 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
272 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
332 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
333 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()
441 assert(getNumVariableLocationOps() == 1 && in getAddress()
H A DDebugProgramInstruction.h420 unsigned getNumVariableLocationOps() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp306 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()
H A DLocal.cpp1619 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1646 assert(DVR->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
2307 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
2371 DVR->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp7008 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()