| /netbsd-src/external/apache2/llvm/dist/clang/utils/valgrind/ |
| H A D | x86_64-pc-linux-gnu_gcc-4.3.3.supp | 3 Memcheck:Overlap 11 Memcheck:Overlap 19 Memcheck:Overlap
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 525 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 D | InstrProfWriter.cpp | 192 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 D | CoalescingBitVector.h | 182 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 D | InstrProf.h | 618 CountSumOrPercent Overlap; member 687 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap); 780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, 785 OverlapStats &Overlap,
|
| H A D | InstrProfWriter.h | 111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1438 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 D | Replacement.cpp | 305 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 D | llvm-profdata.cpp | 210 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 D | HexagonExpandCondsets.cpp | 1143 bool Overlap = L1.overlaps(L2); in coalesceRegisters() local 1146 << (Overlap ? "overlap" : "disjoint") << ")\n " in coalesceRegisters() 1151 if (Overlap) in coalesceRegisters()
|
| H A D | HexagonLoopIdiomRecognition.cpp | 2066 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 D | SIShrinkInstructions.cpp | 399 LaneBitmask Overlap = TRI.getSubRegIndexLaneMask(SubReg) & in instAccessReg() local 401 if (Overlap.any()) in instAccessReg()
|
| H A D | SIWholeQuadMode.cpp | 392 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 D | ARMLoadStoreOptimizer.cpp | 1918 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 D | CGDecl.cpp | 1944 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 D | CGClass.cpp | 2134 AggValueSlot::Overlap_t Overlap, in EmitCXXConstructorCall() argument 2160 EmitAggregateCopyCtor(DestLVal, SrcLVal, Overlap); in EmitCXXConstructorCall()
|
| H A D | CodeGenFunction.h | 2828 AggValueSlot::Overlap_t Overlap,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1041 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 D | Path.inc | 1252 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 D | FileCheck.cpp | 2469 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 D | CStringChecker.cpp | 526 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 D | wpa_gui_de.ts | 1016 <translation>PBC Modus Overlap erkannt</translation>
|
| /netbsd-src/external/historical/nawk/dist/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",
|
| /netbsd-src/external/gpl2/xcvs/dist/doc/ |
| H A D | cvs.texinfo | 6270 @cindex Overlap
|