Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp39 struct AddOp : public SetTheory::Operator { struct
40 void apply(SetTheory &ST, const DagInit *Expr, RecSet &Elts, in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp382 unsigned AddOp = STI.is64Bit() ? LoongArch::PseudoAddTPRel_D in expandLoadAddressTLSLE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp550 SDValue AddOp; in isADDADDMUL() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1028 constexpr unsigned AddOp = FP ? Instruction::FAdd : Instruction::Add; in matchesSquareSum() local
H A DInstCombineSelect.cpp2087 Instruction *AddOp = nullptr, *SubOp = nullptr; in foldAddSubSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2600 Instruction::BinaryOps AddOp; in expandVPWidenIntOrFpInduction() local
H A DVPlanRecipes.cpp2180 Instruction::BinaryOps AddOp; in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2059 const MachineOperand &AddOp = MI.getOperand(2); in getIncrementValue() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2786 for (unsigned AddOp = 0, e = Ops.size(); AddOp != e; ++AddOp) in getAddExpr() local
3159 for (const SCEV *AddOp : Add->operands()) { in getMulExpr() local
4628 for (const SCEV *&AddOp : Ops) { in removePointerBase() local
4821 for (const SCEV *AddOp : Add->operands()) { in getPointerBase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1800 unsigned AddOp = AMDGPU::V_ADD_CO_U32_e32; in SelectFlatOffsetImpl() local
H A DAMDGPUISelLowering.cpp4514 SDValue AddOp = getAddOneOp(V.getNode()); in performMulCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp3659 unsigned AddOp; in selectFirstBitSet64() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp850 bool &AddOpKillFlag) { in reassociateFMA()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2364 const BinaryOperator *AddOp = nullptr; member in DerefSimplePtrArithFixableGadget
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1157 unsigned AddOp = Opcode == ISD::SADDSAT ? ISD::ADD : ISD::SUB; in PromoteIntRes_ADDSUBSHLSAT() local
H A DDAGCombiner.cpp6706 SDValue AddOp = DAG.getNode(ISD::ADD, DL, OpVT, LHS0, in foldAndOrOfSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8927 SDValue AddOp = ShiftOperand.getOperand(1); in combineShiftToMulAddHigh() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41296 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively() local