Home
last modified time | relevance | path

Searched defs:AddOp (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp38 struct AddOp : public SetTheory::Operator { struct
39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1298 Instruction::BinaryOps AddOp; in execute() local
1418 Instruction::BinaryOps AddOp; in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp577 SDValue AddOp; in isADDADDMUL() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1022 constexpr unsigned AddOp = FP ? Instruction::FAdd : Instruction::Add; in matchesSquareSum() local
H A DInstCombineSelect.cpp2033 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1346 const BinaryOperator *AddOp = nullptr; member in DerefSimplePtrArithFixableGadget
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2056 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2798 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
3193 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
4662 for (const SCEV *&AddOp : Ops) { in removePointerBase() local
4855 for (const SCEV *AddOp : Add->operands()) { in getPointerBase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1686 unsigned AddOp = AMDGPU::V_ADD_CO_U32_e32; in SelectFlatOffsetImpl() local
H A DAMDGPUISelLowering.cpp4286 SDValue AddOp = getAddOneOp(V.getNode()); in performMulCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp852 bool &AddOpKillFlag) { in reassociateFMA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1111 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSHLSAT() local
H A DDAGCombiner.cpp6321 SDValue AddOp = DAG.getNode(ISD::ADD, DL, OpVT, LHS0, in foldAndOrOfSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39834 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local