Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/utils/valgrind/
H A Dx86_64-pc-linux-gnu_gcc-4.3.3.supp3 Memcheck:Overlap
11 Memcheck:Overlap
19 Memcheck:Overlap
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp525 OverlapStats &Overlap, in overlap() argument
537 Overlap.Base.ValueCounts[ValueKind], in overlap()
538 Overlap.Test.ValueCounts[ValueKind]); in overlap()
549 Overlap.Overlap.ValueCounts[ValueKind] += Score; in overlap()
550 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; in overlap()
556 OverlapStats &Overlap, in overlapValueProfData() argument
568 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, in overlapValueProfData()
572 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() argument
592 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlap()
598 overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap); in overlap()
[all …]
H A DInstrProfWriter.cpp192 OverlapStats &Overlap, in overlapRecord() argument
199 Overlap.addOneUnique(FuncLevelOverlap.Test); in overlapRecord()
203 Overlap.Overlap.NumEntries += 1; in overlapRecord()
212 Overlap.addOneMismatch(FuncLevelOverlap.Test); in overlapRecord()
222 Dest.overlap(Other, Overlap, FuncLevelOverlap, ValueCutoff); in overlapRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h182 for (IntervalT Overlap : Overlaps) variable
183 insert(Overlap.first, Overlap.second);
196 for (IntervalT Overlap : Overlaps) { in intersectWithComplement() local
198 std::tie(OlapStart, OlapStop) = Overlap; in intersectWithComplement()
422 for (IntervalT Overlap : Overlaps) { in getNonOverlappingParts() local
424 std::tie(OlapStart, OlapStop) = Overlap; in getNonOverlappingParts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h618 CountSumOrPercent Overlap; member
687 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
785 OverlapStats &Overlap,
H A DInstrProfWriter.h111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1438 bool isDead = false, bool Overlap = false,
1445 bool Overlap = false,
1447 int Idx = findRegisterDefOperandIdx(Reg, isDead, Overlap, TRI);
1453 bool Overlap = false,
1456 Reg, isDead, Overlap, TRI);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp305 auto Overlap = [](const Replacement &R1, const Replacement &R2) -> bool { in add() local
311 if (!Overlap(R, *I)) { in add()
329 if (!Overlap(R, *I)) in add()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp210 OverlapStats &Overlap, in overlapInput() argument
227 WC->Writer.overlapRecord(std::move(I), Overlap, FuncOverlap, FuncFilter); in overlapInput()
980 OverlapStats Overlap; in overlapInstrProfile() local
981 Error E = Overlap.accumulateCounts(BaseFilename, TestFilename, IsCS); in overlapInstrProfile()
984 if (Overlap.Base.CountSum < 1.0f) { in overlapInstrProfile()
988 if (Overlap.Test.CountSum < 1.0f) { in overlapInstrProfile()
993 overlapInput(BaseFilename, TestFilename, &Context, Overlap, FuncFilter, OS, in overlapInstrProfile()
995 Overlap.dump(OS); in overlapInstrProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1143 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local
1146 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters()
1151 if (Overlap) in coalesceRegisters()
H A DHexagonLoopIdiomRecognition.cpp2066 bool Overlap = false; in processCopyingStore() local
2101 Overlap = true; in processCopyingStore()
2104 if (!Overlap) { in processCopyingStore()
2149 bool RuntimeCheck = (Overlap || DestVolatile); in processCopyingStore()
2309 LLVM_DEBUG(dbgs() << " Formed " << (Overlap ? "memmove: " : "memcpy: ") in processCopyingStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp399 LaneBitmask Overlap = TRI.getSubRegIndexLaneMask(SubReg) & in instAccessReg() local
401 if (Overlap.any()) in instAccessReg()
H A DSIWholeQuadMode.cpp392 LaneBitmask Overlap = (UseLanes & OpLanes); in markDefs() local
395 HasDef |= Overlap.any(); in markDefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1918 bool Overlap = false; in LoadStoreMultipleOpti() local
1920 Overlap = (Base == Reg); in LoadStoreMultipleOpti()
1921 if (!Overlap) { in LoadStoreMultipleOpti()
1924 Overlap = true; in LoadStoreMultipleOpti()
1931 if (!Overlap) { in LoadStoreMultipleOpti()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1944 AggValueSlot::Overlap_t Overlap = AggValueSlot::MayOverlap; in EmitExprAsInit() local
1946 Overlap = AggValueSlot::DoesNotOverlap; in EmitExprAsInit()
1948 Overlap = getOverlapForFieldInit(FD); in EmitExprAsInit()
1953 AggValueSlot::IsNotAliased, Overlap)); in EmitExprAsInit()
H A DCGClass.cpp2134 AggValueSlot::Overlap_t Overlap, in EmitCXXConstructorCall() argument
2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
H A DCodeGenFunction.h2828 AggValueSlot::Overlap_t Overlap,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1041 MachineInstr::findRegisterDefOperandIdx(Register Reg, bool isDead, bool Overlap, in findRegisterDefOperandIdx() argument
1048 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg)) in findRegisterDefOperandIdx()
1055 if (Overlap) in findRegisterDefOperandIdx()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1252 OVERLAPPED *Overlap) {
1258 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
1268 return readNativeFileImpl(FileHandle, Buf, /*Overlap=*/nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp2469 bool Overlap = false; in CheckDag() local
2474 Overlap = MI->Pos < M.End; in CheckDag()
2478 if (!Overlap) { in CheckDag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp526 SVal Overlap = in CheckOverlap() local
529 Overlap.getAs<DefinedOrUnknownSVal>(); in CheckOverlap()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/lang/
H A Dwpa_gui_de.ts1016 <translation>PBC Modus Overlap erkannt</translation>
/netbsd-src/external/historical/nawk/dist/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",
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dcvs.texinfo6270 @cindex Overlap

12