Home
last modified time | relevance | path

Searched refs:Pairs (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp19 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 in lookupAndRecordAddrs()
[all...]
H A DOrcV2CBindings.cpp172 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/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp89 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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.h47 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs,
55 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs,
64 std::vector<std::pair<SymbolStringPtr, ExecutorAddr *>> Pairs,
H A DExecutorProcessControl.h268 ArrayRef<std::pair<ExecutorAddr &, StringRef>> Pairs) const { in getBootstrapSymbols() argument
269 for (const auto &KV : Pairs) { in getBootstrapSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h89 /// Pairs defines a sequence of possible NFA transitions for a single DFA in makePathSegment()
91 void transition(ArrayRef<NfaStatePair> Pairs) {
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()
93 transition(ArrayRef<NfaStatePair> Pairs) transition() argument
/freebsd/sys/contrib/dev/acpica/common/
H A Dacfileio.c734 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/sys/contrib/device-tree/Bindings/sound/
H A Dzte,zx-spdif.txt6 - 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
H A Dadi,axi-spdif-tx.txt6 - 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
H A Dadi,axi-i2s.txt9 - 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
H A Ddesignware-i2s.txt6 - 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
H A Dzte,zx-i2s.txt8 - 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
H A Dzte,tdm.txt9 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp887 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/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h764 void LLVMOrcDisposeCSymbolFlagsMap(LLVMOrcCSymbolFlagsMapPairs Pairs);
860 LLVMOrcCSymbolFlagsMapPairs Pairs, size_t NumPairs);
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dzte,zx2967-wdt.txt8 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dzx2967-thermal.txt8 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt46 interconnects : Pairs of phandles and interconnect provider specifier to denote
/freebsd/contrib/file/magic/Magdir/
H A Dder33 # Key Pairs
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt67 - interconnects: Pairs of phandles and interconnect provider specifier
/freebsd/contrib/libxo/doc/
H A Doptions.rst140 Pairs may be skipped, leaving them mapped as normal, as are missing
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h551 void unifySubscriptType(ArrayRef<Subscript *> Pairs);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td505 // 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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2741 SmallVector<SmallVector<std::pair<unsigned, int>, 2>> Pairs; in SplitVecRes_VECTOR_SHUFFLE()
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 in SplitVecRes_VECTOR_SHUFFLE()
2737 SmallVector<SmallVector<std::pair<unsigned, int>, 2>> Pairs; SplitVecRes_VECTOR_SHUFFLE() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td450 // Guest Register Pairs

12