Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp258 unsigned DbgVariableRecord::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DbgVariableRecord
323 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
334 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
343 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
371 (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.h262 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
274 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
334 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
335 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()
451 assert(getNumVariableLocationOps() == 1 && in getAddress()
H A DDebugProgramInstruction.h434 LLVM_ABI unsigned getNumVariableLocationOps() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp317 for (size_t LocNo = 0; LocNo < DPtr->getNumVariableLocationOps(); ++LocNo) in annotateDebugRecords()
H A DLocal.cpp1647 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1674 assert(DVR->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
2348 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
2412 DVR->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1426 for (unsigned Idx = 0, End = DbgVal->getNumVariableLocationOps(); in freelyInvertAllUsersOf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6973 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()