Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp104 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
114 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
123 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h221 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
248 return (getNumVariableLocationOps() == 0 && in isUndef()
311 assert(getNumVariableLocationOps() == 1 && in getAddress()
331 assert(getNumVariableLocationOps() == 1 && in getAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1411 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1772 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1264 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6126 if (CachedDVI.DVI->getNumVariableLocationOps() != 1) in RewriteDVIUsingIterCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1161 assert(DI->getNumVariableLocationOps() == 1 && in addDanglingDebugInfo()