| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| H A D | FileWriter.cpp | 39 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU16() local 40 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU16() 44 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU32() local 45 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU32() 49 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU64() local 50 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU64() 54 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in fixup32() local 55 OS.pwrite(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped), in fixup32()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 749 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() local 750 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped))); in combine() 775 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize() local 776 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped))); in finalize()
|
| H A D | TargetInfo.cpp | 9836 std::string Swapped; // A temporary place holder for a Recursive encoding member 9953 E.Swapped.swap(E.Str); // swap out the Recursive in addIncomplete() 9978 if (E.Swapped.empty()) in removeIncomplete() 9982 E.Swapped.swap(E.Str); in removeIncomplete() 9983 E.Swapped.clear(); in removeIncomplete()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1102 const bool Swapped = Off.isNegative(); in aliasGEP() local 1104 if (Swapped) { in aliasGEP() 1128 AR.swap(Swapped); in aliasGEP() 1544 const bool Swapped = V1 > V2; in aliasCheck() local 1545 if (Swapped) in aliasCheck() 1558 Result.swap(Swapped); in aliasCheck() 1581 Entry.Result.swap(Swapped); in aliasCheck()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 1369 bool Swapped = false, SomeOpMatched = false; in validate() local 1393 if (BaseInst->getOperand(Swapped ? unsigned(!j) : j) != Op2) { in validate() 1399 if (!Swapped && BaseInst->isCommutative() && !SomeOpMatched && in validate() 1401 Swapped = true; in validate()
|
| H A D | LoopUnswitch.cpp | 999 bool Swapped = false; in emitPreheaderBranchOnCondition() local 1043 Swapped = true; in emitPreheaderBranchOnCondition() 1055 if (Swapped) in emitPreheaderBranchOnCondition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 136 uint64_t Swapped = support::endian::byte_swap( in emitIntValue() local 139 emitBytes(StringRef(reinterpret_cast<char *>(&Swapped) + Index, Size)); in emitIntValue() 149 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue() local 153 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 404 uint32_t Swapped = (Value & 0xFFFF0000) >> 16; in swapHalfWords() local 405 Swapped |= (Value & 0x0000FFFF) << 16; in swapHalfWords() 406 return Swapped; in swapHalfWords()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1639 bool Swapped = false; in OptimizePointerDifference() local 1643 Swapped = true; in OptimizePointerDifference() 1691 if (IsNUW && !GEP2 && !Swapped && GEP1->isInBounds() && in OptimizePointerDifference() 1704 if (Swapped) in OptimizePointerDifference()
|
| H A D | InstCombineSelect.cpp | 1131 bool Swapped = false; in foldSelectValueEquivalence() local 1134 Swapped = true; in foldSelectValueEquivalence() 1147 return replaceOperand(Sel, Swapped ? 2 : 1, V); in foldSelectValueEquivalence() 1169 return replaceOperand(Sel, Swapped ? 2 : 1, V); in foldSelectValueEquivalence()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
| H A D | ChangeLog-2021 | 1714 * simops.c (trace_input): Swapped order of operands for output
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15110 bool Swapped = false; in CombineToPreIndexedLoadStore() local 15113 Swapped = true; in CombineToPreIndexedLoadStore() 15190 if (Swapped) in CombineToPreIndexedLoadStore() 15241 if (Swapped) in CombineToPreIndexedLoadStore() 15268 int X1 = (AM == ISD::PRE_DEC && !Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore() 15269 int Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.dataflow | 3633 * ddg.c (build_inter_loop_deps): Swapped parms. 3634 (create_ddg): Swapped parms for call.
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | ChangeLog | 4458 - Swapped read and write ops in xfrd_handle_ipc, so that a read
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.md | 6581 ;; Swapped version of the above.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1999 | 1724 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Swapped order of
|
| H A D | ChangeLog-2002 | 11682 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1999 | 1724 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Swapped order of
|
| H A D | ChangeLog-2002 | 11682 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-0203 | 7455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-0203 | 7455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-0203 | 7455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-0203 | 7455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 2232 // Swapped operand version of the above.
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 10842 * Swapped (1) and (2), in particular because the coverage might be 28499 - Swapped parameters x and y for consistency (-> y = x^n).
|