Searched refs:Substs (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 545 std::map<unsigned, unsigned> Substs; in colorChain() local 554 if (U.isReg() && U.isUse() && Substs.find(U.getReg()) != Substs.end()) { in colorChain() 556 U.setReg(Substs[OrigReg]); in colorChain() 562 for (auto J : Substs) { in colorChain() 570 Substs.erase(J); in colorChain() 581 Substs[MO.getReg()] = Reg; in colorChain() 588 assert(Substs.size() == 0 && "No substitutions should be left active!"); in colorChain()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 384 bool TGParser::resolve(const ForeachLoop &Loop, SubstStack &Substs, in resolve() argument 388 for (const auto &S : Substs) in resolve() 396 return resolve(Loop.Entries, Substs, Final, &Dest->back().Loop->Entries, in resolve() 408 Substs.emplace_back(Loop.IterVar->getNameInit(), Elt); in resolve() 409 Error = resolve(Loop.Entries, Substs, Final, Dest); in resolve() 411 Substs.pop_back(); in resolve() 424 SubstStack &Substs, bool Final, in resolve() argument 429 Error = resolve(*E.Loop, Substs, Final, Dest); in resolve() 433 for (const auto &S : Substs) in resolve() 450 for (const auto &S : Substs) in resolve() [all …]
|
| H A D | TGParser.h | 211 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs,
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | iteration.d | 6729 auto substitute(alias pred = (a, b) => a == b, R, Substs...)(R r, Substs substs) 6730 if (isInputRange!R && Substs.length >= 2 && !is(CommonType!(Substs) == void)) 6736 static assert(!(Substs.length & 1), "The number of substitution parameters must be even"); 6738 enum n = Substs.length / 2; 6741 static if (!is(CommonType!(ElementType!R, Substs) == void)) 6748 private Substs substs; 6750 this(Substs substs) 6768 else static if (!is(CommonType!(ElementType!R, ElementType!(Substs[0])) == void) && 6769 allSatisfy!(isForwardRange, Substs)) 6804 alias Ins = Stride!(2, Substs);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| H A D | acinclude.m4 | 35 dnl Substs: 593 dnl Substs: 635 dnl Substs: 698 dnl Substs: 729 dnl Substs: 748 dnl Substs: 3258 dnl Substs: 3928 dnl Substs:
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | acinclude.m4 | 35 dnl Substs: 544 dnl Substs: 586 dnl Substs: 649 dnl Substs: 680 dnl Substs: 699 dnl Substs: 3259 dnl Substs: 3932 dnl Substs:
|