Searched refs:SV0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 2449 Value *SV0, *SV1, *SA0, *SA1; in foldSelectFunnelShift() local 2450 if (!match(Or0, m_OneUse(m_LogicalShift(m_Value(SV0), in foldSelectFunnelShift() 2460 std::swap(SV0, SV1); in foldSelectFunnelShift() 2482 if ((IsFshl && TVal != SV0) || (!IsFshl && TVal != SV1)) in foldSelectFunnelShift() 2494 if (SV0 != SV1) { in foldSelectFunnelShift() 2497 else if (!IsFshl && !llvm::isGuaranteedNotToBePoison(SV0)) in foldSelectFunnelShift() 2498 SV0 = Builder.CreateFreeze(SV0); in foldSelectFunnelShift() 2506 return CallInst::Create(F, { SV0, SV1, ShAmt }); in foldSelectFunnelShift()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | renesas,rsnd.txt | 129 amixer set "CTU SV0" 0,4194304
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3007 const APInt &SV0 = N0.getOperand(1)->getConstantOperandAPInt(0); in visitADD() local 3009 APInt NewStep = SV0 + SV1; in visitADD() 7871 auto *SV0 = dyn_cast<ShuffleVectorSDNode>(N0); in visitOR() local 7873 if (SV0 && SV1 && TLI.isTypeLegal(VT)) { in visitOR() 7887 int M0 = SV0->getMaskElt(i); in visitOR() 15612 SDValue SV0 = PeekThroughBitcast(N0->getOperand(0)); in visitBITCAST() local 15614 if (!(SV0 && SV1)) in visitBITCAST() 15625 TLI.buildLegalVectorShuffle(VT, SDLoc(N), SV0, SV1, NewMask, DAG); in visitBITCAST() 23945 SDValue SV0 = DAG.getUNDEF(VT), SV1 = DAG.getUNDEF(VT); in combineConcatVectorOfExtracts() local 23990 if (SV0.isUndef() || SV0 == ExtVec) { in combineConcatVectorOfExtracts() [all …]
|