Searched defs:NewSub (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1934 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local 2209 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
|
H A D | InstructionCombining.cpp | 1990 Value *NewSub = Builder.CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2232 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local 2572 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1592 Value *NewSub = Builder->CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 863 if (SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyMultipleUseDemandedBits() local 1236 SDValue NewSub = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local 3100 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 940 unsigned NewSub) { in hasTiedUse()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 969 unsigned NewSub) { in hasTiedUse()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54214 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local 54246 SDValue NewSub = in combineAddOrSubToADCOrSBB() local 54276 SDValue NewSub = in combineAddOrSubToADCOrSBB() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 44671 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local 44701 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17572 SDValue NewSub = DAG.getNode(ISD::SUB, DL, VT, Z, Y); in performAddCombineSubShift() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 30402 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineX86SetCC() local
|