/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | IntegerRelationTest.cpp | 21 IntegerRelation rel = parseRelationFromSet( in TEST() local 40 IntegerRelation rel = in TEST() local 56 IntegerRelation rel = parseRelationFromSet( in TEST() local 188 IntegerRelation rel = in TEST() local 211 IntegerRelation rel = in TEST() local 294 IntegerRelation rel = parseRelationFromSet( in TEST() local 375 IntegerRelation rel = parseRelationFromSet( in TEST() local 449 IntegerRelation rel = parseRelationFromSet( in TEST() local 495 IntegerRelation rel = parseIntegerPolyhedron( in TEST() local 528 IntegerRelation rel = parseRelationFromSet( in TEST() local
|
H A D | PresburgerRelationTest.cpp | 22 PresburgerRelation rel = parsePresburgerRelationFromPresburgerSet( in TEST() local 59 PresburgerRelation rel = parsePresburgerRelationFromPresburgerSet( in TEST() local 128 PresburgerRelation rel = parsePresburgerRelationFromPresburgerSet( in TEST() local 255 PresburgerRelation rel = parsePresburgerRelationFromPresburgerSet( in TEST() local 292 PresburgerRelation rel(disj1); in TEST() local
|
H A D | Parser.h | 84 IntegerRelation rel = parseIntegerPolyhedron(set); in parseRelationFromSet() local 96 IntegerRelation rel = parseIntegerPolyhedron(strs[0]); in parsePresburgerRelationFromPresburgerSet() local
|
/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 77 getAddend(InputSectionBase & sec,const typename ELFT::Rel & rel) getAddend() argument 84 getAddend(InputSectionBase & sec,const typename ELFT::Rela & rel) getAddend() argument 90 resolveReloc(InputSectionBase & sec,RelTy & rel,bool fromFDE) resolveReloc() argument 309 for (const typename ELFT::Rel &rel : rels.rels) mark() local 311 for (const typename ELFT::Rela &rel : rels.relas) mark() local [all...] |
H A D | Target.h | 277 reportRangeError(ctx, loc, rel, Twine(v), 0, llvm::maxUIntN(n)); in checkAlignment() argument 255 checkInt(uint8_t * loc,int64_t v,int n,const Relocation & rel) checkInt() argument 261 checkUInt(uint8_t * loc,uint64_t v,int n,const Relocation & rel) checkUInt() argument 268 checkIntUInt(uint8_t * loc,uint64_t v,int n,const Relocation & rel) checkIntUInt() argument [all...] |
H A D | Relocations.cpp | 99 else if (auto *d = dyn_cast<Defined>(rel.sym)) in reportRangeError() argument 488 computeMipsAddend(const RelTy & rel,RelExpr expr,bool isLocal) const computeMipsAddend() argument 913 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument 1141 RelType rel = target->getDynRel(type); processAux() local 1437 const RelTy &rel = *i; scanOne() local 1550 for (const RelTy &rel : rels) { checkPPC64TLSRelax() local 2029 getISDThunkSec(OutputSection * os,InputSection * isec,InputSectionDescription * isd,const Relocation & rel,uint64_t src) getISDThunkSec() argument 2188 getThunk(InputSection * isec,Relocation & rel,uint64_t src) getThunk() argument 2227 normalizeExistingThunk(Relocation & rel,uint64_t src) normalizeExistingThunk() argument [all...] |
/llvm-project/lld/wasm/ |
H A D | InputChunks.cpp | 112 for (const WasmRelocation &rel : relocations) { in relocate() local 181 for (const WasmRelocation &rel : relocations) { writeRelocations() local 215 writeCompressedReloc(uint8_t * buf,const WasmRelocation & rel,uint64_t value) writeCompressedReloc() argument 236 getRelocWidthPadded(const WasmRelocation & rel) getRelocWidthPadded() argument 256 getRelocWidth(const WasmRelocation & rel,uint64_t value) getRelocWidth() argument 288 for (const WasmRelocation &rel : relocations) { calculateSize() local 325 for (const WasmRelocation &rel : relocations) { writeCompressed() local 377 for (const WasmRelocation &rel : relocations) { generateRelocationCode() local [all...] |
/llvm-project/lld/ELF/Arch/ |
H A D | SystemZ.cpp | 305 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToIe() argument 340 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToLe() argument 375 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsLdToLe() argument 466 relaxGot(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxGot() argument 481 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument [all...] |
H A D | PPC.cpp | 317 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument 408 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToIe() argument 427 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToLe() argument 443 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsLdToLe() argument 467 relaxTlsIeToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsIeToLe() argument 500 for (const Relocation &rel : sec.relocs()) { relocateAlloc() local [all...] |
H A D | X86.cpp | 283 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument 347 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToLe() argument 382 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToIe() argument 416 relaxTlsIeToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsIeToLe() argument 453 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsLdToLe() argument 488 for (const Relocation &rel : sec.relocs()) { relocateAlloc() local [all...] |
H A D | AArch64.cpp | 396 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument 584 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToLe() argument 615 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToIe() argument 647 relaxTlsIeToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsIeToLe() argument 813 needsGotForMemtag(const Relocation & rel) needsGotForMemtag() argument 825 const Relocation &rel = sec.relocs()[i]; relocateAlloc() local 1041 for (const typename ELFT::Rela &rel : rels.relas) { addTaggedSymbolReferences() local [all...] |
H A D | MSP430.cpp | 62 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
H A D | X86_64.cpp | 462 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToLe() argument 502 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsGdToIe() argument 584 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) relaxTlsLdToLe() argument 765 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument 960 relaxGot(uint8_t * loc,const Relocation & rel,uint64_t val) relaxGot() argument 1041 for (const Relocation &rel : sec.relocs()) { relocateAlloc() local [all...] |
H A D | SPARCV9.cpp | 87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate() argument [all...] |
H A D | PPC64.cpp | 380 static bool tryRelaxPPC64TocIndirection(Ctx &ctx, const Relocation &rel, in tryRelaxPPC64TocIndirection() argument 652 relaxGot(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxGot() argument 716 relaxTlsGdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToLe() argument 779 relaxTlsLdToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsLdToLe() argument 891 relaxTlsIeToLe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsIeToLe() argument 1259 relocate(uint8_t * loc,const Relocation & rel,uint64_t val) const relocate() argument 1512 relaxTlsGdToIe(uint8_t * loc,const Relocation & rel,uint64_t val) const relaxTlsGdToIe() argument 1570 for (const Relocation &rel : sec.relocs()) { relocateAlloc() local [all...] |
H A D | AMDGPU.cpp | 151 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
|
H A D | AVR.cpp | 119 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument [all...] |
/llvm-project/bolt/test/X86/ |
H A D | shrinkwrapping-restore-position.s | 57 rel: .quad end label
|
H A D | shrinkwrapping-do-not-pessimize.s | 56 rel: .quad _start label
|
H A D | internal-call-instrument.s | 63 rel: .quad end label
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | testing.h | 20 #define COMPARE(x, rel, y) \ argument
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | PresburgerRelation.cpp | 213 void PresburgerRelation::compose(const PresburgerRelation &rel) { in compose() argument 232 void PresburgerRelation::applyDomain(const PresburgerRelation &rel) { in applyDomain() argument 242 void PresburgerRelation::applyRange(const PresburgerRelation &rel) { in applyRange() argument 246 findSymbolicIntegerLexOpt(const PresburgerRelation & rel,bool isMin) findSymbolicIntegerLexOpt() argument 288 getIneqCoeffsFromIdx(const IntegerRelation & rel,unsigned idx) getIneqCoeffsFromIdx() argument 1024 __anona400353e0402(const IntegerRelation &rel) hasOnlyDivLocals() argument [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | AffineStructures.cpp | 378 FlatAffineRelation rel = other; in compose() local 493 IntegerRelation &rel) { in getRelationFromMap() 533 IntegerRelation &rel) { in getRelationFromMap()
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 160 RelocType32(const ELFRelocation & rel) RelocType32() argument 167 RelocType64(const ELFRelocation & rel) RelocType64() argument 174 RelocSymbol32(const ELFRelocation & rel) RelocSymbol32() argument 181 RelocSymbol64(const ELFRelocation & rel) RelocSymbol64() argument 188 RelocOffset32(const ELFRelocation & rel) RelocOffset32() argument 195 RelocOffset64(const ELFRelocation & rel) RelocOffset64() argument 202 RelocAddend32(const ELFRelocation & rel) RelocAddend32() argument 209 RelocAddend64(const ELFRelocation & rel) RelocAddend64() argument 2561 ELFRelocation rel(rel_type); ParsePLTRelocations() local 2690 ApplyELF64ABS64Relocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section) ApplyELF64ABS64Relocation() argument 2708 ApplyELF64ABS32Relocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section,bool is_signed) ApplyELF64ABS32Relocation() argument 2734 ApplyELF32ABS32RelRelocation(Symtab * symtab,ELFRelocation & rel,DataExtractor & debug_data,Section * rel_section) ApplyELF32ABS32RelRelocation() argument 2777 ELFRelocation rel(rel_hdr->sh_type); ApplyRelocations() local 2934 Section *rel = section_list->FindSectionByID(rel_id).get(); RelocateDebugSections() local [all...] |
/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 359 maybeReportRelocationToDiscarded(const SectionChunk * fromChunk,Defined * sym,const coff_relocation & rel,bool isMinGW) maybeReportRelocationToDiscarded() argument 401 for (const coff_relocation &rel : getRelocs()) { writeTo() local 492 const coff_relocation &rel = relocsData[nextRelocIndex]; writeAndRelocateSubsection() local 522 getBaserelType(const coff_relocation & rel,Triple::ArchType arch) getBaserelType() argument 555 for (const coff_relocation &rel : getRelocs()) { getBaserels() local 652 for (const coff_relocation &rel : getRelocs()) { getRuntimePseudoRelocs() local [all...] |