/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 234 std::map<uint64_t, std::pair<uint64_t, DWARFDie>> AddrDieMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 69 std::pair<StringRef, StringRef> P = {"", Key}; in inputOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 461 /// For a given register pair, return the sub-register index 713 /// Returns a (RegUnit, LaneMask) pair. 714 std::pair<unsigned,LaneBitmask> operator*() const { in operator *()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 134 using OptRange = std::pair<unsigned, unsigned>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 243 /// GCOVFile - Collects coverage information for one pair of coverage file 463 using FileCoverageList = SmallVector<std::pair<std::string, GCOVCoverage>, 4>;
|
H A D | InstrProfReader.h | 324 static std::pair<offset_type, offset_type>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Allocator.h | 378 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 134 StringMap<std::pair<unsigned, unsigned>> FunctionToInstrCount;
|
H A D | DomTreeUpdater.cpp | 254 SmallSet<std::pair<BasicBlock *, BasicBlock *>, 8> Seen; in applyUpdatesPermissive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 107 SmallVector<std::pair<BasicBlock *, Value *>, 8> PredValues; in GetValueInMiddleOfBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Profile.cpp | 393 std::vector<std::pair<Profile::PathID, Profile::Data>>( in profileFromTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Allocator.h | 304 SmallVector<std::pair<void *, size_t>, 0> CustomSizedSlabs;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 315 ArrayRef<std::pair<Record *, SMRange>> SC = Set->getSuperClasses(); in expand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 147 using Uses = SmallVector<std::pair<Instruction *, unsigned>, 4>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 53 using StackEntry = std::pair<BasicBlock *, Value *>;
|
H A D | SIFormMemoryClauses.cpp | 41 typedef DenseMap<unsigned, std::pair<unsigned, LaneBitmask>> RegUse;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 253 std::map<StringRef, std::pair<bool, std::vector<BTFTypeDerived *>>>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 67 using CFGEdge = std::pair<int, int>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 479 std::pair<unsigned, const TargetRegisterClass *>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 394 SmallVector<std::pair<MCPhysReg, const MachineOperand *>, 2> Clobbers; in reorganizeBlockLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 84 std::vector<std::pair<MachineBasicBlock *, unsigned>> TargetMBBs; in ExpandICallBranchFunnel()
|
H A D | X86SelectionDAGInfo.cpp | 95 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 261 std::pair<StatusMap::iterator, bool> insert(BasicBlock *BB) { in initialize()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.h | 107 std::set<std::pair<const sem::Struct*, ast::StorageClass>>
|
/third_party/spirv-tools/source/ |
H A D | enum_set.h | 231 std::pair<iterator, bool> insert(const T& value) { in insert()
|