/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1934 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()
|
D | InstructionCombining.cpp | 1990 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/ |
D | InstCombineAddSub.cpp | 1952 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()
|
D | InstructionCombining.cpp | 2158 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/ |
D | TargetLowering.cpp | 1059 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/ |
D | HexagonBitSimplify.cpp | 236 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/ |
D | HexagonBitSimplify.cpp | 236 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/ |
D | InstructionCombining.cpp | 1592 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/ |
D | X86ISelLowering.cpp | 48079 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/ |
D | X86ISelLowering.cpp | 44668 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/ |
D | X86ISelLowering.cpp | 30402 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineX86SetCC() local 30405 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineX86SetCC()
|