Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h183 for (IntervalT Overlap : Overlaps) variable
184 insert(Overlap.first, Overlap.second);
197 for (IntervalT Overlap : Overlaps) { in intersectWithComplement() local
199 std::tie(OlapStart, OlapStop) = Overlap; in intersectWithComplement()
423 for (IntervalT Overlap : Overlaps) { in getNonOverlappingParts() local
425 std::tie(OlapStart, OlapStop) = Overlap; in getNonOverlappingParts()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp747 OverlapStats &Overlap, in overlap() argument
759 Overlap.Base.ValueCounts[ValueKind], in overlap()
760 Overlap.Test.ValueCounts[ValueKind]); in overlap()
771 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
772 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
778 OverlapStats &Overlap, in overlapValueProfData() argument
790 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, in overlapValueProfData()
794 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() argument
814 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap()
820 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap()
[all …]
H A DInstrProfWriter.cpp214 OverlapStats &Overlap, in overlapRecord() argument
221 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord()
225 Overlap.Overlap.NumEntries += 1; in overlapRecord()
234 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord()
243 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp551 float Overlap = calculateOverlap(CurFn.Dependencies, Fns); in doPartitioning() local
552 SML << " => " << format("%0.2f", Overlap * 100) << "% overlap with P" in doPartitioning()
554 if (Overlap > LargeFnOverlapForMerge) { in doPartitioning()
H A DSIShrinkInstructions.cpp590 LaneBitmask Overlap = TRI->getSubRegIndexLaneMask(SubReg) & in instAccessReg() local
592 if (Overlap.any()) in instAccessReg()
H A DSIWholeQuadMode.cpp391 LaneBitmask Overlap = (UseLanes & OpLanes); in markDefs() local
394 HasDef |= Overlap.any(); in markDefs()
H A DSIInstrInfo.cpp943 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); in copyPhysReg() local
944 indirectCopyToAGPR(*this, MBB, MI, DL, DestReg, SrcReg, KillSrc, RS, Overlap); in copyPhysReg()
1100 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); in copyPhysReg() local
1101 const bool CanKillSuperReg = KillSrc && !Overlap; in copyPhysReg()
1120 *RS, Overlap, ImpDefSuper, ImpUseSuper); in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1560 bool Overlap = false) const;
1567 bool Overlap = false) {
1568 int Idx = findRegisterDefOperandIdx(Reg, TRI, isDead, Overlap);
1575 bool Overlap = false) const {
1577 Reg, TRI, isDead, Overlap);
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h753 CountSumOrPercent Overlap; member
819 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
904 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
909 OverlapStats &Overlap,
H A DInstrProfWriter.h203 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
/freebsd/tools/tools/ath/athprom/
H A Deeprom-1456 | pdGain Overlap $pdGainOverlap dB |
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp628 OverlapStats &Overlap, in overlapInput() argument
647 WC->Writer.overlapRecord(std::move(I), Overlap, FuncOverlap, FuncFilter); in overlapInput()
1727 OverlapStats Overlap; in overlapInstrProfile() local
1728 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1731 if (Overlap.Base.CountSum < 1.0f) { in overlapInstrProfile()
1735 if (Overlap.Test.CountSum < 1.0f) { in overlapInstrProfile()
1740 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1742 Overlap.dump(OS); in overlapInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1165 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local
1168 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters()
1173 if (Overlap) in coalesceRegisters()
H A DHexagonLoopIdiomRecognition.cpp2054 bool Overlap = false; in processCopyingStore() local
2089 Overlap = true; in processCopyingStore()
2092 if (!Overlap) { in processCopyingStore()
2137 bool RuntimeCheck = (Overlap || DestVolatile); in processCopyingStore()
2291 LLVM_DEBUG(dbgs() << " Formed " << (Overlap ? "memmove: " : "memcpy: ") in processCopyingStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1921 bool Overlap = false; in LoadStoreMultipleOpti() local
1923 Overlap = (Base == Reg); in LoadStoreMultipleOpti()
1924 if (!Overlap) { in LoadStoreMultipleOpti()
1927 Overlap = true; in LoadStoreMultipleOpti()
1934 if (!Overlap) { in LoadStoreMultipleOpti()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2055 AggValueSlot::Overlap_t Overlap = AggValueSlot::MayOverlap; in EmitExprAsInit() local
2057 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
2059 Overlap = getOverlapForFieldInit(FD); in EmitExprAsInit()
2064 AggValueSlot::IsNotAliased, Overlap)); in EmitExprAsInit()
H A DCGClass.cpp2201 AggValueSlot::Overlap_t Overlap, in EmitCXXConstructorCall() argument
2226 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
H A DCodeGenFunction.h3149 AggValueSlot::Overlap_t Overlap,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1105 bool isDead, bool Overlap) const { in findRegisterDefOperandIdx()
1111 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1118 if (Overlap) in findRegisterDefOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2404 bool Overlap = false; in CheckDag() local
2409 Overlap = MI->Pos < M.End; in CheckDag()
2413 if (!Overlap) { in CheckDag()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1302 OVERLAPPED *Overlap) {
1308 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
1318 return readNativeFileImpl(FileHandle, Buf, /*Overlap=*/nullptr);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp761 SVal Overlap = in CheckOverlap() local
764 Overlap.getAs<DefinedOrUnknownSVal>(); in CheckOverlap()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok3057 Overlap Configurations . . . . . . . . . 500--507
3150 I/O:I/O Overlap . . . . . . . . . . . . 821--831
H A Dfunstack.in23323 title = "General Equations for Idealized {CPU-I/O} Overlap Configurations",
24045 … "Models for Parallel Processing Within Programs: Application to {CPU:I/O} and {I/O:I/O} Overlap",
/freebsd/share/misc/
H A Dpci_vendors6096 102b 0880 P-256 Edge Overlap Controller