Home
last modified time | relevance | path

Searched refs:LocationType (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h104 enum class LocationType { enum
115 LocationType Type;
127 const DILocation *DI, LocationType Type = LocationType::Value);
203 bool isDbgDeclare() { return Type == LocationType::Declare; } in isDbgDeclare()
204 bool isDbgValue() { return Type == LocationType::Value; } in isDbgValue()
234 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable()
235 LocationType getType() const { return Type; } in getType()
287 bool isDbgAssign() const { return getType() == LocationType::Assign; } in isDbgAssign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp22 Type = LocationType::Value;
25 Type = LocationType::Declare;
28 Type = LocationType::Assign;
58 Type(LocationType::Assign) {}
65 LocationType::Value); in createDPValue()
79 LocationType::Declare); in createDPVDeclare()
272 case DPValue::LocationType::Declare: in createDebugIntrinsic()
275 case DPValue::LocationType::Value: in createDebugIntrinsic()
278 case DPValue::LocationType::Assign: in createDebugIntrinsic()
281 case DPValue::LocationType::End: in createDebugIntrinsic()
[all …]
H A DDebugInfo.cpp77 if (DPV->getType() == DPValue::LocationType::Declare) in findDPVDeclares()
84 DPValue::LocationType Type = DPValue::LocationType::Any>
115 if (Type == DPValue::LocationType::Any || DPV->getType() == Type) in findDbgIntrinsics()
129 if (Type == DPValue::LocationType::Any || DPV->getType() == Type) in findDbgIntrinsics()
138 findDbgIntrinsics<DbgValueInst, DPValue::LocationType::Value>(DbgValues, V, in findDbgValues()
144 findDbgIntrinsics<DbgVariableIntrinsic, DPValue::LocationType::Any>( in findDbgUsers()
H A DAsmWriter.cpp4580 case DPValue::LocationType::Value: in printDPValue()
4583 case DPValue::LocationType::Declare: in printDPValue()
4586 case DPValue::LocationType::Assign: in printDPValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h262 enum LocationType : uint16_t { enum
270 LocationType Type = Unprocessed;
276 Location(LocationType Type, uint16_t Size, uint16_t Reg, int32_t Offset) in Location()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1278 DILoc, DPValue::LocationType::Declare); in buildFrameDebugInfo()
1893 DDI->getDebugLoc(), DPValue::LocationType::Declare); in insertSpills()
2986 if (DPV.getType() == DPValue::LocationType::Declare) { in salvageDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp392 if (DPV.getType() == DPValue::LocationType::Declare) { in DPValuesRemoveRedundantDbgInstrsUsingBackwardScan()
500 if (DPV.getType() == DPValue::LocationType::Declare) in DPValuesRemoveRedundantDbgInstrsUsingForwardScan()
H A DLocal.cpp1915 if (DPV.getType() == DPValue::LocationType::Declare) in LowerDbgDeclare()
2307 bool StackValue = DPV->getType() != DPValue::LocationType::Declare; in salvageDebugInfoForDbgValues()
2341 } else if (DPV->getType() != DPValue::LocationType::Declare && in salvageDebugInfoForDbgValues()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1200 if (DPV.getType() == DPValue::LocationType::Value) { in handleDbgInfo()
1204 assert(DPV.getType() == DPValue::LocationType::Declare); in handleDbgInfo()
H A DSelectionDAGISel.cpp1466 if (DPV.getType() == DPValue::LocationType::Declare && in processDbgDeclares()
H A DSelectionDAGBuilder.cpp1258 if (DPV.getType() == DPValue::LocationType::Declare) { in visitDbgInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8461 if (DPV.Type != DPValue::LocationType::Value) in fixupDPValue()
8566 if (DPV.Type != DPValue::LocationType::Value) in placeDbgValues()