Home
last modified time | relevance | path

Searched defs:VarLoc (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp297 struct VarLoc { struct in __anon93b62b020111::VarLocBasedLDV
300 struct SpillLoc {
312 struct WasmLoc {
327 const DebugVariable Var;
330 const DIExpression *Expr;
334 const MachineInstr &MI;
336 enum class MachineLocKind {
344 enum class EntryValueLocKind {
349 } EVKind = EntryValueLocKind::NonEntryValueKind;
353 union MachineLocValue {
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp148 struct VarLoc { struct in __anon96f11b950111::LiveDebugValues
151 struct SpillLoc {
160 const DebugVariable Var;
163 const DIExpression *Expr;
167 const MachineInstr &MI;
169 mutable UserValueScopes UVS;
170 enum VarLocKind {
178 } Kind = InvalidKind;
182 union {
189 } Loc;
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp83 struct VarLoc { struct in __anon1bd8ab330111::LiveDebugValues
84 const DebugVariable Var;
85 const MachineInstr &MI; ///< Only used for cloning a new DBG_VALUE.
87 enum { InvalidKind = 0, RegisterKind } Kind;
91 union {
97 } Loc;
99 VarLoc(const MachineInstr &MI) in VarLoc() argument
122 unsigned isDescribedByReg() const { in isDescribedByReg()
128 void dump() const { MI.dump(); } in dump()
130 bool operator==(const VarLoc &Other) const { in operator ==()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lld/Common/
DDWARF.h39 struct VarLoc { struct
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lld/Common/
DDWARF.h39 struct VarLoc { struct
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lld/Common/
DDWARF.h39 struct VarLoc { struct
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lld/Common/
DDWARF.h39 struct VarLoc { struct
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go69 VarLoc anonMember
132 func (s *debugState) LocString(loc VarLoc) string {
156 type VarLoc struct { struct
159 Registers RegisterSet
161 StackOffset
164 func (loc VarLoc) absent() bool {
168 func (loc VarLoc) intersect(other VarLoc) VarLoc {
1217 func canMerge(pending, new VarLoc) bool {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp109 VarLocInfo VarLoc; in addSingleLocVar() local
120 VarLocInfo VarLoc; in addVarLoc() local
176 for (const auto &VarLoc : Builder.SingleLocVars) in init() local
185 for (const VarLocInfo &VarLoc : P.second) in init() local
568 void addDef(const VarLocInfo &VarLoc, Instruction &Before, BasicBlock &BB, in addDef()
1255 VarLocInfo VarLoc; in emitDbgValue() local
1371 VarLocInfo VarLoc; in processUntaggedInstruction() local
2037 for (VarLocInfo VarLoc : Vec) { in run() local
2078 for (const VarLocInfo &VarLoc : Vec) { in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h118 DanglingDebugInfo(const VarLocInfo *VarLoc, unsigned SDNO) in DanglingDebugInfo()
H A DSelectionDAGBuilder.cpp1208 void SelectionDAGBuilder::addDanglingDebugInfo(const VarLocInfo *VarLoc, in addDanglingDebugInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOpenMPClause.h7963 SourceLocation VarLoc; variable
7987 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPInitClause()
8083 SourceLocation VarLoc; variable
8106 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPUseClause()
8158 SourceLocation VarLoc; variable
8181 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPDestroyClause()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOpenMPClause.h7923 SourceLocation VarLoc; variable
7947 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPInitClause()
8043 SourceLocation VarLoc; variable
8066 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPUseClause()
8118 SourceLocation VarLoc; variable
8141 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPDestroyClause()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenMPClause.h7963 SourceLocation VarLoc; variable
7987 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPInitClause()
8083 SourceLocation VarLoc; variable
8106 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPUseClause()
8158 SourceLocation VarLoc; variable
8181 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPDestroyClause()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOpenMPClause.h7963 SourceLocation VarLoc; variable
7987 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPInitClause()
8083 SourceLocation VarLoc; variable
8106 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPUseClause()
8158 SourceLocation VarLoc; variable
8181 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPDestroyClause()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2099 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local