Searched refs:DebugValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyDebugFixup.cpp | 87 MachineInstr *DebugValue; in runOnMachineFunction() member 113 Elem.DebugValue = &MI; in runOnMachineFunction() 131 if (Prev.DebugValue && !MI.isTerminator()) { in runOnMachineFunction() 136 BuildMI(*Prev.DebugValue->getParent(), std::next(MII), in runOnMachineFunction() 137 Prev.DebugValue->getDebugLoc(), in runOnMachineFunction() 139 Prev.DebugValue->getOperand(2).getMetadata(), in runOnMachineFunction() 140 Prev.DebugValue->getOperand(3).getMetadata()); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 1127 AssignmentMap DebugValue; member 1147 return DebugValue; in getAssignmentMap() 1203 mapsAreEqual(VariableIDsInBlock, DebugValue, Other.DebugValue); in operator ==() 1207 return LiveLoc.size() == DebugValue.size() && in isValid() 1214 DebugValue.clear(); in init() 1219 DebugValue.insert(DebugValue.begin(), NumVars, in init() 1258 joinElmt(VarID, Join.DebugValue, A.DebugValue, B.DebugValue, in join() 1713 LiveSet->DebugValue[static_cast<unsigned>(Var)].dump(dbgs()); in processTaggedInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 280 void resetDebugValue(size_t Idx, Metadata *DebugValue) { in resetDebugValue() argument 283 DebugValues[Idx] = DebugValue; in resetDebugValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 495 defm : DemangledExtendedBuiltin<"DebugValue", NonSemantic_Shader_DebugInfo_100, 29>;
|