Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp39 struct AddOp : public SetTheory::Operator { in apply() argument
38 struct AddOp : public SetTheory::Operator { global() struct
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1209 Instruction::BinaryOps AddOp; execute() local
1329 Instruction::BinaryOps AddOp; execute() local
[all...]
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp577 SDValue AddOp; in isADDADDMUL() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1373 NARY_SHAPE_INFER(tosa::AddOp) NARY_SHAPE_INFER() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1017 constexpr unsigned AddOp = FP ? Instruction::FAdd : Instruction::Add; matchesSquareSum() local
H A DInstCombineSelect.cpp2030 Instruction *AddOp = nullptr, *SubOp = nullptr; foldAddSubSelect() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1346 const BinaryOperator *AddOp = nullptr; global() member in DerefSimplePtrArithFixableGadget
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2056 const MachineOperand &AddOp = MI.getOperand(2); getIncrementValue() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2798 if (MulOpSCEV == Ops[AddOp]) { in getAddExpr() local
3193 for (const SCEV *AddOp : Add->operands()) { getMulExpr() local
4662 for (const SCEV *&AddOp : Ops) { removePointerBase() local
4855 for (const SCEV *AddOp : Add->operands()) { getPointerBase() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1686 unsigned AddOp = AMDGPU::V_ADD_CO_U32_e32; SelectFlatOffsetImpl() local
H A DAMDGPUISelLowering.cpp4292 SDValue AddOp = getAddOneOp(V.getNode()); performMulCombine() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1630 __anonf04bb8b11e02(LLVM::AddOp) convertBinOpToAtomic() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp852 __anon0ae814870702(const MachineInstr &Instr, Register &MulOp1, Register &MulOp2, Register &AddOp, bool &MulOp1KillFlag, bool &MulOp2KillFlag, bool &AddOpKillFlag) reassociateFMA() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1096 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; PromoteIntRes_ADDSUBSHLSAT() local
H A DDAGCombiner.cpp6335 SDValue AddOp = DAG.getNode(ISD::ADD, DL, OpVT, LHS0, foldAndOrOfSETCC() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39816 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { combineX86ShufflesRecursively() local
[all...]