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.cpp651 OverlapStats &Overlap, in overlap() argument
675 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
676 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
682 OverlapStats &Overlap, in overlapValueProfData() argument
718 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap()
724 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap()
731 Overlap.Base.CountSum, Overlap.Test.CountSum); in overlap()
734 Overlap.Overlap.CountSum += Score; in overlap()
735 Overlap.Overlap.NumEntries += 1; in overlap()
743 FuncLevelOverlap.Overlap.CountSum = FuncScore; in overlap()
[all …]
H A DInstrProfWriter.cpp208 OverlapStats &Overlap, in overlapRecord() argument
215 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord()
219 Overlap.Overlap.NumEntries += 1; in overlapRecord()
228 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord()
237 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h620 CountSumOrPercent Overlap; member
689 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
787 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
792 OverlapStats &Overlap,
H A DInstrProfWriter.h176 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1528 bool isDead = false, bool Overlap = false,
1535 bool Overlap = false,
1537 int Idx = findRegisterDefOperandIdx(Reg, isDead, Overlap, TRI);
1543 bool Overlap = false,
1546 Reg, isDead, Overlap, TRI);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp306 auto Overlap = [](const Replacement &R1, const Replacement &R2) -> bool { in add() local
312 if (!Overlap(R, *I)) { in add()
330 if (!Overlap(R, *I)) in add()
/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.cpp590 OverlapStats &Overlap, in overlapInput() argument
609 WC->Writer.overlapRecord(std::move(I), Overlap, FuncOverlap, FuncFilter); in overlapInput()
1668 OverlapStats Overlap; in overlapInstrProfile() local
1669 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
1672 if (Overlap.Base.CountSum < 1.0f) { in overlapInstrProfile()
1676 if (Overlap.Test.CountSum < 1.0f) { in overlapInstrProfile()
1681 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
1683 Overlap.dump(OS); in overlapInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1162 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local
1165 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters()
1170 if (Overlap) in coalesceRegisters()
H A DHexagonLoopIdiomRecognition.cpp2060 bool Overlap = false; in processCopyingStore() local
2095 Overlap = true; in processCopyingStore()
2098 if (!Overlap) { in processCopyingStore()
2143 bool RuntimeCheck = (Overlap || DestVolatile); in processCopyingStore()
2297 LLVM_DEBUG(dbgs() << " Formed " << (Overlap ? "memmove: " : "memcpy: ") in processCopyingStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp570 LaneBitmask Overlap = TRI->getSubRegIndexLaneMask(SubReg) & in instAccessReg() local
572 if (Overlap.any()) in instAccessReg()
H A DSIWholeQuadMode.cpp390 LaneBitmask Overlap = (UseLanes & OpLanes); in markDefs() local
393 HasDef |= Overlap.any(); in markDefs()
H A DSIInstrInfo.cpp944 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); in copyPhysReg() local
945 indirectCopyToAGPR(*this, MBB, MI, DL, DestReg, SrcReg, KillSrc, RS, Overlap); in copyPhysReg()
1101 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); in copyPhysReg() local
1102 const bool CanKillSuperReg = KillSrc && !Overlap; in copyPhysReg()
1121 *RS, Overlap, ImpDefSuper, ImpUseSuper); in copyPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1920 bool Overlap = false; in LoadStoreMultipleOpti() local
1922 Overlap = (Base == Reg); in LoadStoreMultipleOpti()
1923 if (!Overlap) { in LoadStoreMultipleOpti()
1926 Overlap = true; in LoadStoreMultipleOpti()
1933 if (!Overlap) { in LoadStoreMultipleOpti()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2024 AggValueSlot::Overlap_t Overlap = AggValueSlot::MayOverlap; in EmitExprAsInit() local
2026 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
2028 Overlap = getOverlapForFieldInit(FD); in EmitExprAsInit()
2033 AggValueSlot::IsNotAliased, Overlap)); in EmitExprAsInit()
H A DCGClass.cpp2191 AggValueSlot::Overlap_t Overlap, in EmitCXXConstructorCall() argument
2217 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
H A DCodeGenFunction.h2950 AggValueSlot::Overlap_t Overlap,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1063 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx() argument
1070 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1077 if (Overlap) in findRegisterDefOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2402 bool Overlap = false; in CheckDag() local
2407 Overlap = MI->Pos < M.End; in CheckDag()
2411 if (!Overlap) { in CheckDag()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1296 OVERLAPPED *Overlap) {
1302 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
1312 return readNativeFileImpl(FileHandle, Buf, /*Overlap=*/nullptr);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp617 SVal Overlap = in CheckOverlap() local
620 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_vendors5951 102b 0880 P-256 Edge Overlap Controller