Home
last modified time | relevance | path

Searched refs:TopOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp667 getBinOpsForFactorization(Instruction::BinaryOps TopOpcode, BinaryOperator *Op, in getBinOpsForFactorization() argument
672 if (TopOpcode == Instruction::Add || TopOpcode == Instruction::Sub) { in getBinOpsForFactorization()
683 if (Instruction::isBitwiseLogicOp(TopOpcode)) { in getBinOpsForFactorization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22047 unsigned TopOpcode = ExtOpIsSigned ? AArch64ISD::SADDWT : AArch64ISD::UADDWT; in tryLowerPartialReductionToWideAdd() local
22049 return DAG.getNode(TopOpcode, DL, AccVT, BottomNode, ExtOp); in tryLowerPartialReductionToWideAdd()