Home
last modified time | relevance | path

Searched refs:ShiftAmt1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15971 uint64_t ShiftAmt1; in expandMulToAddOrSubOfShl() local
15974 ShiftAmt1 = MulAmt + MulAmtLowBit; in expandMulToAddOrSubOfShl()
15977 ShiftAmt1 = MulAmt - MulAmtLowBit; in expandMulToAddOrSubOfShl()
15984 DAG.getConstant(Log2_64(ShiftAmt1), DL, VT)); in expandMulToAddOrSubOfShl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8066 ConstantSDNode *ShiftAmt1 = isConstOrConstSplat(Shift1.getOperand(1)); in matchBSwapHWordOrAndAnd() local
8067 if (!ShiftAmt0 || !ShiftAmt1) in matchBSwapHWordOrAndAnd()
8069 if (ShiftAmt0->getAPIntValue() != 8 || ShiftAmt1->getAPIntValue() != 8) in matchBSwapHWordOrAndAnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49782 uint64_t ShiftAmt1; in combineMul() local
49785 ShiftAmt1 = AbsMulAmt - AbsMulAmtLowBit; in combineMul()
49788 ShiftAmt1 = AbsMulAmt + AbsMulAmtLowBit; in combineMul()
49795 DAG.getConstant(Log2_64(ShiftAmt1), DL, ShiftVT)); in combineMul()