/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 374 // 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 D | code-stub-assembler.cc | 828 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 D | SelectionDAGBuilder.cpp | 998 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 D | mark-compact.cc | 823 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 D | heap.cc | 884 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 D | CodeGenPrepare.cpp | 293 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 D | pickletester.py | 120 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 D | netcp_ethss.c | 1892 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 D | netcp_ethss.c | 1892 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 D | LLParser.cpp | 194 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 D | GLSLTest.cpp | 1365 // 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 D | ti_sci_protocol.h | 290 * @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 D | fsl_asrc.h | 377 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 D | ti_sci_protocol.h | 322 * @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 D | fsl_asrc.h | 377 enum asrc_pair_index pair; member 432 * @channel_bits: width of ASRCNCR register for each pair
|
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 261 const std::vector<std::pair<int64_t, int64_t>>& ranges) { in Ranges()
|
/third_party/gn/src/gn/ |
H A D | loader_unittest.cc | 93 std::vector<std::pair<SourceFile, Callback>> pending_;
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | json_sax.hpp | 564 @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 D | FuzzerTraceState.cpp | 76 typedef std::pair<size_t, Word> CU; in StopTraceRecording()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.h | 227 static std::map<std::string, std::pair<AluInlineConstants, bool>> s_opmap;
|
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 78 using InstrSubSet = std::pair<InstrSet::iterator, InstrSet::iterator>;
|
/third_party/node/src/ |
H A D | debug_utils.cc | 162 using NameAndDisplacement = std::pair<std::string, DWORD64>;
|
H A D | heap_utils.cc | 208 std::unordered_map<Node*, std::set<std::pair<const char*, Node*>>> edges_;
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 268 std::set<std::pair<int, int>> source_intervals_;
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | v8windbg-extension.cc | 263 std::vector<std::pair<const wchar_t*, WRL::ComPtr<IModelMethod>>> functions = in Initialize()
|