/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-diff.rst | 15 focusing on differences in function definitions. Insignificant 16 differences, such as changes in the ordering of globals or in the 39 If **llvm-diff** finds no differences between the modules, it will exit 46 Many important differences, like changes in linkage or function 50 massive detected differences in blocks.
|
/llvm-project/clang/lib/Headers/ |
H A D | tmmintrin.h | 349 /// horizontal differences between the values are stored in the lower bits of 353 /// horizontal differences between the values are stored in the upper bits of 355 /// \returns A 128-bit vector of [8 x i16] containing the horizontal differences 372 /// horizontal differences between the values are stored in the lower bits of 376 /// horizontal differences between the values are stored in the upper bits of 378 /// \returns A 128-bit vector of [4 x i32] containing the horizontal differences 395 /// horizontal differences between the values are stored in the lower bits of 399 /// horizontal differences between the values are stored in the upper bits of 401 /// \returns A 64-bit vector of [4 x i16] containing the horizontal differences 419 /// horizontal differences betwee [all...] |
H A D | pmmintrin.h | 68 /// differences of both operands. 107 /// The horizontal differences between the values are stored in the lower in _mm_hsub_ps() 111 /// The horizontal differences between the values are stored in the upper 114 /// differences of both operands. 176 /// and differences of both operands. 222 /// differences of both operands.
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 96 if (I->Differences) continue; in header() 99 if (Differences) out << "\n"; in header() 128 I->Differences = true; in header() 139 Differences = false; in reset() 144 return Differences; in hadDifferences() 153 Differences |= contexts.back().Differences; in exitContext()
|
H A D | DiffConsumer.h | 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext() 62 bool Differences; member 70 bool Differences; variable 79 : out(errs()), Differences(false), Indent(0) {} in DiffConsumer()
|
/llvm-project/clang/utils/check_cfc/ |
H A D | obj_diff.py | 77 Allowing unavoidable differences, such as filenames. 87 Allowing unavoidable differences, such as filenames. 89 If there are differences in the code, there will almost certainly be differences in the debug info too.
|
/llvm-project/llvm/utils/ |
H A D | findoptdiff | 25 # continues until all optimization passes have been tried. The differences 28 # To work around differences in the assembly language format, the script 31 # differences in the two builds. These filters are optional. 86 echo "Differences:"
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.h | 129 /// Differences found from each file. 141 /// output of the differences found in the files. 153 /// Function that prints the differences found in the files. 156 /// differences.
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/ |
H A D | DexExpectWatchBase.py | 245 differences = [] 268 differences.append(actual_watches[index]) 273 differences.append(actual_watches[index]) 278 return differences
|
/llvm-project/libc/AOR_v20.02/string/aarch64/ |
H A D | strncmp.S | 72 eor diff, data1, data2 /* Non-zero if differences found. */ 73 csinv endloop, diff, xzr, pl /* Last Dword or differences. */ 235 eor diff, data1, data2 /* Non-zero if differences found. */ 253 eor diff, data1, data2 /* Non-zero if differences found. */
|
H A D | strcmp.S | 56 eor diff, data1, data2 /* Non-zero if differences found. */ 161 eor diff, data1, data2 /* Non-zero if differences found. */
|
/llvm-project/compiler-rt/lib/dfsan/scripts/ |
H A D | check_custom_wrappers.sh | 31 echo -n "The following differences between the ABI list and ">> ${ERRORLOG} 44 echo -n "The following differences between the implemented " >> ${ERRORLOG}
|
/llvm-project/lld/docs/MachO/ |
H A D | ld64-vs-lld.rst | 5 This doc lists all significant deliberate differences in behavior between ld64 30 There are differences in how LLD and ld64 handle ObjC symbols loaded from
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | BoltDiff.cpp | 60 cl::desc("print the basic blocks showed in top differences"), 78 "differences in function activity"), 413 /// Print the largest differences in basic block performance from binary 1 in reportHottestBBDiffs() 430 << " largest differences in basic block performance bin 2 -> bin 1:\n"; in reportHottestBBDiffs() 457 /// Print the largest differences in edge counts from one binary to another in reportHottestEdgeDiffs() 462 << " largest differences in edge hotness bin 2 -> bin 1:\n"; in reportHottestEdgeDiffs() 536 /// Print the largest hotness differences from binary 2 to binary 1 in reportHottestFuncDiffs() 562 << " largest differences in performance bin 2 -> bin 1:\n"; in reportHottestFuncDiffs()
|
/llvm-project/llvm/test/Analysis/LoopCacheAnalysis/ |
H A D | compute-cost.ll | 5 ;; with differences that it tests the scenarios where an option for cache line size is 8 ; Check IndexedReference::computeRefCost can handle type differences between 41 ; Check IndexedReference::computeRefCost can handle type differences between
|
/llvm-project/clang/docs/ |
H A D | HIPSupport.rst | 215 Clang's front end, used for both CUDA and HIP programming models, shares the same parsing and semantic analysis mechanisms. This includes the resolution of overloads concerning device and host functions. While there exists a comprehensive documentation on the syntax differences between Clang and NVCC for CUDA at `Dialect Differences Between Clang and NVCC <https://llvm.org/docs/CompileCudaWithLLVM.html#dialect-differences-between-clang-and-nvcc>`_, it is important to note that these differences also apply to HIP code compilation.
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 37 // # Ignore int / long differences to treat symbols from 32-bit and 64-bit 42 // # Ignore differences between libc++ and libstdc++, and between libstdc++'s
|
/llvm-project/clang/include/clang/AST/ |
H A D | ODRDiagsEmitter.h | 66 "Don't diagnose differences when definitions are merged already"); in diagnoseMismatch() 85 "Don't diagnose differences when definitions are merged already"); in diagnoseMismatch()
|
/llvm-project/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 220 // semantic differences in the IR.
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | round-trip.s | 7 # differences, so we don't include the initial input in the comparison.
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | round-trip.s | 7 # differences, so we don't include the initial input in the comparison.
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | arc-weak.m | 6 // Ensure that type differences don't cause an assert here.
|
/llvm-project/llvm/test/Analysis/LoopCacheAnalysis/PowerPC/ |
H A D | compute-cost.ll | 6 ; Check IndexedReference::computeRefCost can handle type differences between 36 ; Check IndexedReference::computeRefCost can handle type differences between
|
H A D | compute-cost-m32.ll | 6 ; Check IndexedReference::computeRefCost can handle type differences between
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | library-builtin.cu | 16 // NOTE: this case is to illustrate the expected differences in behavior between
|