Home
last modified time | relevance | path

Searched refs:AddInst (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp800 Instruction *AddInst = cast<Instruction>(Offsets); in tryCreateIncrementingWBGatScat() local
801 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()
802 AddInst->eraseFromParent(); in tryCreateIncrementingWBGatScat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1677 auto *AddInst = cast<OverflowingBinaryOperator>(Op0->getOperand(0)); in simplifyAndOfICmpsWithAdd() local
1678 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyAndOfICmpsWithAdd()
1682 bool isNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()
1683 bool isNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyAndOfICmpsWithAdd()
1813 auto *AddInst = cast<BinaryOperator>(Op0->getOperand(0)); in simplifyOrOfICmpsWithAdd() local
1814 if (AddInst->getOperand(1) != Op1->getOperand(1)) in simplifyOrOfICmpsWithAdd()
1818 bool isNSW = IIQ.hasNoSignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()
1819 bool isNUW = IIQ.hasNoUnsignedWrap(AddInst); in simplifyOrOfICmpsWithAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1578 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() local
1724 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
1891 BuildMI(MBB, MBBI, dl, AddInst) in emitEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1077 MachineInstr &AddInst = in selectUadde() local
1085 if (!constrainSelectedInstRegOperands(AddInst, TII, TRI, RBI) || in selectUadde()