Searched refs:NewSub (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2093 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local 2096 SelectInst::Create(Cond, OtherHandOfSubIsTrueVal ? Zero : NewSub, in visitSub() 2097 OtherHandOfSubIsTrueVal ? NewSub : Zero); in visitSub() 2391 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local 2392 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 264 unsigned NewSub = Hexagon::NoSubRegister); 969 unsigned NewSub) { in hasTiedUse() argument 973 [NewSub] (const MachineOperand &Op) -> bool { in hasTiedUse() 974 return Op.getSubReg() != NewSub && Op.isTied(); in hasTiedUse()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 861 if (SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() local 864 Op.getOperand(0), NewSub, Op.getOperand(2)); in SimplifyMultipleUseDemandedBits() 1231 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local 1235 if (NewSub || NewSrc) { in SimplifyDemandedBits() 1236 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedBits() 1238 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc, NewSub, in SimplifyDemandedBits() 3070 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local 3072 if (NewSrc || NewSub) { in SimplifyDemandedVectorElts() 3074 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedVectorElts() 3076 NewSub, Op.getOperand(2)); in SimplifyDemandedVectorElts()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 52892 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local 52895 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB() 52924 SDValue NewSub = in combineAddOrSubToADCOrSBB() local 52927 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB() 52954 SDValue NewSub = in combineAddOrSubToADCOrSBB() local 52957 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
|