Searched refs:copyRel (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | IntegerRelationTest.cpp | 76 IntegerRelation copyRel = rel; in TEST() local 77 copyRel.intersectDomain(poly); in TEST() 78 EXPECT_TRUE(copyRel.isEqual(expectedRel)); in TEST() 90 IntegerRelation copyRel = rel; in TEST() local 91 copyRel.intersectRange(poly); in TEST() 92 EXPECT_TRUE(copyRel.isEqual(expectedRel)); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | IntegerRelation.cpp | 2141 IntegerRelation copyRel = *this; in getDomainSet() local 2144 copyRel.convertVarKind(VarKind::Range, 0, getNumVarKind(VarKind::Range), in getDomainSet() 2148 copyRel.convertVarKind(VarKind::Domain, 0, getNumVarKind(VarKind::Domain), in getDomainSet() 2151 return IntegerPolyhedron(std::move(copyRel)); in getDomainSet() 2155 IntegerRelation copyRel = *this; in getRangeSet() local 2158 copyRel.convertVarKind(VarKind::Domain, 0, getNumVarKind(VarKind::Domain), in getRangeSet() 2164 return IntegerPolyhedron(std::move(copyRel)); in getRangeSet() 2207 IntegerRelation copyRel = rel; in compose() local 2217 appendVar(VarKind::Range, copyRel.getNumRangeVars()); in compose() 2220 copyRel.convertVarKind(VarKind::Domain, 0, numBVars, VarKind::Range, 0); in compose() [all …]
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | SPARCV9.cpp | 35 copyRel = R_SPARC_COPY; in SPARCV9()
|
| H A D | PPC.cpp | 156 copyRel = R_PPC_COPY; in PPC()
|
| H A D | X86.cpp | 52 copyRel = R_386_COPY; in X86()
|
| H A D | ARM.cpp | 49 copyRel = R_ARM_COPY; in ARM()
|
| H A D | Mips.cpp | 50 copyRel = R_MIPS_COPY; in MIPS()
|
| H A D | AArch64.cpp | 60 copyRel = R_AARCH64_COPY; in AArch64()
|
| H A D | X86_64.cpp | 78 copyRel = R_X86_64_COPY; in X86_64()
|
| H A D | RISCV.cpp | 94 copyRel = R_RISCV_COPY; in RISCV()
|
| H A D | PPC64.cpp | 565 copyRel = R_PPC64_COPY; in PPC64()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 119 RelType copyRel; variable
|
| H A D | Relocations.cpp | 382 mainPart->relaDyn->addSymbolReloc(target->copyRel, *sec, 0, ss); in addCopyRelSymbol()
|