| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | EquivalenceClasses.h | 74 mutable const ECValue *Leader, *Next; variable 80 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {} in ECValue() 84 if (Leader->isLeader()) return Leader; in getLeader() 86 return Leader = Leader->getLeader(); in getLeader() 91 return Leader; in getEndOfList() 100 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1), in ECValue() 252 L1LV.Leader = L2LV.getEndOfList(); in unionSets() 258 L2LV.Leader = &L1LV; in unionSets()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | IntEqClasses.cpp | 70 SmallVector<unsigned, 8> Leader; in uncompress() local 72 if (EC[i] < Leader.size()) in uncompress() 73 EC[i] = Leader[EC[i]]; in uncompress() 75 Leader.push_back(EC[i] = i); in uncompress()
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SimplifyConstraints.cpp | 116 Atom Leader = EquivalentAtoms.getLeaderValue(TheAtom); in simplifyConstraints() local 117 if (TrueAtoms.contains(Leader)) { in simplifyConstraints() 118 if (FalseAtoms.contains(Leader)) { in simplifyConstraints() 123 } else if (FalseAtoms.contains(Leader)) { in simplifyConstraints() 125 } else if (TheAtom != Leader) { in simplifyConstraints() 126 Substitutions.insert({TheAtom, &arena.makeAtomRef(Leader)}); in simplifyConstraints()
|
| /src/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-server-api.md | 372 - **Port Leader:** A Port Leader is the APL object which caused the creation 380 - **Event Leader:** An Event Leader is the APL object which handles event 382 equivalent to a call to SSL_handle_events() on the Event Leader, which handles 392 - **Domain:** A QUIC domain is a set of APL objects rooted in an Event Leader. 394 are channeled up to the Event Leader and processed there. A QUIC domain is a 411 Leader and Domain Leader concepts going forward: 416 QDSO (QUIC_DOMAIN/QUIC_ENGINE) Event Leader 417 QLSO (QUIC_LISTENER/QUIC_PORT) Port Leader 425 QLSO (QUIC_LISTENER/QUIC_PORT) Event Leader, Port Leader 431 Here we see that the QLSO now has the Event Leader role, as it is the most [all …]
|
| H A D | quic-polling.md | 181 timeout has expired. The call need be made only on an Event Leader but can
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 300 CongruenceClass(unsigned ID, Value *Leader, const Expression *E) in CongruenceClass() argument 301 : ID(ID), RepLeader(Leader), DefiningExpr(E) {} in CongruenceClass() 315 void setLeader(Value *Leader) { RepLeader = Leader; } in setLeader() argument 326 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue() argument 328 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; } in setMemoryLeader() argument 737 CongruenceClass *createCongruenceClass(Value *Leader, const Expression *E) { in createCongruenceClass() argument 738 auto *result = new CongruenceClass(NextCongruenceNum++, Leader, E); in createCongruenceClass() 3601 auto Leader = lookupOperandLeader(SI->getValueOperand()); in convertClassToDFSOrdered() local 3602 if (alwaysAvailable(Leader)) { in convertClassToDFSOrdered() 3603 VDDef.Def.setPointer(Leader); in convertClassToDFSOrdered() [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCopyPropagation.cpp | 1134 MachineInstr *Leader) { in printSpillReloadChain() argument 1135 auto &SC = SpillChain[Leader]; in printSpillReloadChain() 1136 auto &RC = ReloadChain[Leader]; in printSpillReloadChain() 1392 auto Leader = ChainLeader.find(MaybePrevReload); in EliminateSpillageCopies() local 1394 if (Leader == ChainLeader.end() || in EliminateSpillageCopies() 1402 L = Leader->second; in EliminateSpillageCopies()
|
| H A D | LiveDebugVariables.cpp | 790 UserValue *&Leader = virtRegToEqClass[VirtReg]; in mapVirtReg() local 791 Leader = UserValue::merge(Leader, EC); in mapVirtReg()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 643 Value *Leader = ECs.getOrInsertLeaderValue(Val); in computeMinimumValueSizes() local 659 DBits[Leader] |= V; in computeMinimumValueSizes() 673 DBits[Leader] |= ~0ULL; in computeMinimumValueSizes() 683 if (DBits[Leader] == ~0ULL) in computeMinimumValueSizes() 688 ECs.unionSets(Leader, O); in computeMinimumValueSizes()
|
| H A D | LoopAccessAnalysis.cpp | 1109 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in createCheckForAccess() local 1110 unsigned &LeaderId = DepSetId[Leader]; in createCheckForAccess()
|
| /src/tools/tools/editing/ |
| H A D | freebsd.vim | 37 nmap <silent> <Leader>f :call FreeBSD_Style()<CR>
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 548 StringRef Leader; in getInstEqClasses() local 560 if (Leader.empty()) in getInstEqClasses() 561 OutTECs.insert((Leader = OpName)); in getInstEqClasses() 563 OutTECs.unionSets(Leader, OpName); in getInstEqClasses()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 59 **Event Leader:** The QSO which is is the top-level QSO in a hierarchy of QSOs, 152 **Port Leader:** The QSO which is responsible for servicing a given UDP socket.
|
| /src/contrib/libdiff/test/ |
| H A D | test010.left.txt | 4318 "DA Leader",
|
| H A D | test110.left-P.txt | 4318 "DA Leader",
|
| H A D | test110.right-P.txt | 4318 "DA Leader",
|
| H A D | test010.right.txt | 4318 "DA Leader",
|
| /src/sys/dev/usb/ |
| H A D | usbdevs | 2423 product GUILLEMOT DALEADER 0xa300 DA Leader
|
| /src/share/misc/ |
| H A D | usb_vendors | 10320 a300 Dual Analog Leader GamePad 15717 0f23 Leader Tech Manufacturer Co., Ltd
|