Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp21 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 DPresburgerRelationTest.cpp22 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 DParser.h84 IntegerRelation rel = parseIntegerPolyhedron(set); in parseRelationFromSet() local
96 IntegerRelation rel = parseIntegerPolyhedron(strs[0]); in parsePresburgerRelationFromPresburgerSet() local
/llvm-project/lld/ELF/
H A DMarkLive.cpp77 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 DTarget.h277 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 DRelocations.cpp99 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 DInputChunks.cpp112 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 DSystemZ.cpp305 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 DPPC.cpp317 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 DX86.cpp283 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 DAArch64.cpp396 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 DMSP430.cpp62 void MSP430::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
H A DX86_64.cpp462 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 DSPARCV9.cpp87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel, in relocate() argument
[all...]
H A DPPC64.cpp380 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 DAMDGPU.cpp151 void AMDGPU::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
H A DAVR.cpp119 void AVR::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate() argument
[all...]
/llvm-project/bolt/test/X86/
H A Dshrinkwrapping-restore-position.s57 rel: .quad end label
H A Dshrinkwrapping-do-not-pessimize.s56 rel: .quad _start label
H A Dinternal-call-instrument.s63 rel: .quad end label
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.h20 #define COMPARE(x, rel, y) \ argument
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp213 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 DAffineStructures.cpp378 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 DObjectFileELF.cpp160 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 DChunks.cpp359 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...]

123