Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2309 APInt &KnownZero, in SimplifyDemandedVectorElts() argument
2316 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts()
2375 APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth, in SimplifyDemandedVectorElts() argument
2383 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts()
2452 KnownZero, TLO, Depth + 1); in SimplifyDemandedVectorElts()
2492 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
2517 KnownZero.setBit(i); in SimplifyDemandedVectorElts()
2550 KnownZero.setBit(i); in SimplifyDemandedVectorElts()
2567 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts()
2593 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
[all …]
H A DDAGCombiner.cpp1181 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local
1182 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3386 APInt &KnownUndef, APInt &KnownZero,
3393 APInt &KnownUndef, APInt &KnownZero,
3458 APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth = 0) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7291 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument
7293 KnownUndef = KnownZero = APInt::getNullValue(Size); in computeZeroableShuffleElements()
7313 KnownZero.setBit(i); in computeZeroableShuffleElements()
7333 KnownZero.setBit(i); in computeZeroableShuffleElements()
7338 KnownZero.setBit(i); in computeZeroableShuffleElements()
7343 KnownZero.setBit(i); in computeZeroableShuffleElements()
7362 KnownZero.setBit(i); in computeZeroableShuffleElements()
7374 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument
7386 KnownUndef = KnownZero = APInt::getNullValue(Size); in getTargetShuffleAndZeroables()
7413 KnownZero.setBit(i); in getTargetShuffleAndZeroables()
[all …]
H A DX86ISelLowering.h1092 APInt &KnownZero,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15812 APInt KnownUndef, KnownZero; in PerformVMOVNCombine() local
15815 KnownZero, DCI)) in PerformVMOVNCombine()
15818 KnownZero, DCI)) in PerformVMOVNCombine()
15834 APInt KnownUndef, KnownZero; in PerformVQMOVNCombine() local
15837 KnownZero, DCI)) in PerformVQMOVNCombine()