Searched refs:Merge (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp380 Pair.first->second.Merge(Pair.second ? TopDownPtrState() : MI->second,
388 MI->second.Merge(TopDownPtrState(), /*TopDown=*/true);
423 Pair.first->second.Merge(Pair.second ? BottomUpPtrState() : MI->second,
432 MI->second.Merge(BottomUpPtrState(), /*TopDown=*/false);
671 // Okay, this is a match. Merge them.
1419 // Merge the states from each successor to compute the initial state
1554 // Merge the states from each predecessor to compute the initial state
1834 // Merge the ReleaseMetadata and IsTailCallRelease values.
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S318 orb %ch,%al # Merge
/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec459 - Merge in spec changes from seba@iq.pl (Sebastian Pachuta)
464 - Merge in spec changes from RedHat, reorgansie a little
525 - Merge changes to rescue build from current sysadmin survival cd
709 - Merge multiple PAM text messages into subsequent prompts when possible when
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp843 void StackFrameList::Merge(std::unique_ptr<StackFrameList> &curr_up, function in class:StackFrameList
853 s.PutCString("\n\nStackFrameList::Merge():\nPrev:\n");
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh48 -l descfile -- Merge the specified local describes file into the INDEX.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp986 auto Merge = B.buildBuildVector(OpTy, ReadlanePieces); local
987 Op.setReg(Merge.getReg(0));
989 auto Merge = B.buildMerge(OpTy, ReadlanePieces); local
990 Op.setReg(Merge.getReg(0));
H A DAMDGPULegalizerInfo.cpp1320 // Merge/Unmerge
1644 // another. Merge operands are required to be the same type, but creating an
2360 auto Merge = B.buildMerge(S32, {Src0, Src1});
2361 B.buildBitcast(Dst, Merge);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1694 #define FIELD(Name, Width, Merge) \
1795 #define FIELD(Name, Width, Merge) Merge(Name)
2181 // This declaration might be a definition. Merge with any existing
2518 /// Merge together the pattern declarations from two template
2530 // Merge with any existing definition.
H A DASTWriter.cpp5683 #define FIELD(Name, Width, Merge) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6065 auto Merge = [&](SDValue Lo, SDValue Hi) -> SDValue { local
6078 Next = DAG.getNode(ISD::ADD, dl, VT, Next, Merge(Lo, Hi));
6090 Merge(Lo, Hi));
6093 Merge(Lo, Hi), DAG.getConstant(0, dl, BoolType));
6109 Next = DAG.getNode(ISD::ADD, dl, VT, Next, Merge(Lo, Hi));
6212 // TODO: Merge with expandFunnelShift.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3680 auto Merge = [&](Value *LHS, Value *RHS) -> Value * { local
3695 if (!(Val = Merge(Val, isBytewiseValue(CA->getElementAsConstant(I), DL))))
3703 if (!(Val = Merge(Val, isBytewiseValue(C->getOperand(I), DL))))
H A DScalarEvolution.cpp2215 // Merge the values into a multiply.
5037 // at Merge into a "C ? LHS : RHS" select pattern. Return true on a successful
5039 static bool BrPHIToSelect(DominatorTree &DT, BranchInst *BI, PHINode *Merge,
5051 Use &LeftUse = Merge->getOperandUse(0);
5052 Use &RightUse = Merge->getOperandUse(1);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h279 #define FIELD(Name, Width, Merge) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1429 auto Merge = MIRBuilder.buildMerge(WideTy, Slicer.take_front(PartsPerGCD)); local
1430 NewMergeRegs.push_back(Merge.getReg(0));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1935 #define FIELD(Name, Width, Merge) \
3245 // FIXME Merge the functions into one decl.
5128 // Merge the existing implementation with the new implementation.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6010 // Merge the pieces into a single i64 value.
6401 // Merge the pieces into a single i64 value.
14837 SDValue Merge = DAG.getMergeValues({Op0, Op1}, DL); local
14838 DAG.ReplaceAllUsesWith(N, Merge.getNode());

Completed in 351 milliseconds

12