/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 1916 const std::vector<std::pair<GenericCallable*, std::string>> in FailCallableLookup() 2020 std::vector<std::pair<GenericCallable*, std::string>> inapplicable_generics; in LookupCallable() 2681 std::pair<std::string, std::string> GetClassInstanceTypeRange( in GetClassInstanceTypeRange() 2683 std::pair<std::string, std::string> result; in GetClassInstanceTypeRange() 3026 std::pair<std::string, std::string> instance_types = in GenerateCall() 3038 std::pair<std::string, std::string> instance_types = in GenerateCall() 3478 const std::vector<std::pair<TorqueMacro*, SourceId>>& cc_macros = in VisitAllDeclarables()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 1622 const pair = values[index]; 1624 return iteratorResult(pair, kind2); 1634 function iteratorResult(pair, kind) { 1638 result = pair[0]; 1642 result = pair[1]; 1646 result = pair; 2196 message: `expected name/value pair to be length 2, found ${header.length}.` 5151 () => this[kState].map((pair) => [pair.name, pair [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 3356 static auto makeStdBeginEnd(void* p, deUint32 n) -> std::pair<R, R> 5823 std::pair<VkAccelerationStructureBuildTypeKHR, const char*> in addQueryPoolResultsTests() 5830 std::pair<bool, const char*> in addQueryPoolResultsTests() 5837 std::pair<QueryPoolResultsParams::Type, const char*> in addQueryPoolResultsTests() 5844 std::pair<bool, const char*> in addQueryPoolResultsTests() 5882 std::pair<VkAccelerationStructureBuildTypeKHR, const char*> in addCopyWithinPipelineTests() 5888 std::pair<CopyWithinPipelineParams::Type, const char*> in addCopyWithinPipelineTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 1927 // touch volatiles or load/stores that have a hint to avoid pair formation. 1939 // Can't merge/pair if the instruction modifies the base register. in isCandidateToMergeOrPair() 1949 // Check if this load/store has a hint to avoid pair formation. in isCandidateToMergeOrPair() 1954 // Do not pair any callee-save store/reload instructions in the in isCandidateToMergeOrPair() 2314 // by the scaled pair load/store instructions. in scaleOffset() 2322 // We can also pair sign-ext and zero-ext instructions. in canPairLdStOpc() 2381 // Only cluster up to a single pair. in shouldClusterMemOps() 2388 // Can we pair these instructions based on their opcodes? in shouldClusterMemOps() 2394 // Can't merge volatiles or load/stores that have a hint to avoid pair in shouldClusterMemOps() 2623 // Copy a DD register pair b in copyPhysReg() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3027 SmallVector<std::pair<MachineOperand*, ARMCC::CondCodes>, 4> in optimizeCompareInstr() 3655 // On Cortex-A8, each pair of register loads / stores can be scheduled on the in getNumMicroOps() 4832 std::pair<uint16_t, uint16_t> 5056 // move in NEON space, but a pair of VEXT instructions *can* do the in setExecutionDomain() 5319 std::pair<unsigned, unsigned> 5325 ArrayRef<std::pair<unsigned, const char *>> 5329 static const std::pair<unsigned, const char *> TargetFlags[] = { 5334 ArrayRef<std::pair<unsigned, const char *>> 5338 static const std::pair<unsigned, const char *> TargetFlags[] = {
|
/third_party/python/Python/ |
H A D | ceval.c | 1260 predicting the second opcode of each opcode pair. These predictions have 6661 PyObject *pair = PyObject_CallMethod(exc_value, "split", "(O)", local 6663 if (pair == NULL) { 6666 assert(PyTuple_CheckExact(pair)); 6667 assert(PyTuple_GET_SIZE(pair) == 2); 6668 *match = Py_NewRef(PyTuple_GET_ITEM(pair, 0)); 6669 *rest = Py_NewRef(PyTuple_GET_ITEM(pair, 1)); 6670 Py_DECREF(pair);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingAccelerationStructuresTests.cpp | 3123 static auto makeStdBeginEnd(void* p, deUint32 n) -> std::pair<R, R> 5190 std::pair<VkAccelerationStructureBuildTypeKHR, const char*> in addQueryPoolResultsTests() 5197 std::pair<bool, const char*> in addQueryPoolResultsTests() 5204 std::pair<QueryPoolResultsParams::Type, const char*> in addQueryPoolResultsTests() 5211 std::pair<bool, const char*> in addQueryPoolResultsTests() 5249 std::pair<VkAccelerationStructureBuildTypeKHR, const char*> in addCopyWithinPipelineTests() 5255 std::pair<CopyWithinPipelineParams::Type, const char*> in addCopyWithinPipelineTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 125 std::pair<SDValue, SDValue> 258 // issuing a (or a pair of) unaligned and overlapping load / store. in findOptimalMemOpLowering() 3140 // to match. A matching pair of setcc (cmp) and sub may be combined into 1 in SimplifySetCC() 4182 std::pair<unsigned, const TargetRegisterClass *> 4193 std::pair<unsigned, const TargetRegisterClass *> R = in getRegForInlineAsmConstraint() 4206 std::pair<unsigned, const TargetRegisterClass *> S = in getRegForInlineAsmConstraint() 4410 std::pair<unsigned, const TargetRegisterClass *> MatchRC = in ParseConstraints() 4413 std::pair<unsigned, const TargetRegisterClass *> InputRC = in ParseConstraints() 6560 std::pair<SDValue, SDValue> 6673 std::pair<SDValu [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_funcs.hpp | 12617 typename ResultValueType<std::pair<std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator>, 12623 std::pair<std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator>, in enumerateQueueFamilyPerformanceQueryCountersKHR() 12665 typename ResultValueType<std::pair<std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator>, 12674 std::pair<std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator>, in enumerateQueueFamilyPerformanceQueryCountersKHR() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 285 typedef std::pair<Value *, Value *> ValuePair; 400 size_t operator()(const std::pair<Instruction *, BasicBlock *>& val) const { in operator ()() 407 std::pair<Instruction *, BasicBlock *>, Value *, PhiMapHash> PhiMap;
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 2673 AccessorPair pair = AccessorPair::cast(value); in PrintDescriptorDetails() local 2674 os << "(get: " << Brief(pair.getter()) in PrintDescriptorDetails() 2675 << ", set: " << Brief(pair.setter()) << ")"; in PrintDescriptorDetails()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 105 // ephemerons, where a pair of objects is required to retain the target. 1271 "part of key (%s @%u) -> value (%s @%u) pair in WeakMap (table @%u)", in ExtractEphemeronHashTableReferences() 2369 for (const auto& pair : global_object_tag_pairs_) { in MakeGlobalObjectTagMap() 2370 global_object_tag_map_.emplace(*pair.first, pair.second); in MakeGlobalObjectTagMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 896 for (std::vector<std::pair<MachineInstr *, MachineInstr *>>::iterator in placeDebugValues() 898 std::pair<MachineInstr *, MachineInstr *> P = *std::prev(DI); in placeDebugValues() 1298 /// The cyclic path estimation identifies a def-use pair that crosses the back 1959 std::pair<unsigned, unsigned>
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 339 std::pair<int, int> getSize() const in getSize() 389 size = std::pair<int, int>(1, 1); in fill() 507 std::pair<int, int> size;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 276 ArrayRef<std::pair<Record *, SMRange>> SCs = SC->getSuperClasses(); in AddSubClass() 2092 SmallVector<std::pair<llvm::Init*, StringInit*>, 8> DagArgs; in ParseSimpleValue() 2314 SmallVectorImpl<std::pair<llvm::Init*, StringInit*>> &Result, in ParseDagArgList() 2970 // The foreach containing the else-clause uses the same pair of lists as in ParseIf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 140 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; 1328 SmallVector<std::pair<SMLoc, std::string>, 2> Warnings; in VerifyAndAdjustOperands() 1795 std::pair<StringRef, StringRef> BaseMember = DotDispStr.split('.'); in ParseIntelDotOperator()
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.cc | 696 // ECMAScript 2015 or above. Otherwise, use a surrogate pair. in EscapeJSString() 1439 // filenames: a pair of {short filename, full filename} 1444 bool AddFile(const std::pair<std::string, std::string> filenames, in AddFile() 3467 const std::vector<std::pair<std::string, std::string> >& options, in ParseFromOptions() 3720 std::vector<std::pair<std::string, std::string> > option_pairs; in GenerateAll()
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfenc.c | 516 const MXFLocalTagPair *pair = mxf_lookup_local_tag(tag); in mxf_mark_tag_unused() local 517 mxf->unused_tags[pair - mxf_local_tag_batch] = 1; in mxf_mark_tag_unused() 581 const MXFLocalTagPair *pair = mxf_lookup_local_tag(tag); in mxf_write_local_tag() local 584 av_assert0(mxf->unused_tags[pair - mxf_local_tag_batch] == 0); in mxf_write_local_tag()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 338 std::vector<std::pair<std::string, Counter*>> counters( in ~EngineImpl() 350 for (const auto& pair : counters) { in ~EngineImpl() 351 std::string key = pair.first; in ~EngineImpl() 352 Counter* counter = pair.second; in ~EngineImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2451 linesParams.insert(pair<string, string>("TOPOLOGY", "lines")); in addGeometryShadersFromTemplate() 2454 pointsParams.insert(pair<string, string>("TOPOLOGY", "points")); in addGeometryShadersFromTemplate() 2465 linesParams.insert(pair<string, string>("TOPOLOGY", "InputLines")); in addGeometryShadersFromTemplate() 2468 pointsParams.insert(pair<string, string>("TOPOLOGY", "InputPoints")); in addGeometryShadersFromTemplate()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 2280 [&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { return entry.second.orig_name == name; }); in get_first_entry_point() 2292 [&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { return entry.second.orig_name == name; }); in get_first_entry_point() 2303 [&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { in get_entry_point() 2316 [&](const std::pair<uint32_t, SPIREntryPoint> &entry) -> bool { in get_entry_point()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 80 /// pair constitutes a happens-before arc, shadow store and load are correctly 568 /// Each of the MsanMetadataPtrXxx functions returns a pair of shadow/origin 1049 SmallVector<std::pair<IntrinsicInst *, AllocaInst *>, 16> LifetimeStartList; 1407 std::pair<Value *, Value *> 1438 std::pair<Value *, Value *> getShadowOriginPtrKernel(Value *Addr, 1464 std::pair<Value *, Value *> getShadowOriginPtr(Value *Addr, IRBuilder<> &IRB, 2005 /// Add a pair of shadow and origin values to the mix.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 2439 linesParams.insert(pair<string, string>("TOPOLOGY", "lines")); in addGeometryShadersFromTemplate() 2442 pointsParams.insert(pair<string, string>("TOPOLOGY", "points")); in addGeometryShadersFromTemplate() 2453 linesParams.insert(pair<string, string>("TOPOLOGY", "InputLines")); in addGeometryShadersFromTemplate() 2456 pointsParams.insert(pair<string, string>("TOPOLOGY", "InputPoints")); in addGeometryShadersFromTemplate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 290 DenseMap<Function *, std::pair<unsigned, unsigned>> FrameEscapeInfo; 509 void verifyFunctionMetadata(ArrayRef<std::pair<unsigned, MDNode *>> MDs); 1434 "invalid value for 'require' module flag (expected metadata pair)", in visitModuleFlag() 1822 std::pair<unsigned, Optional<unsigned>> Args = in verifyFunctionAttrs() 1878 ArrayRef<std::pair<unsigned, MDNode *>> MDs) { in verifyFunctionMetadata() 2260 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; in visitFunction() 2415 SmallVector<std::pair<BasicBlock*, Value*>, 8> Values; in visitBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 1572 std::pair<MachineInstr*, MachineInstr*> 1831 // If a spill is needed for the pc register pair, we need to insert a spill in insertIndirectBranch() 5207 // Build a pair of scalar instructions and add them to the work list. 6146 ArrayRef<std::pair<int, const char *>> 6148 static const std::pair<int, const char *> TargetIndices[] = { 6172 std::pair<unsigned, unsigned> 6177 ArrayRef<std::pair<unsigned, const char *>> 6179 static const std::pair<unsigned, const char *> TargetFlags[] = {
|