Searched defs:Merge (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp102 bool RRInfo::Merge(const RRInfo &Other) { function in class:RRInfo
150 void PtrState::Merge(const PtrState &Other, bool TopDown) { function in class:PtrState
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h42 enum Kind { Regular, EHFrame, Merge, Synthetic, Output }; enumerator in enum:lld::elf::SectionBase::Kind
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp135 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures, function in class:Merger
H A DFuzzerDriver.cpp477 void Merge(Fuzzer *F, FuzzingOptions &Options, const Vector<std::string> &Args, function in namespace:fuzzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp94 bool Merge = MergeAdjacent && (Iter->end() == Next->start()); local
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h93 enum Merge { enum in class:lld::DefinedAtom
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp829 void StackFrameList::Merge(std::unique_ptr<StackFrameList> &curr_up, function in class:StackFrameList
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp549 auto Merge = B.buildMerge(RealDstEltTy, Regs.take_front(PartsPerElt)); local
H A DAMDGPURegisterBankInfo.cpp979 auto Merge = B.buildBuildVector(OpTy, ReadlanePieces); local
982 auto Merge = B.buildMerge(OpTy, ReadlanePieces); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1280 auto Merge = MIRBuilder.buildMerge(WideTy, Slicer.take_front(PartsPerGCD)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3417 auto Merge = [&](Value *LHS, Value *RHS) -> Value * { local

Completed in 382 milliseconds