Searched refs:KnownUndef (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2308 APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2316 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 2356 APInt KnownUndef = APInt::getNullValue(NumElts); in getKnownUndefForVectorBinop() local 2368 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 2370 return KnownUndef; in getKnownUndefForVectorBinop() 2374 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2383 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts() 2394 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2404 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2433 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() [all …]
|
| H A D | DAGCombiner.cpp | 1181 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 D | TargetLowering.h | 3386 APInt &KnownUndef, APInt &KnownZero, 3393 APInt &KnownUndef, APInt &KnownZero, 3457 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7291 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument 7293 KnownUndef = KnownZero = APInt::getNullValue(Size); in computeZeroableShuffleElements() 7309 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7331 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7360 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7374 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument 7386 KnownUndef = KnownZero = APInt::getNullValue(Size); in getTargetShuffleAndZeroables() 7411 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7424 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7437 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() [all …]
|
| H A D | X86ISelLowering.h | 1091 APInt &KnownUndef,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 15812 APInt KnownUndef, KnownZero; in PerformVMOVNCombine() local 15814 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef, in PerformVMOVNCombine() 15817 if (TLI.SimplifyDemandedVectorElts(Op1, Op1DemandedElts, KnownUndef, in PerformVMOVNCombine() 15834 APInt KnownUndef, KnownZero; in PerformVQMOVNCombine() local 15836 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef, in PerformVQMOVNCombine()
|