Home
last modified time | relevance | path

Searched refs:NewSub (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1990 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
1993 SelectInst::Create(Cond, OtherHandOfSubIsTrueVal ? Zero : NewSub, in visitSub()
1994 OtherHandOfSubIsTrueVal ? NewSub : Zero); in visitSub()
2250 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
2251 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp236 unsigned NewSub = Hexagon::NoSubRegister);
941 unsigned NewSub) { in hasTiedUse() argument
945 [NewSub] (const MachineOperand &Op) -> bool { in hasTiedUse()
946 return Op.getSubReg() != NewSub && Op.isTied(); in hasTiedUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1070 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1074 if (NewSub || NewSrc) { in SimplifyDemandedBits()
1075 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedBits()
1077 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc, NewSub, in SimplifyDemandedBits()
2604 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
2606 if (NewSrc || NewSub) { in SimplifyDemandedVectorElts()
2608 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedVectorElts()
2610 NewSub, Op.getOperand(2)); in SimplifyDemandedVectorElts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49240 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
49243 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
49270 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
49273 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
49301 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
49304 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()