Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp38 struct AddOp : public SetTheory::Operator { struct
39 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp582 SDValue AddOp; in isADDADDMUL() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1830 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1567 unsigned AddOp = AMDGPU::V_ADD_CO_U32_e32; in SelectFlatOffsetImpl() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2823 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
3218 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
4627 for (const SCEV *&AddOp : Ops) { in removePointerBase() local
4820 for (const SCEV *AddOp : Add->operands()) { in getPointerBase() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2054 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp860 bool &AddOpKillFlag) { in reassociateFMA()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2368 Instruction::BinaryOps AddOp; in buildScalarSteps() local
9396 Instruction::BinaryOps AddOp; in execute() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp931 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSHLSAT() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40236 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local