/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 503 OverlapStats &Overlap, in overlap() argument 515 Overlap.Base.ValueCounts[ValueKind], in overlap() 516 Overlap.Test.ValueCounts[ValueKind]); in overlap() 527 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap() 528 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap() 534 OverlapStats &Overlap, in overlapValueProfData() argument 546 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, in overlapValueProfData() 550 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() argument 570 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap() 576 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap() [all …]
|
D | InstrProfWriter.cpp | 191 OverlapStats &Overlap, in overlapRecord() argument 198 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord() 202 Overlap.Overlap.NumEntries += 1; in overlapRecord() 211 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord() 221 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_misc_opcodes.cpp | 204 dng_rect dng_area_spec::Overlap (const dng_rect &tile) const in Overlap() function in dng_area_spec 393 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 406 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea() 612 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 625 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea() 974 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 987 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea() 1180 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() 1193 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea() 1360 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds() [all …]
|
D | dng_gain_map.h | 194 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
|
D | dng_misc_opcodes.h | 146 dng_rect Overlap (const dng_rect &tile) const;
|
D | dng_gain_map.cpp | 550 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
|
/third_party/typescript/tests/baselines/reference/ |
D | switchCaseWithIntersectionTypes01.types | 35 // Overlap in constituents
|
D | switchCaseWithUnionTypes01.types | 35 // Overlap in constituents
|
D | switchCaseWithUnionTypes01.errors.txt | 21 // Overlap in constituents
|
D | switchCaseWithUnionTypes01.symbols | 35 // Overlap in constituents
|
D | switchCaseWithIntersectionTypes01.symbols | 35 // Overlap in constituents
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1270 bool isDead = false, bool Overlap = false, 1277 bool Overlap = false, 1279 int Idx = findRegisterDefOperandIdx(Reg, isDead, Overlap, TRI); 1285 bool Overlap = false, 1288 Reg, isDead, Overlap, TRI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 612 CountSumOrPercent Overlap; member 681 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap); 774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, 779 OverlapStats &Overlap,
|
D | InstrProfWriter.h | 105 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
|
/third_party/skia/tools/ |
D | valgrind.supp | 61 Memcheck:Overlap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 401 LaneBitmask Overlap = TRI.getSubRegIndexLaneMask(SubReg) & in instAccessReg() local 403 if (Overlap.any()) in instAccessReg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 1142 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local 1145 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters() 1150 if (Overlap) in coalesceRegisters()
|
D | HexagonLoopIdiomRecognition.cpp | 2048 bool Overlap = false; in processCopyingStore() local 2083 Overlap = true; in processCopyingStore() 2086 if (!Overlap) { in processCopyingStore() 2131 bool RuntimeCheck = (Overlap || DestVolatile); in processCopyingStore() 2291 LLVM_DEBUG(dbgs() << " Formed " << (Overlap ? "memmove: " : "memcpy: ") in processCopyingStore()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_blend_operation_advanced/ |
D | advanced_blend.txt | 161 in table <<framebuffer-blend-advanced-overlap-modes,Advanced Blend Overlap 186 .Advanced Blend Overlap Modes 189 | Overlap Mode | Weighting Equations
|
D | advanced_blend.adoc | 245 in table <<framebuffer-blend-advanced-overlap-modes,Advanced Blend Overlap 270 .Advanced Blend Overlap Modes 273 | Overlap Mode | Weighting Equations
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1815 bool Overlap = false; in LoadStoreMultipleOpti() local 1817 Overlap = (Base == Reg); in LoadStoreMultipleOpti() 1818 if (!Overlap) { in LoadStoreMultipleOpti() 1821 Overlap = true; in LoadStoreMultipleOpti() 1828 if (!Overlap) { in LoadStoreMultipleOpti()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 1650 bool Overlap = false; in CheckDag() local 1655 Overlap = MI->Pos < M.End; in CheckDag() 1659 if (!Overlap) { in CheckDag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 992 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx() argument 999 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx() 1006 if (Overlap) in findRegisterDefOperandIdx()
|
/third_party/node/deps/v8/src/compiler/ |
D | types.cc | 43 bool Type::Overlap(const RangeType* lhs, const RangeType* rhs) { in Overlap() function in v8::internal::compiler::Type 604 return Overlap(this->AsRange(), that.AsRange()); in Maybe()
|
D | types.h | 514 static bool Overlap(const RangeType* lhs, const RangeType* rhs);
|