Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp154 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
164 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
173 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h254 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
283 return (getNumVariableLocationOps() == 0 && in isKillLocation()
352 assert(getNumVariableLocationOps() == 1 && in getAddress()
372 assert(getNumVariableLocationOps() == 1 && in getAddress()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1501 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1901 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1354 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6563 NewRec->RecoveryExprs.resize(DVI->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1233 assert(DI->getNumVariableLocationOps() == 1 && in addDanglingDebugInfo()