/external/llvm-project/lld/COFF/ |
D | Symbols.h | 164 Chunk *getChunk(); 209 SectionChunk *getChunk() const { return *data; } in getChunk() function 229 CommonChunk *getChunk() { return data; } in getChunk() function 280 Chunk *getChunk() { return c; } in getChunk() function 348 Chunk *getChunk() { return file->location; } in getChunk() function 379 Chunk *getChunk() { return data; } in getChunk() function 402 Chunk *getChunk() { return data; } in getChunk() function 432 inline Chunk *Defined::getChunk() { in getChunk() function 435 return cast<DefinedRegular>(this)->getChunk(); in getChunk() 439 return cast<DefinedSynthetic>(this)->getChunk(); in getChunk() [all …]
|
D | MinGW.cpp | 126 if (!sym || !sym->isLive() || !sym->getChunk()) in shouldExport() 174 if (def && def->getChunk() && in writeDefFile() 175 !(def->getChunk()->getOutputCharacteristics() & IMAGE_SCN_MEM_EXECUTE)) in writeDefFile() 250 symtab->localImportChunks.push_back(wrapimp->getChunk()); in wrapSymbols()
|
D | ICF.cpp | 163 d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsConstant() 188 return d1->getChunk()->eqClass[cnt % 2] == d2->getChunk()->eqClass[cnt % 2]; in equalsVariable() 279 hash += sym->getChunk()->eqClass[cnt % 2]; in run()
|
D | SymbolTable.cpp | 92 if (!d || !d->data || d->file != sc->file || d->getChunk() != sc || in getSymbol() 314 if (refptr && refptr->getChunk()->getSize() == config->wordsize) { in handleMinGWAutomaticImport() 315 SectionChunk *sc = dyn_cast_or_null<SectionChunk>(refptr->getChunk()); in handleMinGWAutomaticImport() 318 refptr->getChunk()->live = false; in handleMinGWAutomaticImport() 452 localImportChunks.push_back(cast<DefinedLocalImport>(sym)->getChunk()); in resolveRemainingUndefines() 596 os << getSourceLocation(d->getFile(), d->getChunk(), d->getValue(), in reportDuplicate()
|
D | MarkLive.cpp | 48 enqueue(sym->getChunk()); in markLive()
|
D | MapFile.cpp | 162 } else if (Chunk *chunk = sym->getChunk()) { in getSymbolStrings() 303 Chunk *chunk = entry->getChunk(); in writeMapFile()
|
D | LLDMapFile.cpp | 61 ret[s->getChunk()].push_back(s); in getSectionSyms()
|
D | Symbols.cpp | 78 return r->getChunk()->live; in isLive()
|
D | Writer.cpp | 467 Chunk *thunkChunk = thunk->getChunk(); in createThunks() 1052 textSec->addChunk(thunk->getChunk()); in appendImportThunks() 1148 Chunk *c = def->getChunk(); in createSymbol() 1478 SectionChunk *sc = b->getChunk(); in writeHeader() 1552 Chunk *c = s->getChunk(); in addSymbolToRVASet() 1597 SectionChunk *sc = dyn_cast<SectionChunk>(d->getChunk()); in maybeAddAddressTakenFunction() 2058 OutputSection *sec = tlsSym->getChunk()->getOutputSection(); in fixTlsAlignment()
|
D | PDB.cpp | 936 OutputSection *os = def->getChunk()->getOutputSection(); in createPublic() 996 if (def && def->isLive() && def->getChunk()) in addPublicsToPDB() 1306 Chunk *thunkChunk = thunk->getChunk(); in addImportFilesToPDB() 1347 createSectionContrib(thunk->getChunk(), mod->getModuleIndex()); in addImportFilesToPDB() 1493 if (s->getChunk() == c) in findLineTable()
|
D | CallGraphSort.cpp | 227 sc == d->getChunk()) in run()
|
D | Driver.cpp | 963 return dyn_cast_or_null<SectionChunk>(dr->getChunk()); in parseCallGraphFile() 1003 auto *from = dyn_cast_or_null<SectionChunk>(fromSym->getChunk()); in readCallGraphsFromObjectFiles() 1004 auto *to = dyn_cast_or_null<SectionChunk>(toSym->getChunk()); in readCallGraphsFromObjectFiles() 1014 if (SectionChunk *c = dyn_cast_or_null<SectionChunk>(d->getChunk())) in markAddrsig() 1168 if (Chunk *c = def->getChunk()) in maybeExportMinGWSymbols() 2141 CommonChunk *c = dc->getChunk(); in link()
|
D | Chunks.cpp | 380 Chunk *c = sym ? sym->getChunk() : nullptr; in writeTo()
|
D | InputFiles.cpp | 505 leaderChunk = leader->getChunk(); in handleComdatSelection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 23 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function 52 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks() 161 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 195 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 228 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, FirstMovkIdx), in trySequenceOfOnes() 237 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, SecondMovkIdx), in trySequenceOfOnes() 370 const unsigned Imm16 = getChunk(UImm, Shift / 16); in expandMOVImm()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ExpandImm.cpp | 23 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function 52 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks() 161 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 195 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 228 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, FirstMovkIdx), in trySequenceOfOnes() 237 Insn.push_back({ AArch64::MOVKXi, getChunk(UImm, SecondMovkIdx), in trySequenceOfOnes() 370 const unsigned Imm16 = getChunk(UImm, Shift / 16); in expandMOVImm()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 87 static uint64_t getChunk(uint64_t Imm, unsigned ChunkIdx) { in getChunk() function 100 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt; in replicateChunk() 126 const unsigned Imm16 = getChunk(UImm, ChunkIdx); in tryOrrMovk() 169 ++Counts[getChunk(UImm, Idx)]; in tryToreplicateChunks() 305 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 339 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() 385 .addImm(getChunk(UImm, FirstMovkIdx)) in trySequenceOfOnes() 401 .addImm(getChunk(UImm, SecondMovkIdx)) in trySequenceOfOnes() 480 if (getChunk(UImm, 0) == getChunk(UImm, 2)) { in expandMOVImm() 495 } else if (getChunk(UImm, 1) == getChunk(UImm, 3)) { in expandMOVImm()
|
/external/llvm-project/lld/wasm/ |
D | Symbols.cpp | 109 InputChunk *Symbol::getChunk() const { in getChunk() function in lld::wasm::Symbol 121 if (InputChunk *c = getChunk()) in isDiscarded() 131 if (InputChunk *c = getChunk()) in isLive() 144 if (InputChunk *c = getChunk()) in markLive()
|
D | MapFile.cpp | 67 ret[dr->getChunk()].push_back(dr); in getSectionSyms() 79 auto &chunk = *syms[i]->getChunk(); in getSymbolStrings()
|
D | MarkLive.cpp | 72 if (InputChunk *chunk = sym->getChunk()) in enqueue()
|
D | Symbols.h | 89 InputChunk *getChunk() const;
|