/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 377 // first of pair: the index of first BucketElement whose remainder is equal in prepareBaseForDispFormChain() 379 // second of pair: number of load/stores with the same remainder. in prepareBaseForDispFormChain() 380 DenseMap<unsigned, std::pair<unsigned, unsigned>> RemainderOffsetInfo; in prepareBaseForDispFormChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 230 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86DomainReassignment.cpp | 284 typedef std::pair<int, unsigned> InstrConverterBaseKeyTy;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 261 std::pair<SetVector<BasicBlock *>, BlockFrequency>; in findBestInsertionSet()
|
H A D | CorrelatedValuePropagation.cpp | 163 SmallVector<std::pair<Constant *, unsigned>, 4> IncomingConstants; in simplifyCommonValuePhi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 299 using LocPair = std::pair<MemoryLocation, MemoryLocation>;
|
H A D | LoopInfo.h | 289 typedef std::pair<BlockT *, BlockT *> Edge;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 974 /// even / odd pair, ARM::STM registers have to be in ascending order. 984 /// even / odd pair, ARM::LDM registers have to be in ascending order. 1200 /// Return a pair of bools (reads, writes) indicating if this instruction 1203 std::pair<bool,bool> readsWritesVirtualRegister(Register Reg,
|
/third_party/vixl/test/aarch32/ |
H A D | test-macro-assembler-cond-rd-rn-a32.cc | 636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i)); in TestHelper()
|
H A D | test-macro-assembler-cond-rd-rn-pc-a32.cc | 594 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i)); in TestHelper()
|
H A D | test-macro-assembler-cond-rd-rn-t32.cc | 636 symbols.insert(std::pair<uint32_t, int>(masm.GetCursorOffset(), i)); in TestHelper()
|
/third_party/python/Lib/test/ |
H A D | test_tokenize.py | 1522 The test fails if the 3 pair tokenizations do not match.
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 249 // The vector |targets| is the pair of literal/branch id. 259 const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, in AddSwitch()
|
H A D | scalar_analysis.cpp | 955 std::pair<SExpression, int64_t> SExpression::operator/(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1866 // Inspired by this pair: 1950 std::pair<unsigned, unsigned> 1956 ArrayRef<std::pair<unsigned, const char*>> 1960 static const std::pair<unsigned, const char*> Flags[] = { in getSerializableDirectMachineOperandTargetFlags() 1975 ArrayRef<std::pair<unsigned, const char*>> 1979 static const std::pair<unsigned, const char*> Flags[] = { in getSerializableBitmaskMachineOperandTargetFlags() 2141 /// Symmetrical. See if these two instructions are fit for duplex pair. 4087 /// pair of def and use.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 778 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass; in LowerCall_32() 1130 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass; 2184 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Op() 2235 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Compare() 2439 // an CMP[IF]CC/SELECT_[IF]CC pair, find the original compared values. in LowerBR_CC() 2476 // an CMP[IF]CC/SELECT_[IF]CC pair, find the original compared values. in LowerSELECT_CC() 3254 std::pair<unsigned, const TargetRegisterClass *>
|
/third_party/python/Objects/ |
H A D | dictobject.c | 69 Does not hold an active (key, value) pair now and never did. Unused can 73 Holds an active (key, value) pair. Active can transition to Dummy or 78 Previously held an active (key, value) pair, but that was deleted and an 79 active pair has not yet overwritten the slot. Dummy can transition to 2425 /* Do repr() on each key+value pair, and insert ": " between them. in dict_repr() 2777 /* Update/merge with this (key, value) pair. */ in PyDict_MergeFromSeq2() 3444 Remove and return a (key, value) pair as a 2-tuple. 4946 PyObject *pair = PyTuple_Pack(2, key, val2); in dictitems_xor() local 4947 if (pair == NULL) { in dictitems_xor() 4950 if (PySet_Add(result_set, pair) < in dictitems_xor() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 438 typedef typename U::value_type value_type; // a key-value pair in TestValidityForAllKeysExcept() 643 std::pair<Map<int32, int32>::iterator, bool> result1 = in TEST_F() 653 std::pair<Map<int32, int32>::iterator, bool> result2 = in TEST_F() 907 std::pair<Map<int32, int32>::iterator, Map<int32, int32>::iterator> range = in TEST_F() 916 std::pair<Map<int32, int32>::const_iterator, in TEST_F() 936 std::vector<std::pair<int32, int32> > std_vec(map_.begin(), map_.end()); in TEST_F()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 5253 auto pair = dimensionless.splitToSingleUnits(status); 5254 int32_t count = pair.second; 5272 pair = dimensionless.splitToSingleUnits(status); 5273 count = pair.second; 5572 auto pair = unit.splitToSingleUnits(status); in verifyCompoundUnit() local 5573 const LocalArray<MeasureUnit>& subUnits = pair.first; in verifyCompoundUnit() 5574 int32_t length = pair.second; in verifyCompoundUnit() 5606 auto pair = unit.splitToSingleUnits(status); in verifyMixedUnit() local 5607 const LocalArray<MeasureUnit>& subUnits = pair.first; in verifyMixedUnit() 5608 int32_t length = pair in verifyMixedUnit() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-misc_test.cc | 520 // Parameterized by a pair interpreted as (LhsSize, RhsSize). 522 : public ::testing::TestWithParam<std::pair<size_t, size_t>> {}; 566 : public ::testing::TestWithParam<std::pair<int, int>> {}; 591 // Test argument is a std::pair<int, int> representing (nodes, iters). 929 "are a tuple whose fields (#2, #0) are a pair where " in TEST() 939 "whose fields (#2, #0) are a pair where the first < the second", in TEST() 946 "are a tuple whose fields (#1, #0) aren't a pair " in TEST()
|
/third_party/gn/src/gn/ |
H A D | ninja_rust_binary_target_writer_unittest.cc | 1576 std::pair(lib, LibFile(SourceFile("//foo/lib1.rlib")))); in TEST_F() 1579 std::pair(lib, LibFile("lib2.rlib"))); in TEST_F()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 76 std::vector<std::pair<Operand, uint8_t>> 615 std::pair<Operand, uint8_t>& exact_mask = ctx.info[block->index].exec[0]; in process_instructions()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 741 uint16_t pair = (b[2 * j] << 8) | b[2 * j + 1]; in PrintGeneralName() local 742 BIO_printf(out.get(), (j == 0) ? "%X" : ":%X", pair); in PrintGeneralName() 963 // Relative Distinguished Names contains a single type-value pair only. in GetX509NameObject()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.cc | 417 Register input, RpoNumber def_block, std::pair<int32_t, Label*>* begin, in AssembleArchBinarySearchSwitchRange() 418 std::pair<int32_t, Label*>* end) { in AssembleArchBinarySearchSwitchRange()
|
/third_party/node/deps/v8/src/torque/ |
H A D | types.cc | 584 base::Optional<int> own, base::Optional<std::pair<int, int>> range) const { in InitializeInstanceTypes() 596 base::Optional<std::pair<int, int>> ClassType::InstanceTypeRange() const { in InstanceTypeRange()
|