Home
last modified time | relevance | path

Searched refs:DebugValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp90 MachineInstr *DebugValue; in runOnMachineFunction() member
116 Elem.DebugValue = &MI; in runOnMachineFunction()
134 if (Prev.DebugValue && !MI.isTerminator()) { in runOnMachineFunction()
136 // Prev.DebugValue, so now that we're popping it we must insert in runOnMachineFunction()
139 BuildMI(*Prev.DebugValue->getParent(), std::next(MII), in runOnMachineFunction()
140 Prev.DebugValue->getDebugLoc(), in runOnMachineFunction()
142 Prev.DebugValue->getOperand(2).getMetadata(), in runOnMachineFunction()
143 Prev.DebugValue->getOperand(3).getMetadata()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1151 AssignmentMap DebugValue; member
1171 return DebugValue; in getAssignmentMap()
1227 mapsAreEqual(VariableIDsInBlock, DebugValue, Other.DebugValue); in operator ==()
1231 return LiveLoc.size() == DebugValue.size() && in isValid()
1238 DebugValue.clear(); in init()
1243 DebugValue.insert(DebugValue.begin(), NumVars, in init()
1282 joinElmt(VarID, Join.DebugValue, A.DebugValue, B.DebugValue, in join()
1709 LiveSet->DebugValue[static_cast<unsigned>(Var)].dump(dbgs()); in processTaggedInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h273 void resetDebugValue(size_t Idx, Metadata *DebugValue) { in resetDebugValue() argument
276 DebugValues[Idx] = DebugValue; in resetDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td485 defm : DemangledExtendedBuiltin<"DebugValue", NonSemantic_Shader_DebugInfo_100, 29>;