Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h266 enum class LocationType : uint8_t { enum
278 LocationType Type;
297 LocationType Type = LocationType::Value);
308 DbgVariableRecord(LocationType Type, Metadata *Val, MDNode *Variable,
321 createUnresolvedDbgVariableRecord(LocationType Type, Metadata *Val,
401 bool isDbgDeclare() { return Type == LocationType::Declare; } in isDbgDeclare()
402 bool isDbgValue() { return Type == LocationType::Value; } in isDbgValue()
429 bool isAddressOfVariable() const { return Type == LocationType::Declare; } in isAddressOfVariable()
430 LocationType getType() const { return Type; } in getType()
493 bool isDbgAssign() const { return getType() == LocationType::Assign; } in isDbgAssign()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp38 Type = LocationType::Value;
41 Type = LocationType::Declare;
44 Type = LocationType::Assign;
66 LocationType Type) in DbgVariableRecord()
76 Type(LocationType::Assign), Variable(Variable), Expression(Expression),
161 DbgVariableRecord::DbgVariableRecord(DbgVariableRecord::LocationType Type, in DbgVariableRecord()
171 DbgVariableRecord::LocationType Type, Metadata *Val, MDNode *Variable, in createUnresolvedDbgVariableRecord()
183 LocationType::Value); in createDbgVariableRecord()
199 LocationType::Declare); in createDVRDeclare()
415 case DbgVariableRecord::LocationType::Declare: in createDebugIntrinsic()
[all …]
H A DVerifier.cpp187 void Write(DbgVariableRecord::LocationType Type) { in Write()
189 case DbgVariableRecord::LocationType::Value: in Write()
192 case DbgVariableRecord::LocationType::Declare: in Write()
195 case DbgVariableRecord::LocationType::Assign: in Write()
198 case DbgVariableRecord::LocationType::End: in Write()
201 case DbgVariableRecord::LocationType::Any: in Write()
6420 CheckDI(DVR.getType() == DbgVariableRecord::LocationType::Value || in visit()
6421 DVR.getType() == DbgVariableRecord::LocationType::Declare || in visit()
6422 DVR.getType() == DbgVariableRecord::LocationType::Assign, in visit()
H A DAsmWriter.cpp4680 case DbgVariableRecord::LocationType::Value: in printDbgVariableRecord()
4683 case DbgVariableRecord::LocationType::Declare: in printDbgVariableRecord()
4686 case DbgVariableRecord::LocationType::Assign: in printDbgVariableRecord()
H A DDebugInfo.cpp77 if (DVR->getType() == DbgVariableRecord::LocationType::Declare) in findDVRDeclares()
H A DAutoUpgrade.cpp4135 DbgVariableRecord::LocationType::Declare); in upgradeDbgIntrinsicToDbgRecord()
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4980 assert(DVR->getType() == DbgVariableRecord::LocationType::Declare || in getAddress()
4981 DVR->getType() == DbgVariableRecord::LocationType::Assign); in getAddress()
4992 assert(DVR->getType() == DbgVariableRecord::LocationType::Declare || in isKillAddress()
4993 DVR->getType() == DbgVariableRecord::LocationType::Assign); in isKillAddress()
4994 if (DVR->getType() == DbgVariableRecord::LocationType::Assign) in isKillAddress()
5006 assert(DVR->getType() == DbgVariableRecord::LocationType::Declare || in getAddressExpression()
5007 DVR->getType() == DbgVariableRecord::LocationType::Assign); in getAddressExpression()
5008 if (DVR->getType() == DbgVariableRecord::LocationType::Assign) in getAddressExpression()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1228 if (DVR.getType() == DbgVariableRecord::LocationType::Value || in handleDbgInfo()
1229 DVR.getType() == DbgVariableRecord::LocationType::Assign) { in handleDbgInfo()
1233 assert(DVR.getType() == DbgVariableRecord::LocationType::Declare); in handleDbgInfo()
H A DSelectionDAGISel.cpp1579 if (DVR.Type == DbgVariableRecord::LocationType::Declare && in processDbgDeclares()
H A DSelectionDAGBuilder.cpp1286 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) { in visitDbgInfo()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1282 DbgVariableRecord::LocationType::Declare); in buildFrameDebugInfo()
1923 DbgVariableRecord::LocationType::Declare); in insertSpills()
3016 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) { in salvageDebugInfo()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp401 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) { in DbgVariableRecordsRemoveRedundantDbgInstrsUsingBackwardScan()
510 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) in DbgVariableRecordsRemoveRedundantDbgInstrsUsingForwardScan()
H A DLocal.cpp1932 if (DVR.getType() == DbgVariableRecord::LocationType::Declare) in LowerDbgDeclare()
2334 DVR->getType() != DbgVariableRecord::LocationType::Declare; in salvageDebugInfoForDbgValues()
2369 } else if (DVR->getType() != DbgVariableRecord::LocationType::Declare && in salvageDebugInfoForDbgValues()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8576 if (DVR.Type != DbgVariableRecord::LocationType::Value && in fixupDbgVariableRecord()
8577 DVR.Type != DbgVariableRecord::LocationType::Assign) in fixupDbgVariableRecord()
8683 if (DVR.Type != DbgVariableRecord::LocationType::Value) in placeDbgValues()
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6600 DbgVariableRecord::LocationType::Value); in parseFunctionBody()
6604 DbgVariableRecord::LocationType::Declare); in parseFunctionBody()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4953 if (DVR->Type == DbgVariableRecord::LocationType::Declare) in tryToSinkInstructionDbgVariableRecords()
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6741 using LocType = DbgVariableRecord::LocationType; in parseDebugRecord()