Home
last modified time | relevance | path

Searched defs:NewSub (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1301 NewSub->setHasNoSignedWrap( in visitLShr() local
1284 auto *NewSub = BinaryOperator::CreateNUWSub(X, NewLshr); visitLShr() local
H A DInstCombineAddSub.cpp2486 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); visitSub() local
2867 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); visitFSub() local
H A DInstCombineCalls.cpp2211 auto *NewSub = visitCallInst() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp969 unsigned NewSub) { in hasTiedUse() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1284 SDValue NewSub = SimplifyMultipleUseDemandedBits( SimplifyDemandedBits() local
3329 SDValue NewSub = SimplifyMultipleUseDemandedVectorElts( SimplifyDemandedVectorElts() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47313 SDValue NewSub = combineCMov() local
50337 SDValue NewSub = DAG.getNode( combineAddOrSubToADCOrSBB() local
50369 SDValue NewSub = combineAddOrSubToADCOrSBB() local
50399 SDValue NewSub = combineAddOrSubToADCOrSBB() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20130 SDValue NewSub = DAG.getNode(ISD::SUB, DL, VT, Z, Y); performAddCombineSubShift() local
[all...]