Home
last modified time | relevance | path

Searched refs:C1Val (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1890 const uint64_t C1Val = MaybeImmVal->Value.getZExtValue(); in matchShiftOfShiftedLogic() local
1924 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
1991 APInt C1Val, C2Val; in matchCommuteShift() local
1992 if (!mi_match(C1, MRI, m_ICstOrSplat(C1Val)) || in matchCommuteShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2551 SDValue C1Val = in SelectAddrRegRegScale() local
2554 AddrB.getOperand(1), C1Val), in SelectAddrRegRegScale()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9635 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic() local
9651 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
9657 APInt NewShiftAmt = C1Val.uadd_ov(*ShiftAmtVal, Overflow); in combineShiftOfShiftedLogic()
9682 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
11454 const APInt &C1Val = C1->getAPIntValue(); in foldSelectOfConstants() local
11458 if (C1Val - 1 == C2Val) { in foldSelectOfConstants()
11464 if (C1Val + 1 == C2Val) { in foldSelectOfConstants()
11470 if (C1Val.isPowerOf2() && C2Val.isZero()) { in foldSelectOfConstants()
11473 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2428 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in legalizeFroundeven() local
2431 auto C1 = B.buildFConstant(Ty, C1Val); in legalizeFroundeven()
H A DAMDGPUISelLowering.cpp2457 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in LowerFROUNDEVEN() local
2458 SDValue C1 = DAG.getConstantFP(C1Val, SL, MVT::f64); in LowerFROUNDEVEN()