Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1934 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
1937 SelectInst::Create(Cond, OtherHandOfSubIsTrueVal ? Zero : NewSub, in visitSub()
1938 OtherHandOfSubIsTrueVal ? NewSub : Zero); in visitSub()
2209 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
2210 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
DInstructionCombining.cpp1990 Value *NewSub = Builder.CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
1991 return CastInst::Create(Instruction::IntToPtr, NewSub, GEPType); in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1952 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
1955 SelectInst::Create(Cond, OtherHandOfSubIsTrueVal ? Zero : NewSub, in visitSub()
1956 OtherHandOfSubIsTrueVal ? NewSub : Zero); in visitSub()
2180 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
2181 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
DInstructionCombining.cpp2158 Value *NewSub = Builder.CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
2159 return CastInst::Create(Instruction::IntToPtr, NewSub, GEPType); in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1059 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1063 if (NewSub || NewSrc) { in SimplifyDemandedBits()
1064 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedBits()
1066 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc, NewSub, in SimplifyDemandedBits()
2574 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
2576 if (NewSrc || NewSub) { in SimplifyDemandedVectorElts()
2578 NewSub = NewSub ? NewSub : Sub; in SimplifyDemandedVectorElts()
2580 NewSub, Op.getOperand(2)); in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp236 unsigned NewSub = Hexagon::NoSubRegister);
940 unsigned NewSub) { in hasTiedUse() argument
944 [NewSub] (const MachineOperand &Op) -> bool { in hasTiedUse()
945 return Op.getSubReg() != NewSub && Op.isTied(); in hasTiedUse()
/external/llvm-project/llvm/lib/Target/Hexagon/
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()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1592 Value *NewSub = Builder->CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
1593 return CastInst::Create(Instruction::IntToPtr, NewSub, GEP.getType()); in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp48079 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
48082 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
48109 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
48112 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
48140 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
48143 SDValue NewEFLAGS = NewSub.getValue(EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44668 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
44671 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
44698 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
44701 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30402 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineX86SetCC() local
30405 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineX86SetCC()