Home
last modified time | relevance | path

Searched defs:WorklistEntry (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp55 struct WorklistEntry { struct
56 enum EntryKind {
62 struct GVInitTy {
66 struct AppendingGVTy {
70 struct GlobalAliaseeTy {
75 unsigned Kind : 2;
76 unsigned MCID : 29;
77 unsigned AppendingGVIsOldCtorDtor : 1;
78 unsigned AppendingGVNumNewMembers;
79 union {
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp64 struct WorklistEntry { struct
65 enum EntryKind {
71 struct GVInitTy {
75 struct AppendingGVTy {
79 struct GlobalIndirectSymbolTy {
84 unsigned Kind : 2;
85 unsigned MCID : 29;
86 unsigned AppendingGVIsOldCtorDtor : 1;
87 unsigned AppendingGVNumNewMembers;
88 union {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp65 struct WorklistEntry { struct
66 enum EntryKind {
72 struct GVInitTy {
76 struct AppendingGVTy {
80 struct GlobalIndirectSymbolTy {
85 unsigned Kind : 2;
86 unsigned MCID : 29;
87 unsigned AppendingGVIsOldCtorDtor : 1;
88 unsigned AppendingGVNumNewMembers;
89 union {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp249 struct WorklistEntry { in computeAnonDeps() struct
250 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> SymAnonDeps) in computeAnonDeps() argument
253 Symbol *Sym = nullptr; in computeAnonDeps()
254 DenseSet<Symbol *> SymAnonDeps; in computeAnonDeps()
DCore.cpp1012 struct WorklistEntry { in resolve() struct
1013 SymbolTable::iterator SymI; in resolve()
1014 JITEvaluatedSymbol ResolvedSym; in resolve()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp343 struct WorklistEntry { in computeLocalDeps() struct
344 WorklistEntry(Symbol *Sym, DenseSet<Symbol *> LocalDeps) in computeLocalDeps() function
347 Symbol *Sym = nullptr; in computeLocalDeps()
348 DenseSet<Symbol *> LocalDeps; in computeLocalDeps()
DCore.cpp882 struct WorklistEntry { in resolve() struct
883 SymbolTable::iterator SymI; in resolve()
884 JITEvaluatedSymbol ResolvedSym; in resolve()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp945 FunctionLoweringInfo::SwiftErrorVRegs &WorklistEntry = in copySwiftErrorsToFinalVRegs() local