| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | FileWriter.cpp | 38 const uint16_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU16() local 39 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU16() 43 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU32() local 44 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU32() 48 const uint64_t Swapped = support::endian::byte_swap(U, ByteOrder); in writeU64() local 49 OS.write(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped)); in writeU64() 53 const uint32_t Swapped = support::endian::byte_swap(U, ByteOrder); in fixup32() local 54 OS.pwrite(reinterpret_cast<const char *>(&Swapped), sizeof(Swapped), in fixup32()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 84 std::string Swapped; // A temporary place holder for a Recursive encoding member 202 E.Swapped.swap(E.Str); // swap out the Recursive in addIncomplete() 227 if (E.Swapped.empty()) in removeIncomplete() 231 E.Swapped.swap(E.Str); in removeIncomplete() 232 E.Swapped.clear(); in removeIncomplete()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 885 uint64_t Swapped = in combine() local 887 MD5.update(llvm::ArrayRef((uint8_t *)&Swapped, sizeof(Swapped))); in combine() 912 uint64_t Swapped = in finalize() local 914 MD5.update(llvm::ArrayRef((uint8_t *)&Swapped, sizeof(Swapped))); in finalize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1132 const bool Swapped = Off.isNegative(); in aliasGEP() local 1134 if (Swapped) { in aliasGEP() 1160 AR.swap(Swapped); in aliasGEP() 1614 const bool Swapped = V1 > V2; in aliasCheck() local 1615 if (Swapped) in aliasCheck() 1628 Result.swap(Swapped); in aliasCheck() 1651 Entry.Result.swap(Swapped); in aliasCheck()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 321 bool Swapped = false) -> Value * { in foldSelectOpOp() argument 322 assert(!(Commute && Swapped) && in foldSelectOpOp() 324 if (!Swapped) { in foldSelectOpOp() 338 if (!Commute && !Swapped) in foldSelectOpOp() 424 bool Swapped = TPred != FPred; in foldSelectOpOp() local 510 bool Swapped) -> Instruction * { in foldSelectIntoOp() argument 541 Swapped ? OOp : C, "", &SI); in foldSelectIntoOp() 1271 bool Swapped = false; in foldSelectValueEquivalence() local 1274 Swapped = true; in foldSelectValueEquivalence() 1291 return replaceOperand(Sel, Swapped ? 2 : 1, V); in foldSelectValueEquivalence() [all …]
|
| H A D | InstCombineAddSub.cpp | 2001 bool Swapped = false; in OptimizePointerDifference() local 2005 Swapped = true; in OptimizePointerDifference() 2054 if (IsNUW && !GEP2 && !Swapped && GEP1->isInBounds() && in OptimizePointerDifference() 2067 if (Swapped) in OptimizePointerDifference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 1334 bool Swapped = false, SomeOpMatched = false; in validate() local 1358 if (BaseInst->getOperand(Swapped ? unsigned(!j) : j) != Op2) { in validate() 1364 if (!Swapped && BaseInst->isCommutative() && !SomeOpMatched && in validate() 1366 Swapped = true; in validate()
|
| H A D | IndVarSimplify.cpp | 1483 bool Swapped = false; in canonicalizeExitCondition() local 1492 Swapped = true; in canonicalizeExitCondition() 1522 ICmp->setOperand(Swapped ? 1 : 0, LHSOp); in canonicalizeExitCondition() 1523 ICmp->setOperand(Swapped ? 0 : 1, NewRHS); in canonicalizeExitCondition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 139 uint64_t Swapped = support::endian::byte_swap( in emitIntValue() local 142 emitBytes(StringRef(reinterpret_cast<char *>(&Swapped) + Index, Size)); in emitIntValue() 152 const APInt Swapped = ShouldSwap ? Value.byteSwap() : Value; in emitIntValue() local 156 StoreIntToMemory(Swapped, reinterpret_cast<uint8_t *>(Tmp.data()), Size); in emitIntValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.cpp | 421 uint32_t Swapped = (Value & 0xFFFF0000) >> 16; in swapHalfWords() local 422 Swapped |= (Value & 0x0000FFFF) << 16; in swapHalfWords() 423 return Swapped; in swapHalfWords()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 311 uint32_t Swapped = (static_cast<uint32_t>(Lo) << 16) | Hi; in tryFoldImmWithOpSel() local 312 if (AMDGPU::isInlinableLiteralV216(Swapped, OpType)) { in tryFoldImmWithOpSel() 314 Old.ChangeToImmediate(Swapped); in tryFoldImmWithOpSel()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1440 shuffles::MaskT Swapped(SMH.Mask); in packs() local 1441 ShuffleVectorSDNode::commuteMask(Swapped); in packs() 1442 ShuffleMask SW(Swapped); in packs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragmentsSIMD.td | 1328 // Swapped operand version of the above.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 18137 bool Swapped = false; in CombineToPreIndexedLoadStore() local 18140 Swapped = true; in CombineToPreIndexedLoadStore() 18219 if (Swapped) in CombineToPreIndexedLoadStore() 18270 if (Swapped) in CombineToPreIndexedLoadStore() 18297 int X1 = (AM == ISD::PRE_DEC && !Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore() 18298 int Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 14531 bool Swapped) { in tryFoldSelectIntoOp() argument 14570 if (Swapped) in tryFoldSelectIntoOp()
|