Home
last modified time | relevance | path

Searched refs:Overlap (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp503 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 …]
DInstrProfWriter.cpp191 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/
Ddng_misc_opcodes.cpp204 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 …]
Ddng_gain_map.h194 return fAreaSpec.Overlap (imageBounds); in ModifiedBounds()
Ddng_misc_opcodes.h146 dng_rect Overlap (const dng_rect &tile) const;
Ddng_gain_map.cpp550 dng_rect overlap = fAreaSpec.Overlap (dstArea); in ProcessArea()
/third_party/typescript/tests/baselines/reference/
DswitchCaseWithIntersectionTypes01.types35 // Overlap in constituents
DswitchCaseWithUnionTypes01.types35 // Overlap in constituents
DswitchCaseWithUnionTypes01.errors.txt21 // Overlap in constituents
DswitchCaseWithUnionTypes01.symbols35 // Overlap in constituents
DswitchCaseWithIntersectionTypes01.symbols35 // Overlap in constituents
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1270 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/
DInstrProf.h612 CountSumOrPercent Overlap; member
681 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
779 OverlapStats &Overlap,
DInstrProfWriter.h105 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
/third_party/skia/tools/
Dvalgrind.supp61 Memcheck:Overlap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp401 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/
DHexagonExpandCondsets.cpp1142 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local
1145 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters()
1150 if (Overlap) in coalesceRegisters()
DHexagonLoopIdiomRecognition.cpp2048 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/
Dadvanced_blend.txt161 in table <<framebuffer-blend-advanced-overlap-modes,Advanced Blend Overlap
186 .Advanced Blend Overlap Modes
189 | Overlap Mode | Weighting Equations
Dadvanced_blend.adoc245 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/
DARMLoadStoreOptimizer.cpp1815 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/
DFileCheck.cpp1650 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/
DMachineInstr.cpp992 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/
Dtypes.cc43 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()
Dtypes.h514 static bool Overlap(const RangeType* lhs, const RangeType* rhs);

12