Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48018 std::pair<APInt, APInt> Demand0 = GetDemandedMasks(N1); in combineAnd() local
48021 if (TLI.SimplifyDemandedVectorElts(N0, Demand0.second, DCI) || in combineAnd()
48023 TLI.SimplifyDemandedBits(N0, Demand0.first, Demand0.second, DCI) || in combineAnd()
48030 SDValue NewN0 = TLI.SimplifyMultipleUseDemandedBits(N0, Demand0.first, in combineAnd()
48031 Demand0.second, DAG); in combineAnd()
51322 std::pair<APInt, APInt> Demand0 = GetDemandedMasks(N1); in combineAndnp() local
51326 if (TLI.SimplifyDemandedVectorElts(N0, Demand0.second, DCI) || in combineAndnp()
51328 TLI.SimplifyDemandedBits(N0, Demand0.first, Demand0.second, DCI) || in combineAndnp()