Searched defs:Diff (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } function
/external/llvm/tools/bugpoint/
H A DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error); local
94 if (Error.empty() && Diff) {
H A DBugDriver.cpp201 // Diff the output of the raw program against the reference output. If it
205 bool Diff = diffProgram(Program, "", "", false, &Error); local
210 if (!Diff) {
H A DMiscompilation.cpp81 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", local
85 if (Diff) {
119 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
122 if (Diff) {
161 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
165 if (Diff) {
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DFindBugs.cpp92 bool Diff = diffProgram(Program, Filename, "", false, &Error); local
93 if (Error.empty() && Diff) {
H A DBugDriver.cpp200 // Diff the output of the raw program against the reference output. If it
204 bool Diff = diffProgram(Program, "", "", false, &Error); local
209 if (!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) {
159 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
163 if (Diff) {
/external/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp21 typedef typename Map::difference_type Diff; typedef
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
43 typedef typename Set::difference_type Diff; typedef
49 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
/external/libcxx/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp21 typedef typename Map::difference_type Diff; typedef
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
41 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
48 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
59 typedef typename Set::difference_type Diff; typedef
65 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
73 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDiffLog.h59 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
/external/llvm/tools/llvm-diff/
H A DDiffLog.h63 SmallVector<DiffRecord, 20> Diff; member in class:llvm::DiffLogBuilder
/external/jdiff/src/jdiff/
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_ + "\">";
/external/llvm/lib/MC/
H A DMCWin64EH.cpp53 const MCExpr *Diff = local
56 Streamer.EmitValue(Diff, 1);
H A DMCStreamer.cpp735 const MCExpr *Diff = local
741 EmitValue(Diff, Size);
747 EmitAssignment(SetLabel, Diff);
/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/swiftshader/third_party/LLVM/lib/Support/
H A DFileUtilities.cpp142 double Diff; local
144 Diff = std::abs(V1/V2 - 1.0);
146 Diff = std::abs(V2/V1 - 1.0);
148 Diff = 0; // Both zero.
149 if (Diff > RelTolerance) {
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp387 unsigned SI = Scavenged.size(), Diff = UINT_MAX; local
407 if (D < Diff) {
409 Diff = D;
H A DLiveDebugValues.cpp400 VarLocSet Diff = InLocsT; local
401 Diff.intersectWithComplement(ILS);
402 for (auto ID : Diff) {
/external/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp226 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); local
227 if (const auto *CDiff = dyn_cast<SCEVConstant>(Diff)) {
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp303 uint64_t Diff = LimVal1 - LimVal2;
304 return APInt(BW, Diff, true);
361 llvm::Optional<APInt> Diff = calculateOffsetDiff( local
364 if (Diff) {
366 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty);
368 DEBUG(dbgs() << "Offset " << Diff.getValue() << " "
402 APInt Diff = ConstCand->ConstInt->getValue() - local
404 Constant *Offset = Diff == 0 ? nullptr : ConstantInt::get(Ty, Diff);
430 APInt Diff local
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1155 llvm::Value *Diff = local
1158 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp887 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); local
889 if (sizeOfSCEV(Diff) > sizeOfSCEV(Numerator))
891 divide(SE, Diff, Denominator, &Q, &R);
H A DLoopAccessAnalysis.cpp226 const SCEV *Diff = SE->getMinusSCEV(J, I); local
227 const SCEVConstant *C = dyn_cast<const SCEVConstant>(Diff);
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1288 std::set<unsigned> Diff; local
1291 std::inserter(Diff, Diff.begin()));
1292 updateLiveness(Diff, false, false, true);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1320 const MCExpr *Diff = local
1326 OutStreamer.EmitValue(Diff, Size, 0/*AddrSpace*/);
1332 OutStreamer.EmitAssignment(SetLabel, Diff);
1351 const MCExpr *Diff = local
1357 OutStreamer.EmitValue(Diff, 4, 0/*AddrSpace*/);
1361 OutStreamer.EmitAssignment(SetLabel, Diff);

Completed in 641 milliseconds

12