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.cpp1958 const uint64_t C1Val = MaybeImmVal->Value.getZExtValue(); in matchShiftOfShiftedLogic() local
1992 MatchInfo.ValSum = C0Val + C1Val; in matchShiftOfShiftedLogic()
2060 APInt C1Val, C2Val; in matchCommuteShift() local
2061 if (!mi_match(C1, MRI, m_ICstOrSplat(C1Val)) || in matchCommuteShift()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3065 SDValue C1Val = in SelectAddrRegRegScale() local
3068 AddrB.getOperand(1), C1Val), in SelectAddrRegRegScale()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10091 const APInt &C1Val = C1Node->getAPIntValue(); in combineShiftOfShiftedLogic() local
10107 if (ShiftAmtVal->getBitWidth() != C1Val.getBitWidth()) in combineShiftOfShiftedLogic()
10113 APInt NewShiftAmt = C1Val.uadd_ov(*ShiftAmtVal, Overflow); in combineShiftOfShiftedLogic()
10138 SDValue ShiftSumC = DAG.getConstant(*C0Val + C1Val, DL, ShiftAmtVT); in combineShiftOfShiftedLogic()
11987 const APInt &C1Val = C1->getAPIntValue(); in foldSelectOfConstants() local
11991 if (C1Val - 1 == C2Val) { in foldSelectOfConstants()
11997 if (C1Val + 1 == C2Val) { in foldSelectOfConstants()
12003 if (C1Val.isPowerOf2() && C2Val.isZero()) { in foldSelectOfConstants()
12006 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2514 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in LowerFROUNDEVEN() local
2515 SDValue C1 = DAG.getConstantFP(C1Val, SL, MVT::f64); in LowerFROUNDEVEN()
H A DAMDGPULegalizerInfo.cpp2478 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in legalizeFroundeven() local
2481 auto C1 = B.buildFConstant(Ty, C1Val); in legalizeFroundeven()