/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 267 DbgVariableValue DbgValue = I.value(); in removeLocationIfUnused() local 275 DbgVariableValue DbgValue = I.value(); in removeLocationIfUnused() local 287 DbgVariableValue DbgValue(getLocationNo(LocMO), IsIndirect, Expr); in addDef() local 757 void UserValue::extendDef(SlotIndex Idx, DbgVariableValue DbgValue, LiveRange *LR, in extendDef() 802 LiveInterval *LI, DbgVariableValue DbgValue, in addDefsFromCopies() 887 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals() local 956 DbgVariableValue DbgValue = I.value(); in computeIntervals() local 1272 DbgVariableValue DbgValue = I.value(); in rewriteLocations() local 1332 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue() 1402 DbgVariableValue DbgValue = I.value(); in emitDebugValues() local
|
D | PostRASchedulerList.cpp | 695 MachineInstr *DbgValue = P.first; in EmitSchedule() local
|
D | MachineScheduler.cpp | 916 MachineInstr *DbgValue = P.first; in placeDebugValues() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 55 enum EntryKind { DbgValue, Clobber }; enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 77 enum EntryKind { DbgValue, Clobber }; enumerator
|
/external/llvm-project/llvm/unittests/IR/ |
D | BasicBlockTest.cpp | 109 Function *DbgValue = Intrinsic::getDeclaration(M, Intrinsic::dbg_value); in TEST() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 94 void initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 697 MachineInstr *DbgValue = P.first; in EmitSchedule() local
|
D | MachineScheduler.cpp | 899 MachineInstr *DbgValue = P.first; in placeDebugValues() local
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 699 MachineInstr *DbgValue = P.first; in EmitSchedule() local
|
D | MachineScheduler.cpp | 833 MachineInstr *DbgValue = P.first; in placeDebugValues() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 155 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
|
D | Local.cpp | 1341 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 162 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
|
D | Local.cpp | 1449 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 796 class DbgValue { class 821 DbgValue(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon84c0493f0211::DbgValue 826 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon84c0493f0211::DbgValue 831 DbgValue(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon84c0493f0211::DbgValue 836 DbgValue(const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon84c0493f0211::DbgValue
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 259 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() 1343 const MachineInstr *DbgValue, in validThroughout()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 243 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() 1531 const MachineInstr *DbgValue, in validThroughout()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1121 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
|