Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp137 unsigned DPValue::getNumVariableLocationOps() const { in getNumVariableLocationOps() function in llvm::DPValue
200 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
211 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
220 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
247 return (getNumVariableLocationOps() == 0 && in isKillLocation()
H A DIntrinsicInst.cpp161 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
171 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
180 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h259 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
271 if (getNumVariableLocationOps() == 0 && !Expression->isComplex()) in isKillLocation()
330 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
331 return getWrappedLocation().getNumVariableLocationOps(); in getNumVariableLocationOps()
439 assert(getNumVariableLocationOps() == 1 && in getAddress()
H A DDebugProgramInstruction.h226 unsigned getNumVariableLocationOps() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1607 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1633 assert(DPV->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
2281 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
2343 DPV->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1434 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6706 NewRec->RecoveryExprs.resize(DbgVal->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()