| /freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | LookupAndRecordAddrs.cpp | 19 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument 23 for (auto &KV : Pairs) in lookupAndRecordAddrs() 28 [Pairs = std::move(Pairs), in lookupAndRecordAddrs() 32 for (auto &KV : Pairs) { in lookupAndRecordAddrs() 44 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument 50 ES, K, SearchOrder, std::move(Pairs), LookupFlags); in lookupAndRecordAddrs() 56 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, in lookupAndRecordAddrs() argument 60 for (auto &KV : Pairs) in lookupAndRecordAddrs() 71 if (Result->front().size() != Pairs.size()) in lookupAndRecordAddrs() 75 for (unsigned I = 0; I != Pairs.size(); ++I) in lookupAndRecordAddrs() [all …]
|
| HD | OrcV2CBindings.cpp | 172 toSymbolDependenceMap(LLVMOrcCDependenceMapPairs Pairs, size_t NumPairs) { in toSymbolDependenceMap() argument 175 JITDylib *JD = unwrap(Pairs[I].JD); in toSymbolDependenceMap() 178 for (size_t J = 0; J != Pairs[I].Names.Length; ++J) { in toSymbolDependenceMap() 179 auto Sym = Pairs[I].Names.Symbols[J]; in toSymbolDependenceMap() 499 void LLVMOrcDisposeCSymbolFlagsMap(LLVMOrcCSymbolFlagsMapPairs Pairs) { in LLVMOrcDisposeCSymbolFlagsMap() argument 500 free(Pairs); in LLVMOrcDisposeCSymbolFlagsMap()
|
| /freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| HD | InfoByHwMode.cpp | 89 std::vector<const PairType *> Pairs; in writeToStream() local 91 Pairs.push_back(&P); in writeToStream() 92 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 96 for (const PairType *P : Pairs) in writeToStream() 174 std::vector<const PairType *> Pairs; in writeToStream() local 176 Pairs.push_back(&P); in writeToStream() 177 llvm::sort(Pairs, deref<std::less<PairType>>()); in writeToStream() 181 for (const PairType *P : Pairs) in writeToStream()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | LookupAndRecordAddrs.h | 47 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, 55 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs, 64 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs,
|
| HD | ExecutorProcessControl.h | 268 ArrayRef<std::pair<ExecutorAddr &, StringRef>> Pairs) const { in getBootstrapSymbols() argument 269 for (const auto &KV : Pairs) { in getBootstrapSymbols()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | Automaton.h | 91 void transition(ArrayRef<NfaStatePair> Pairs) { in transition() argument 99 auto PI = lower_bound(Pairs, NfaStatePair{Head->State, 0ULL}); in transition() 100 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() 134 ArrayRef<NfaStatePair> Pairs(&TransitionInfo[TransitionInfoIdx], in transition() 136 transition(Pairs); in transition()
|
| /freebsd-head/sys/contrib/dev/acpica/common/ |
| HD | acfileio.c | 734 UINT32 Pairs = 0; in AcCheckTextModeCorruption() local 754 Pairs++; in AcCheckTextModeCorruption() 761 if (!Pairs) in AcCheckTextModeCorruption() 775 AcpiOsPrintf ("All LFs (%u) were changed to CR/LF pairs\n", Pairs); in AcCheckTextModeCorruption()
|
| /freebsd-head/sys/contrib/device-tree/Bindings/sound/ |
| D | zte,zx-spdif.txt | 6 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 8 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
|
| D | adi,axi-spdif-tx.txt | 6 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 11 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
|
| D | adi,axi-i2s.txt | 9 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 14 - dmas: Pairs of phandle and specifier for the DMA channels that are used by
|
| HD | designware-i2s.txt | 6 - clocks : Pairs of phandle and specifier referencing the controller's 10 - dmas: Pairs of phandle and specifier for the DMA channels that are used by
|
| D | zte,zx-i2s.txt | 8 - clocks : Pairs of phandle and specifier referencing the controller's clocks. 10 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
|
| D | zte,tdm.txt | 9 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CloneChecker.cpp | 128 std::vector<VariablePattern::SuspiciousClonePair> Pairs; in reportSuspiciousClones() local 147 Pairs.push_back(ClonePair); in reportSuspiciousClones() 159 for (VariablePattern::SuspiciousClonePair &Pair : Pairs) { in reportSuspiciousClones()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | DependenceAnalysis.cpp | 887 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) { in unifySubscriptType() argument 894 for (Subscript *Pair : Pairs) { in unifySubscriptType() 919 for (Subscript *Pair : Pairs) { in unifySubscriptType() 3634 unsigned Pairs = 1; in depends() local 3635 SmallVector<Subscript, 2> Pair(Pairs); in depends() 3656 Pairs = Pair.size(); in depends() 3660 for (unsigned P = 0; P < Pairs; ++P) { in depends() 3663 Pair[P].Group.resize(Pairs); in depends() 3679 SmallBitVector Separable(Pairs); in depends() 3680 SmallBitVector Coupled(Pairs); in depends() [all …]
|
| /freebsd-head/sys/contrib/device-tree/Bindings/watchdog/ |
| D | zte,zx2967-wdt.txt | 8 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm-c/ |
| HD | Orc.h | 764 void LLVMOrcDisposeCSymbolFlagsMap(LLVMOrcCSymbolFlagsMapPairs Pairs); 860 LLVMOrcCSymbolFlagsMapPairs Pairs, size_t NumPairs);
|
| /freebsd-head/sys/contrib/device-tree/Bindings/thermal/ |
| HD | zx2967-thermal.txt | 8 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
|
| /freebsd-head/sys/contrib/device-tree/Bindings/interconnect/ |
| HD | interconnect.txt | 46 interconnects : Pairs of phandles and interconnect provider specifier to denote
|
| /freebsd-head/contrib/file/magic/Magdir/ |
| HD | der | 33 # Key Pairs
|
| /freebsd-head/sys/contrib/device-tree/Bindings/mmc/ |
| HD | sdhci-msm.txt | 67 - interconnects: Pairs of phandles and interconnect provider specifier
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | DependenceAnalysis.h | 551 void unifySubscriptType(ArrayRef<Subscript *> Pairs);
|
| /freebsd-head/contrib/libxo/doc/ |
| HD | options.rst | 140 Pairs may be skipped, leaving them mapped as normal, as are missing
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterInfo.td | 505 // Pairs, triples, and quads of 64-bit vector registers. 526 // Pairs, triples, and quads of 128-bit vector registers. 1055 // Pairs of SVE predicate vector registers. 1212 // Pairs, triples, and quads of SVE vector registers.
|
| /freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeVectorTypes.cpp | 2741 SmallVector<SmallVector<std::pair<unsigned, int>, 2>> Pairs; in SplitVecRes_VECTOR_SHUFFLE() local 2745 if (Pairs.empty() || Pairs.back().size() == 2) in SplitVecRes_VECTOR_SHUFFLE() 2746 Pairs.emplace_back(); in SplitVecRes_VECTOR_SHUFFLE() 2748 Pairs.back().emplace_back(I, 0); in SplitVecRes_VECTOR_SHUFFLE() 2752 Pairs.back().emplace_back(I, 1); in SplitVecRes_VECTOR_SHUFFLE() 2755 if (!Pairs.empty() && Pairs.front().size() > 1) { in SplitVecRes_VECTOR_SHUFFLE() 2762 Pairs, [SrcRegIdx](ArrayRef<std::pair<unsigned, int>> Idxs) { in SplitVecRes_VECTOR_SHUFFLE() 2766 if (It == Pairs.end()) in SplitVecRes_VECTOR_SHUFFLE() 2772 for (ArrayRef<std::pair<unsigned, int>> Idxs : Pairs) { in SplitVecRes_VECTOR_SHUFFLE()
|