Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DSetTheory.cpp38 struct AddOp : public SetTheory::Operator { struct
39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp931 NARY_SHAPE_INFER(tosa::AddOp) in NARY_SHAPE_INFER()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1046 .Case([&](LLVM::AddOp) { return llvm::AtomicRMWInst::BinOp::Add; }) in convertBinOpToAtomic()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp583 SDValue AddOp; in isADDADDMUL() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1772 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1577 unsigned AddOp = AMDGPU::V_ADD_CO_U32_e32; in SelectFlatOffsetImpl() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp2743 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
3139 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
4498 for (const SCEV *&AddOp : Ops) { in removePointerBase() local
4691 for (const SCEV *AddOp : Add->operands()) { in getPointerBase() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2047 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2333 Instruction::BinaryOps AddOp; in buildScalarSteps() local
9275 Instruction::BinaryOps AddOp; in execute() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp858 bool &AddOpKillFlag) { in reassociateFMA()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp924 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSHLSAT() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39159 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local