/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 183 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 D | InstrProf.cpp | 747 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 D | InstrProfWriter.cpp | 214 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 D | AMDGPUSplitModule.cpp | 551 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 D | SIShrinkInstructions.cpp | 590 LaneBitmask Overlap = TRI->getSubRegIndexLaneMask(SubReg) & in instAccessReg() local 592 if (Overlap.any()) in instAccessReg()
|
H A D | SIWholeQuadMode.cpp | 391 LaneBitmask Overlap = (UseLanes & OpLanes); in markDefs() local 394 HasDef |= Overlap.any(); in markDefs()
|
H A D | SIInstrInfo.cpp | 943 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 D | MachineInstr.h | 1560 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 D | InstrProf.h | 753 CountSumOrPercent Overlap; member 819 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap); 904 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, 909 OverlapStats &Overlap,
|
H A D | InstrProfWriter.h | 203 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-14 | 56 | pdGain Overlap $pdGainOverlap dB |
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 628 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 D | HexagonExpandCondsets.cpp | 1165 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local 1168 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters() 1173 if (Overlap) in coalesceRegisters()
|
H A D | HexagonLoopIdiomRecognition.cpp | 2054 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 D | ARMLoadStoreOptimizer.cpp | 1921 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 D | CGDecl.cpp | 2055 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 D | CGClass.cpp | 2201 AggValueSlot::Overlap_t Overlap, in EmitCXXConstructorCall() argument 2226 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
|
H A D | CodeGenFunction.h | 3149 AggValueSlot::Overlap_t Overlap,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1105 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 D | FileCheck.cpp | 2404 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 D | Path.inc | 1302 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 D | CStringChecker.cpp | 761 SVal Overlap = in CheckOverlap() local 764 Overlap.getAs<DefinedOrUnknownSVal>(); in CheckOverlap()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 3057 Overlap Configurations . . . . . . . . . 500--507 3150 I/O:I/O Overlap . . . . . . . . . . . . 821--831
|
H A D | funstack.in | 23323 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 D | pci_vendors | 6096 102b 0880 P-256 Edge Overlap Controller
|