Home
last modified time | relevance | path

Searched refs:Swapped (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp39 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 DCodeGenPGO.cpp749 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 DTargetInfo.cpp9836 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 DBasicAliasAnalysis.cpp1102 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 DLoopRerollPass.cpp1369 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 DLoopUnswitch.cpp999 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 DMCStreamer.cpp136 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 DARMAsmBackend.cpp404 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 DInstCombineAddSub.cpp1639 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 DInstCombineSelect.cpp1131 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 DChangeLog-20211714 * simops.c (trace_input): Swapped order of operands for output
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15110 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 DChangeLog.dataflow3633 * ddg.c (build_inter_loop_deps): Swapped parms.
3634 (create_ddg): Swapped parms for call.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog4458 - Swapped read and write ops in xfrd_handle_ipc, so that a read
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.md6581 ;; Swapped version of the above.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19991724 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Swapped order of
H A DChangeLog-200211682 * 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 DChangeLog-19991724 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Swapped order of
H A DChangeLog-200211682 * 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 DChangeLog-02037455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-02037455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-02037455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-02037455 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrAVX512.td2232 // Swapped operand version of the above.
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog10842 * Swapped (1) and (2), in particular because the coverage might be
28499 - Swapped parameters x and y for consistency (-> y = x^n).

12