Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp529 if (DI.getNumVariableLocationOps() != 1u) in doesDebugValueDescribeX()
541 if (DI.getNumVariableLocationOps() != 1u) in doesDebugValueDescribeY()
781 EXPECT_EQ(ADbgVal->getNumVariableLocationOps(), 1u); in TEST()
788 EXPECT_EQ(FDbgVal->getNumVariableLocationOps(), 1u); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp135 assert(OpIdx < getNumVariableLocationOps() && "Invalid Operand Index"); in replaceVariableLocationOp()
145 for (unsigned Idx = 0; Idx < getNumVariableLocationOps(); ++Idx) in replaceVariableLocationOp()
154 assert(NewExpr->hasAllLocationOps(getNumVariableLocationOps() + in addVariableLocationOps()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h226 unsigned getNumVariableLocationOps() const { in getNumVariableLocationOps() function
253 return (getNumVariableLocationOps() == 0 && in isUndef()
316 assert(getNumVariableLocationOps() == 1 && in getAddress()
336 assert(getNumVariableLocationOps() == 1 && in getAddress()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp189 EXPECT_EQ(DVIs[0]->getNumVariableLocationOps(), 1u); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1425 assert(DII->getNumVariableLocationOps() == 1 && in valueCoversEntireFragment()
1793 DII->getNumVariableLocationOps() + AdditionalValues.size() <= in salvageDebugInfoForDbgValues()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1342 for (size_t LocNo = 0; LocNo < DDI->getNumVariableLocationOps(); ++LocNo) in instrumentStack()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6529 NewRec->RecoveryExprs.resize(DVI->getNumVariableLocationOps()); in DbgGatherSalvagableDVI()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1171 assert(DI->getNumVariableLocationOps() == 1 && in addDanglingDebugInfo()