Searched refs:Diff (Results 1 - 25 of 54) sorted by last modified time

123

/external/ltrace/testsuite/ltrace.main/
H A Dsystem_calls.exp94 proc Diff {d1 d2} {
131 Match [Diff [Calls [ltraceRun -L -S -- $bin]] \
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp204 // Diff the output of the raw program against the reference output. If it
208 bool Diff = diffProgram(Program, "", "", false, &Error); local
213 if (!Diff) {
H A DExecutionDriver.cpp454 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,
457 if (Diff == 2) {
H A DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); local
94 if (Error.empty() && Diff) {
H A DMiscompilation.cpp80 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", local
84 if (Diff) {
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
121 if (Diff) {
160 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
164 if (Diff) {
/external/llvm/tools/llvm-diff/
H A DDiffLog.cpp34 Diff.push_back(DiffRecord(L, R));
38 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr)));
42 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
45 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); }
48 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left)
51 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; }
52 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; }
H A DDiffLog.h59 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
H A DDifferenceEngine.cpp547 DiffLogBuilder Diff(Engine.getConsumer());
568 Diff.addMatch(L, R);
575 Diff.addLeft(&*LI);
581 Diff.addRight(&*RI);
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h87 uint64_t Diff = Mass - X.Mass;
88 Mass = Diff > Mass ? 0 : Diff;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6288 const SCEV *Diff = getMinusSCEV(LHS, RHS);
6289 if (isKnownNonZero(Diff))
7230 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder);
7231 if (sizeOfSCEV(Diff) > sizeOfSCEV(Numerator)) {
7237 divide(SE, Diff, Denominator, &Q, &R);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1459 const MCExpr *Diff = local
1465 OutStreamer.EmitValue(Diff, Size);
1471 OutStreamer.EmitAssignment(SetLabel, Diff);
1490 const MCExpr *Diff = local
1496 OutStreamer.EmitValue(Diff, Size);
1500 OutStreamer.EmitAssignment(SetLabel, Diff);
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1802 float Diff = EstWeight - MaxGap;
1803 if (Diff > BestDiff) {
1805 BestDiff = Hysteresis * Diff;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp619 int Diff = ShAmt-C1; local
620 if (Diff < 0) {
621 Diff = -Diff;
626 TLO.DAG.getConstant(Diff, Op.getOperand(1).getValueType());
708 int Diff = ShAmt-C1; local
709 if (Diff < 0) {
710 Diff = -Diff;
715 TLO.DAG.getConstant(Diff, O
[all...]
/external/llvm/lib/Support/
H A DFileUtilities.cpp141 double Diff; local
143 Diff = std::abs(V1/V2 - 1.0);
145 Diff = std::abs(V2/V1 - 1.0);
147 Diff = 0; // Both zero.
148 if (Diff > RelTolerance) {
152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp594 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
599 if (Diff == 1)
606 if (Diff == -1) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19432 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
19433 if (N->getValueType(0) == MVT::i32) Diff = (unsigned)Diff;
19436 if (Diff < 10) {
19437 switch ((unsigned char)Diff) {
19452 APInt Diff = TrueC->getAPIntValue()-FalseC->getAPIntValue();
19461 if (Diff != 1)
19463 DAG.getConstant(Diff, Cond.getValueType()));
19996 uint64_t Diff = TrueC->getZExtValue()-FalseC->getZExtValue();
19997 if (N->getValueType(0) == MVT::i32) Diff
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp392 APInt Diff = ConstCand->ConstInt->getValue() - local
394 Constant *Offset = Diff == 0 ? nullptr : ConstantInt::get(Ty, Diff);
420 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); local
421 if ((Diff.getBitWidth() <= 64) &&
422 TTI->isLegalAddImmediate(Diff.getSExtValue()))
H A DLoopRerollPass.cpp626 if (const SCEVConstant *Diff = dyn_cast<SCEVConstant>(SE->getMinusSCEV(
628 uint64_t Idx = Diff->getValue()->getValue().getZExtValue();
/external/libvpx/libvpx/vp8/common/ppc/
H A Drecon_altivec.asm16 .macro row_of16 Diff Pred Dst Stride
20 lvx v3, 0, \Diff ;# v3 = d0..d7
23 lvx v3, r8, \Diff ;# v3 = d8..d15
24 addi \Diff, \Diff, 32 ;# next diff
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
59 lvx v3, 0, \Diff ;# v3 = d0..d7
62 lvx v3, r8, \Diff ;# v2 = d8..d15
/external/jdiff/src/jdiff/
H A DAPIComparator.java144 Diff.closeDiffFile();
218 pkgDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, null, oldPkg.doc_, newPkg.doc_, id, title);
222 // Only add to the parent Diff object if some difference has been found
283 classDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_,
398 memberDiff.documentationChange_ = Diff.saveDocDiffs(
605 if (Diff.showAllChanges &&
616 if (Diff.showAllChanges &&
645 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldMethod.doc_, newMethod.doc_, id, title);
759 memberDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldField.doc_, newField.doc_, id, title);
H A DDiff.java12 class Diff { class
343 if (!Diff.noDocDiffs) {
344 diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + HTMLReportGenerator.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
475 if (!Diff.noDocDiffs) {
516 String link = "<a href=\"" + Diff.diffFileName + diffOutput.pkgName_ + HTMLReportGenerator.reportFileExt + "#" + diffOutput.id_ + "\">";
H A DHTMLFiles.java147 if (!Diff.noDocDiffs) {
148 h_.writeText(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + h_.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
H A DHTMLReportGenerator.java58 if (!Diff.noDocDiffs) {
60 Diff.emitDocDiffs(fullReportFileName);
892 reportFile.println(" <td colspan=\"2\" class=\"diffspechead\">API Diff Specification</td>");
975 if (!Diff.noDocDiffs) {
977 String id = (String)Diff.firstDiffOutput.get(pkgName + "!package");
979 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "#" + id + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
983 String id = (String)Diff.firstDiffOutput.get(pkgName + "." + className + "!class");
985 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "#" + id + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
989 reportFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A>&nbsp;</TD>");
2008 // We have to use this global hash table because the *Diff classe
[all...]
H A DMergeChanges.java107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
167 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
244 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
275 if (Diff.showAllChanges &&
285 if (Diff.showAllChanges &&
324 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title);
H A DMethodAPI.java99 if (Diff.showAllChanges &&
103 if (Diff.showAllChanges &&

Completed in 1345 milliseconds

123