Home
last modified time | relevance | path

Searched refs:pair (Results 1701 - 1725 of 2460) sorted by relevance

1...<<61626364656667686970>>...99

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp374 // Lower to pair of consecutive word aligned loads plus some bit shifting. in lowerLoadWordFromAlignedBasePlusOffset()
481 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerLOAD()
535 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI); in LowerSTORE()
1065 SmallVector<std::pair<int, unsigned>, 4> ResultMemLocs; in LowerCallResult()
1138 SmallVector<std::pair<unsigned, SDValue>, 4> RegsToPass; in LowerCCCCallTo()
1927 std::pair<unsigned, const TargetRegisterClass *>
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc828 TNode<PairT<IntPtrT, BoolT>> pair = IntPtrAddWithOverflow(a, b); in TryIntPtrAdd() local
829 TNode<BoolT> overflow = Projection<1>(pair); in TryIntPtrAdd()
831 return Projection<0>(pair); in TryIntPtrAdd()
837 TNode<PairT<IntPtrT, BoolT>> pair = IntPtrSubWithOverflow(a, b); in TryIntPtrSub() local
838 TNode<BoolT> overflow = Projection<1>(pair); in TryIntPtrSub()
840 return Projection<0>(pair); in TryIntPtrSub()
845 TNode<PairT<Int32T, BoolT>> pair = Int32MulWithOverflow(a, b); in TryInt32Mul() local
846 TNode<BoolT> overflow = Projection<1>(pair); in TryInt32Mul()
848 return Projection<0>(pair); in TryInt32Mul()
859 TNode<PairT<Int32T, BoolT>> pair in TrySmiAdd() local
872 TNode<PairT<IntPtrT, BoolT>> pair = TrySmiSub() local
881 TNode<PairT<Int32T, BoolT>> pair = Int32SubWithOverflow( TrySmiSub() local
893 TNode<PairT<IntPtrT, BoolT>> pair = TrySmiAbs() local
902 TNode<PairT<Int32T, BoolT>> pair = Int32AbsWithOverflow( TrySmiAbs() local
1019 auto pair = Int32MulWithOverflow(lhs32, rhs32); SmiMul() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp998 SmallVector<std::pair<unsigned, unsigned>, 4>
1000 SmallVector<std::pair<unsigned, unsigned>, 4> OutVec;
1683 SmallVectorImpl<std::pair<MachineBasicBlock *, BranchProbability>> in findWasmUnwindDestinations()
1717 SmallVectorImpl<std::pair<MachineBasicBlock *, BranchProbability>> in findUnwindDestinations()
1771 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in visitCleanupRet()
2581 std::pair<SDValue, SDValue> Result = TLI.LowerCallTo(CLI); in visitSPDescriptorParent()
2836 SmallVector<std::pair<MachineBasicBlock *, BranchProbability>, 1> UnwindDests; in visitInvoke()
5521 getUnderlyingArgRegs(SmallVectorImpl<std::pair<unsigned, unsigned>> &Regs, in getUnderlyingArgRegs()
5632 SmallVector<std::pair<unsigned, unsigned>, 8> ArgRegsAndSizes; in EmitFuncArgumentDbgValue()
5663 = [&](ArrayRef<std::pair<unsigne in EmitFuncArgumentDbgValue()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc823 using LiveBytesPagePair = std::pair<size_t, Page*>; in CollectEvacuationCandidates()
2217 std::pair<size_t, size_t> MarkCompactCollector::ProcessMarkingWorklist( in ProcessMarkingWorklist()
2271 template std::pair<size_t, size_t> MarkCompactCollector::ProcessMarkingWorklist<
2274 template std::pair<size_t, size_t> MarkCompactCollector::ProcessMarkingWorklist<
2575 std::pair<HeapObject, Code> weak_object_in_code; in MarkDependentCodeForDeoptimization()
2984 std::pair<HeapObject, HeapObjectSlot> slot; in ClearWeakReferences()
3800 std::vector<std::pair<ParallelWorkItem, MemoryChunk*>> evacuation_items) in PageEvacuationJob()
3848 std::vector<std::pair<ParallelWorkItem, MemoryChunk*>> evacuation_items_;
3858 std::vector<std::pair<ParallelWorkItem, MemoryChunk*>> evacuation_items, in CreateAndExecuteEvacuationTasks()
3919 std::vector<std::pair<ParallelWorkIte in EvacuatePagesInParallel()
[all...]
H A Dheap.cc884 std::vector<std::pair<HeapObject, bool>> retaining_path; in PrintRetainingPath()
929 for (auto pair : *map) { in UpdateRetainersMapAfterScavenge()
930 HeapObject object = pair.first; in UpdateRetainersMapAfterScavenge()
931 HeapObject retainer = pair.second; in UpdateRetainersMapAfterScavenge()
962 for (auto pair : retaining_root_) { in UpdateRetainersAfterScavenge()
963 HeapObject object = pair.first; in UpdateRetainersAfterScavenge()
971 updated_retaining_root[object] = pair.second; in UpdateRetainersAfterScavenge()
1585 std::vector<std::pair<int, HeapObject>> duplicates; in ReportDuplicates()
4661 std::set<std::pair<SlotType, Address>>* typed) in SlotVerifyingVisitor()
4729 std::set<std::pair<SlotTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp293 SmallVector<std::pair<AssertingVH<GetElementPtrInst>, int64_t>, 32>>
896 DenseMap<std::pair<unsigned, unsigned>, GCRelocateInst *> RelocateIdxMap; in computeBaseDerivedRelocateMap()
903 std::pair<unsigned, unsigned> Key = Item.first; in computeBaseDerivedRelocateMap()
1215 // Insert at the first instruction of the pair. in replaceMathCmpWithIntrinsic()
2622 /// Keep track of the original uses (pair Instruction, Index).
2877 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP;
2894 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in AddressingModeMatcher()
2918 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in Match()
3184 typedef std::pair<PHINode *, PHINode *> PHIPair;
3409 // block then we can match our pair i in MatchPhiNode()
[all...]
/third_party/python/Lib/test/
H A Dpickletester.py120 self.pair = copyreg._inverted_registry[code]
121 copyreg.remove_extension(self.pair[0], self.pair[1], code)
123 self.pair = None
131 pair = self.pair
132 if pair is not None:
133 copyreg.add_extension(pair[0], pair[1], code)
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c1892 int et_entry, j, pair; in gbe_update_stats_ver14() local
1894 for (pair = 0; pair < 2; pair++) { in gbe_update_stats_ver14()
1895 gbe_stats_mod_visible_ver14(gbe_dev, (pair ? in gbe_update_stats_ver14()
1900 et_entry = pair * half_num_et_stats + j; in gbe_update_stats_ver14()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c1892 int et_entry, j, pair; in gbe_update_stats_ver14() local
1894 for (pair = 0; pair < 2; pair++) { in gbe_update_stats_ver14()
1895 gbe_stats_mod_visible_ver14(gbe_dev, (pair ? in gbe_update_stats_ver14()
1900 et_entry = pair * half_num_et_stats + j; in gbe_update_stats_ver14()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp194 for (StringMap<std::pair<Type*, LocTy> >::iterator I = in ValidateEndOfModule()
443 std::pair<Type*, LocTy> &Entry = NumberedTypes[TypeID]; in ParseUnnamedType()
469 std::pair<Type*, LocTy> &Entry = NamedTypes[Name]; in ParseNamedType()
485 std::vector<std::pair<unsigned, MDNode *>> MDs; in ParseDeclare()
2354 std::pair<Type*, LocTy> &Entry = NamedTypes[Lex.getStrVal()];
2369 std::pair<Type*, LocTy> &Entry = NumberedTypes[Lex.getUIntVal()];
2689 std::pair<Type*, LocTy> &Entry,
5974 SmallVector<std::pair<ConstantInt*, BasicBlock*>, 32> Table;
6676 SmallVector<std::pair<Value*, BasicBlock*>, 16> PHIVals;
7622 I.first, std::vector<std::pair<ValueInf
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp1365 // Draws lines via indices (glDrawElements). Each pair of indices in TEST_P()
9378 uint32_t FillBuffer(const std::pair<uint32_t, uint32_t> matrixDims[],
9706 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
9791 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
9834 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
9876 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
10036 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
10137 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
10199 constexpr std::pair<uint32_t, uint32_t> kMatrixDims[kMatrixCount] = {
10256 constexpr std::pair<uint32_
[all...]
/kernel/linux/linux-5.10/include/linux/soc/ti/
H A Dti_sci_protocol.h290 * @pair: pair PSI-L source thread to a destination thread.
302 int (*pair)(const struct ti_sci_handle *handle, u32 nav_id, member
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_asrc.h377 enum asrc_pair_index pair; member
432 * @channel_bits: width of ASRCNCR register for each pair
/kernel/linux/linux-6.6/include/linux/soc/ti/
H A Dti_sci_protocol.h322 * @pair: pair PSI-L source thread to a destination thread.
334 int (*pair)(const struct ti_sci_handle *handle, u32 nav_id, member
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_asrc.h377 enum asrc_pair_index pair; member
432 * @channel_bits: width of ASRCNCR register for each pair
/third_party/benchmark/src/
H A Dbenchmark_register.cc261 const std::vector<std::pair<int64_t, int64_t>>& ranges) { in Ranges()
/third_party/gn/src/gn/
H A Dloader_unittest.cc93 std::vector<std::pair<SourceFile, Callback>> pending_;
/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp564 @return pair of boolean (whether value should be kept) and pointer (to the
568 std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false) in handle_value()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTraceState.cpp76 typedef std::pair<size_t, Word> CU; in StopTraceRecording()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h227 static std::map<std::string, std::pair<AluInlineConstants, bool>> s_opmap;
H A Dsfn_nir_lower_fs_out_to_vector.cpp78 using InstrSubSet = std::pair<InstrSet::iterator, InstrSet::iterator>;
/third_party/node/src/
H A Ddebug_utils.cc162 using NameAndDisplacement = std::pair<std::string, DWORD64>;
H A Dheap_utils.cc208 std::unordered_map<Node*, std::set<std::pair<const char*, Node*>>> edges_;
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h268 std::set<std::pair<int, int>> source_intervals_;
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc263 std::vector<std::pair<const wchar_t*, WRL::ComPtr<IModelMethod>>> functions = in Initialize()

Completed in 86 milliseconds

1...<<61626364656667686970>>...99