Searched refs:swap (Results 276 - 300 of 553) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp441 std::swap(Src, Dst);
442 std::swap(SrcSub, DstSub);
498 std::swap(Src, Dst);
499 std::swap(SrcIdx, DstIdx);
517 std::swap(SrcReg, DstReg);
518 std::swap(SrcIdx, DstIdx);
532 std::swap(Src, Dst);
533 std::swap(SrcSub, DstSub);
1802 std::swap(SrcIdx, DstIdx);
1803 std::swap(SrcR
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp760 std::swap(V1, V2);
967 /// of the vector. If TI is a conditional eq, we need to swap the branch-weight
979 // and the corresponding branch-weight data is at index 2. We swap the
985 std::swap(Weights.front(), Weights.back());
1073 std::swap(PredCases[i], PredCases.back());
1078 std::swap(Weights[i + 1], Weights.back());
1130 std::swap(Weights[i + 1], Weights.back());
1134 std::swap(PredCases[i], PredCases.back());
1973 // to swap the select operands later.
2103 std::swap(True
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1054 // Minor optimization: if LHS is a constant, swap operands, then the
1057 std::swap(LHS, RHS);
1061 // Minor optimization: if LHS is a constant, swap operands, then the
1064 std::swap(LHS, RHS);
1067 std::swap(LHS, RHS);
1081 std::swap(LHS, RHS);
1095 std::swap(LHS, RHS);
1109 std::swap(LHS, RHS);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1516 * @param s String to swap with.
1522 swap(basic_string& __s);
2374 swap(basic_string<_CharT, _Traits, _Alloc>& __lhs, function
2376 { __lhs.swap(__rhs); }
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dvstring.h1240 * @param s String to swap with.
1246 swap(__versa_string& __s) function in class:__versa_string
2106 swap(__versa_string<_CharT, _Traits, _Alloc, _Base>& __lhs, function
2108 { __lhs.swap(__rhs); }
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c198 uint64_t swap,
202 aseg->swap_add = htobe64(swap);
719 wr->wr.atomic.swap,
196 set_atomic_seg(struct mlx5_wqe_atomic_seg *aseg, enum ibv_wr_opcode opcode, uint64_t swap, uint64_t compare_add) argument
/freebsd-11-stable/sys/dev/lge/
H A Dif_lge.c248 lge_read_eeprom(sc, dest, off, cnt, swap)
253 int swap;
261 if (swap)
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c77 static void swap(void);
211 { 'r', swap },
567 swap(void) function
/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.c324 wb_read_eeprom(sc, dest, off, cnt, swap)
329 int swap;
337 if (swap)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp531 field_offsets.swap(pos->second.field_offsets);
532 base_offsets.swap(pos->second.base_offsets);
533 vbase_offsets.swap(pos->second.vbase_offsets);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp325 std::swap(LoReg, HiReg);
469 std::swap(Reg0, Reg1);
485 std::swap(Reg0, Reg1);
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c788 bfd_vma (*swap) (const void *);
807 swap = bfd_getb32;
823 swap = bfd_getl32;
860 carsyms->file_offset = swap ((bfd_byte *) rawptr);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp218 swap(PB_DS_CLASS_C_DEC&);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp210 swap(PB_DS_CLASS_C_DEC&);
/freebsd-11-stable/sbin/routed/
H A Dtable.c1820 struct rt_spare swap; local
1838 swap = rt->rt_spares[0];
1841 if (swap.rts_metric == HOPCNT_INFINITY) {
1844 *rts = swap;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c81 #error unknown atomic compare-and-swap primitive
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h218 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h561 TmpArgLocs.swap(Locs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp24 BlockScope.back().PrevAbbrevs.swap(CurAbbrevs);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp234 std::swap(Op1, Op2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h537 std::swap(Root, Roots.back());
1145 std::swap(*ChIt, IDom->Children.back());
1625 if (DT.isPostDominator()) std::swap(From, To);
1632 if (DT.isPostDominator()) std::swap(From, To);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp55 std::swap(o1, o2);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp32 std::swap(*this, copy);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp154 Cur.swap(Tmp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp233 std::swap(RegMap[RegNo], RegMap[RegOnTop]);
238 std::swap(Stack[RegMap[RegOnTop]], Stack[StackTop-1]);
910 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
911 std::swap(RegMap[KReg], RegMap[DReg]);

Completed in 339 milliseconds

<<11121314151617181920>>