Searched refs:AddInst (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 877 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local 878 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat() 879 AddInst->eraseFromParent(); in tryCreateIncrementingWBGatScat()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 893 Instruction *AddInst = cast<Instruction>(Add); in foldLShrOverflowBit() local 894 Builder.SetInsertPoint(AddInst); in foldLShrOverflowBit() 904 replaceInstUsesWith(*AddInst, Builder.CreateZExt(NarrowAdd, Ty)); in foldLShrOverflowBit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1742 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local 1743 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyAndOfICmpsWithAdd() 1747 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyAndOfICmpsWithAdd() 1748 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyAndOfICmpsWithAdd() 1899 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local 1900 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyOrOfICmpsWithAdd() 1904 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyOrOfICmpsWithAdd() 1905 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 1590 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local 1733 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue() 1900 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 1115 MachineInstr &AddInst = in selectUadde() local 1123 if (!constrainSelectedInstRegOperands(AddInst, TII, TRI, RBI) || in selectUadde()
|