Searched refs:AddOp (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp797 Instruction *AddOp = 0, *SubOp = 0; local
810 AddOp = FI; SubOp = TI;
815 AddOp = TI; SubOp = FI;
818 if (AddOp) {
820 if (SubOp->getOperand(0) == AddOp->getOperand(0)) {
821 OtherAddOp = AddOp->getOperand(1);
822 } else if (SubOp->getOperand(0) == AddOp->getOperand(1)) {
823 OtherAddOp = AddOp->getOperand(0);
838 if (AddOp != TI)
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp609 SDValue AddOp; local
612 AddOp = N0;
615 AddOp = N1;
620 if (requireIntermediatesHaveOneUse && !AddOp.hasOneUse())
628 Addend0 = AddOp.getOperand(0);
629 Addend1 = AddOp.getOperand(1);
632 if (AddOp.getOperand(0).getOpcode() == ISD::MUL) {
634 if (requireIntermediatesHaveOneUse && !AddOp.getOperand(0).hasOneUse())
636 Mul0 = AddOp.getOperand(0).getOperand(0);
637 Mul1 = AddOp
[all...]
/external/llvm/utils/TableGen/
H A DSetTheory.cpp29 struct AddOp : public SetTheory::Operator { struct in namespace:__anon10168
246 addOperator("add", new AddOp);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp655 unsigned AddOp = NumBytes > 0 ? AArch64::ADDxxx_uxtx : AArch64::SUBxxx_uxtx; local
656 BuildMI(MBB, MBBI, dl, TII.get(AddOp), DstReg)
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1660 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp)
1661 if (MulOpSCEV == Ops[AddOp]) {
1676 if (AddOp < Idx) {
1677 Ops.erase(Ops.begin()+AddOp);
1681 Ops.erase(Ops.begin()+AddOp-1);

Completed in 586 milliseconds