/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNNSAReassign.cpp | 240 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 122 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI); in EmitSpecializedLibcall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsOptimizePICCall.cpp | 58 using CntRegP = std::pair<unsigned, unsigned>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 43 // element of the pair); the second element of the pair is the amount of the 45 std::vector<std::pair<unsigned, unsigned>> BlockSizes;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 432 SmallVector<std::pair<MachineInstr *, MachineInstr *>, 8> MIReplacements; in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 152 SmallVector<std::pair<Instruction *, Value *>, 4> TrapInfo; in addBoundsChecking()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 251 SmallVector<std::pair<Instruction *, const SCEVAddRecExpr *>, 16> PrefLoads; in runOnLoop()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | cli.cc | 467 std::pair<bool, const char*> required_params[] = { in ParseMutatorDebuggerCliParams()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 38 std::pair<bool, std::string> ReadFile(const std::string& path);
|
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | fact_manager.cpp | 171 const std::vector<std::pair<protobufs::FactConstantUniform, uint32_t>>&
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 104 std::vector<std::pair<NodeRef, ChildItTy>> VisitStack;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 64 /// desired value. The pointer member of the MemDepResult pair holds the 76 /// MemDepResult pair holds the instruction that defines the memory. 97 /// More detailed state info is encoded in the upper part of the pair (i.e. 285 /// A pair<Value*, bool> where the bool is true if the dependence is a read 289 /// This pair is used when caching information for a block. 296 /// This record is the information kept for each (value, is load) pair. 298 /// The pair of the block and the skip-first-block flag. 341 using PerInstNLInfo = std::pair<NonLocalDepInfo, bool>;
|
H A D | ScalarEvolutionExpander.h | 53 DenseMap<std::pair<const SCEV *, Instruction *>, TrackingVH<Value>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGISel.h | 296 SmallVectorImpl<std::pair<SDValue, SDNode*> > &Result) { in CheckComplexPattern()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.h | 451 std::pair<int, int> GetTableDrivenNumberOfEntriesAndLookUpStartFieldNumber(
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.h | 92 const std::vector<std::pair<std::string, std::string> >& options,
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_helpers.h | 261 typedef std::pair<int32, string> DataEntry;
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.h | 277 std::pair<int64, int32> ReadSecondsAndNanos(
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory_test.cc | 241 std::pair<const CopyableMovableInstance, const CopyableMovableInstance>> in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | reflection.cc | 129 std::pair<FlagIterator, bool> ins = in RegisterFlag()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 188 std::pair<size_t, size_t> mapRange(size_t start, size_t size) const {
|
/third_party/rust/crates/nom/src/sequence/ |
H A D | mod.rs | 19 /// use nom::sequence::pair; 22 /// let mut parser = pair(tag("abc"), tag("efg")); 29 pub fn pair<I, O1, O2, E: ParseError<I>, F, G>( in pair() functions
|
H A D | tests.rs | 90 pair(tag("abc"), tag("def"))(i) in pair_test()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksSerializer.hpp | 220 std::pair<K, V> p; in SerializeItem()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | WorkerThread.cpp | 150 std::queue<std::pair<std::shared_ptr<AsyncWaitableEvent>, std::shared_ptr<Closure>>> mTaskQueue;
|