OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbgValue
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp
799
class
DbgValue
{
806
/// For a NoVal
DbgValue
, which block it was generated in.
818
NoVal // Empty
DbgValue
, generated during dataflow. BlockNo stores
824
DbgValue
(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind)
829
DbgValue
(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind)
834
DbgValue
(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind)
839
DbgValue
(const DbgValueProperties &Prop, KindT Kind)
842
"Empty
DbgValue
constructor must pass in Undef kind");
862
bool operator==(const
DbgValue
&Other) const {
877
bool operator!=(const
DbgValue
&Other) const { return !(*this == Other);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp
306
/// Insert a DBG_VALUE into MBB at Idx for
DbgValue
.
308
SlotIndex StopIdx, DbgVariableValue
DbgValue
,
396
const DbgVariableValue &
DbgValue
= I.value();
397
if (
DbgValue
.containsLocNo(LocNo))
404
const DbgVariableValue &
DbgValue
= I.value();
405
if (
DbgValue
.hasLocNoGreaterThan(LocNo))
406
I.setValueUnchecked(
DbgValue
.decrementLocNosAfterPivot(LocNo));
419
DbgVariableValue
DbgValue
(Locs, IsIndirect, IsList, Expr);
423
I.insert(Idx, Idx.getNextSlot(), std::move(
DbgValue
));
426
I.setValue(std::move(
DbgValue
));
[
all
...]
RegAllocFast.cpp
646
for (MachineInstr *
DbgValue
: Dangling) {
647
assert(
DbgValue
->isDebugValue());
648
if (!
DbgValue
->hasDebugOperandForReg(VirtReg))
655
E =
DbgValue
->getIterator(); I != E; ++I) {
657
LLVM_DEBUG(dbgs() << "Register did not survive for " << *
DbgValue
663
for (MachineOperand &MO :
DbgValue
->getDebugOperandsForReg(VirtReg)) {
1499
for (MachineInstr *
DbgValue
: UDBGPair.second) {
1500
assert(
DbgValue
->isDebugValue() && "expected DBG_VALUE");
1502
if (!
DbgValue
->hasDebugOperandForReg(UDBGPair.first))
1504
LLVM_DEBUG(dbgs() << "Register did not survive for " << *
DbgValue
[
all
...]
PostRASchedulerList.cpp
695
MachineInstr *
DbgValue
= P.first;
697
BB->splice(++OrigPrivMI, BB,
DbgValue
);
MachineScheduler.cpp
916
MachineInstr *
DbgValue
= P.first;
918
if (&*RegionBegin ==
DbgValue
)
920
BB->splice(++OrigPrevMI, BB,
DbgValue
);
922
RegionEnd =
DbgValue
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DbgEntityHistoryCalculator.h
77
enum EntryKind {
DbgValue
, Clobber };
87
bool isDbgValue() const { return getEntryKind() ==
DbgValue
; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp
168
for (auto &
DbgValue
: DbgValues) {
171
BasicBlock *UserBB =
DbgValue
->getParent();
186
DbgValue
->replaceVariableLocationOp(OrigHeaderVal, NewVal);
Local.cpp
1481
Instruction *
DbgValue
= Builder.insertDbgValueIntrinsic(
1483
DbgValue
->insertAfter(LI);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
261
void DbgVariable::initializeDbgValue(const MachineInstr *
DbgValue
) {
265
assert(getVariable() ==
DbgValue
->getDebugVariable() && "Wrong variable");
266
assert(getInlinedAt() ==
DbgValue
->getDebugLoc()->getInlinedAt() &&
269
ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(
DbgValue
));
270
if (auto *E =
DbgValue
->getDebugExpression())
1568
const MachineInstr *
DbgValue
,
1571
assert(
DbgValue
->getDebugLoc() && "DBG_VALUE without a debug location");
1572
auto MBB =
DbgValue
->getParent();
1573
auto DL =
DbgValue
->getDebugLoc();
1586
if (!Ordering.isBefore(
DbgValue
, LScopeBegin))
[
all
...]
DbgEntityHistoryCalculator.cpp
86
Entries.emplace_back(&MI, Entry::
DbgValue
);
DwarfDebug.h
164
void initializeDbgValue(const MachineInstr *
DbgValue
);
Completed in 50 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026