/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 198 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) { in split() 200 std::pair<StringRef, StringRef> Split = Str.split(Separator); in split() 235 std::pair<StringRef, StringRef> Split = split(Desc, '-'); in parseSpecifier()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 370 for (auto pair : shader_spec_info) { in SetShader() 371 entries->push_back({pair.first, in SetShader() 374 entry_data->push_back(pair.second); in SetShader()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 956 for (auto& pair : loops_to_add_) { in PostModificationCleanup() 957 Loop* parent = pair.first; in PostModificationCleanup() 958 std::unique_ptr<Loop> loop = std::move(pair.second); in PostModificationCleanup()
|
H A D | types.cpp | 517 for (const auto& pair : element_decorations_) { in GetExtraHashWords() 518 words->push_back(pair.first); in GetExtraHashWords() 519 for (const auto& d : pair.second) { in GetExtraHashWords()
|
H A D | upgrade_memory_model.cpp | 321 std::pair<bool, bool> UpgradeMemoryModel::TraceInstruction( in TraceInstruction() 404 std::pair<bool, bool> UpgradeMemoryModel::CheckType( in CheckType() 448 std::pair<bool, bool> UpgradeMemoryModel::CheckAllTypes( in CheckAllTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 956 for (auto& pair : loops_to_add_) { in PostModificationCleanup() 957 Loop* parent = pair.first; in PostModificationCleanup() 958 std::unique_ptr<Loop> loop = std::move(pair.second); in PostModificationCleanup()
|
H A D | types.cpp | 517 for (const auto& pair : element_decorations_) { in GetExtraHashWords() 518 words->push_back(pair.first); in GetExtraHashWords() 519 for (const auto& d : pair.second) { in GetExtraHashWords()
|
H A D | upgrade_memory_model.cpp | 321 std::pair<bool, bool> UpgradeMemoryModel::TraceInstruction( in TraceInstruction() 404 std::pair<bool, bool> UpgradeMemoryModel::CheckType( in CheckType() 448 std::pair<bool, bool> UpgradeMemoryModel::CheckAllTypes( in CheckAllTypes()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 143 // a pair of one cubic's points. If the 2nd cubic's points 147 if returning false, check contains true if the the cubic pair have only the end point in common 659 SkDCubicPair pair = chopAt(t1 == 0 ? t2 : t1); 660 SkDCubic dst = t1 == 0 ? pair.first() : pair.second();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderModuleD3D12.cpp | 141 std::vector<std::pair<std::string, std::string>>* defineStrings, in GetOverridableConstantsDefines() 198 std::vector<std::pair<std::string, std::string>> defineStrings; 464 std::vector<std::pair<std::wstring, std::wstring>> defineStrings; in CompileShaderDXC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 794 SmallVectorImpl< std::pair<Instruction*,Instruction*> > &SimpleIVUsers) { in pushIVUsers() 860 SmallVector<std::pair<Instruction*, Instruction*>, 8> SimpleIVUsers; in simplifyUsers() 868 std::pair<Instruction*, Instruction*> UseOper = in simplifyUsers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsDelaySlotFiller.cpp | 285 std::pair<MipsInstrInfo::BranchType, MachineInstr *> 884 std::pair<MipsInstrInfo::BranchType, MachineInstr *> 926 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
|
H A D | MipsInstrInfo.cpp | 807 std::pair<unsigned, unsigned> 812 ArrayRef<std::pair<unsigned, const char*>> 816 static const std::pair<unsigned, const char*> Flags[] = { in getSerializableDirectMachineOperandTargetFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 616 std::pair<unsigned, unsigned> 622 ArrayRef<std::pair<unsigned, const char *>> 625 static const std::pair<unsigned, const char *> TargetFlags[] = { in getSerializableDirectMachineOperandTargetFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 239 SmallVector<std::pair<BasicBlock *, Value *>, 4> Ops; in ModelledPHI() 649 [](const std::pair<uint32_t, unsigned> &I, 650 const std::pair<uint32_t, unsigned> &J) {
|
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 9 sequence::{pair, tuple}, 499 many0_count(pair(digit, tag(",")))(i) in many0_count_test() 517 many1_count(pair(digit, tag(",")))(i) in many1_count_test()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 955 for (auto& pair : loops_to_add_) { in PostModificationCleanup() 956 Loop* parent = pair.first; in PostModificationCleanup() 957 std::unique_ptr<Loop> loop = std::move(pair.second); in PostModificationCleanup()
|
H A D | types.cpp | 542 for (const auto& pair : element_decorations_) { in ComputeExtraStateHash() 543 hash = hash_combine(hash, pair.first, pair.second); in ComputeExtraStateHash()
|
H A D | upgrade_memory_model.cpp | 323 std::pair<bool, bool> UpgradeMemoryModel::TraceInstruction( in TraceInstruction() 406 std::pair<bool, bool> UpgradeMemoryModel::CheckType( in CheckType() 450 std::pair<bool, bool> UpgradeMemoryModel::CheckAllTypes( in CheckAllTypes()
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | gen-implicit-conversions.py | 803 for pair in itertools.permutations(types, 2): 804 if pair not in valid_pairs: 805 yield pair
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 180 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() 893 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() 911 std::pair<int, MVT> SubLT = TLI->getTypeLegalizationCost(DL, SubTp); in getShuffleCost() 1636 std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() 1637 std::pair<int, MVT> LTDest = TLI->getTypeLegalizationCost(DL, Dst); in getCastInstrCost() 1706 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() 2207 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, OpTy); in getIntrinsicInstrCost() 2362 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() 2399 std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Val); in getVectorInstrCost() 2465 std::pair<in in getMemoryOpCost() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 44 #include <utility> // For std::pair and std::make_pair. 52 using std::pair; 1088 void CountingThreadFunc(pair<AtomicCounterWithMutex*, int> param) { in CountingThreadFunc() 1097 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() 1126 pair<ThreadLocal<std::string>*, std::string*> param) { in RetrieveThreadLocalValue() 1125 RetrieveThreadLocalValue( pair<ThreadLocal<std::string>*, std::string*> param) RetrieveThreadLocalValue() argument
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 1066 midgard_instruction *pair = in mir_schedule_ldst() local 1073 .instruction_count = pair ? 2 : 1, in mir_schedule_ldst() 1074 .instructions = { ins, pair } in mir_schedule_ldst() 1083 mir_update_worklist(worklist, len, instructions, pair); in mir_schedule_ldst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 719 map.remove_if([&](std::pair<ValueType, SUList> &mapEntry) { in insertBarrierChain() 1226 std::vector<std::pair<const SUnit *, const SUnit*>> ConnectionPairs; 1344 for (const std::pair<const SUnit*, const SUnit*> &P : ConnectionPairs) { in finalize() 1410 std::vector<std::pair<const SUnit *, SUnit::const_pred_iterator>> DFSStack;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.cpp | 79 std::pair<void**, void*> prepareDeviceGroupPatch (const VkDeviceCreateInfo* pCreateInfo) in prepareDeviceGroupPatch() 95 return std::pair<void**, void*>((void**)&prev->pNext, (void*)curr); in prepareDeviceGroupPatch() 102 return std::pair<void**, void*>(DE_NULL, DE_NULL); in prepareDeviceGroupPatch() 110 std::pair<void*, void*> patch = prepareDeviceGroupPatch(pCreateInfo); in createDevice()
|