/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2084 APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2092 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 2132 APInt KnownUndef = APInt::getNullValue(NumElts); in getKnownUndefForVectorBinop() local 2144 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 2146 return KnownUndef; in getKnownUndefForVectorBinop() 2150 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2160 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts() 2164 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2174 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2188 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() [all …]
|
D | DAGCombiner.cpp | 1076 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1077 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2278 APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2286 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts() 2326 APInt KnownUndef = APInt::getNullValue(NumElts); in getKnownUndefForVectorBinop() local 2338 KnownUndef.setBit(i); in getKnownUndefForVectorBinop() 2340 return KnownUndef; in getKnownUndefForVectorBinop() 2344 SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, in SimplifyDemandedVectorElts() argument 2353 KnownUndef = KnownZero = APInt::getNullValue(NumElts); in SimplifyDemandedVectorElts() 2364 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2374 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() 2403 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts() [all …]
|
D | DAGCombiner.cpp | 1191 APInt KnownUndef, KnownZero; in SimplifyDemandedVectorElts() local 1192 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | AArch64SelectionDAGTest.cpp | 192 auto KnownUndef = APInt(3, 0); in TEST_F() local 195 EXPECT_EQ(TL.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3175 APInt &KnownUndef, APInt &KnownZero, 3182 APInt &KnownUndef, APInt &KnownZero, 3228 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3369 APInt &KnownUndef, APInt &KnownZero, 3376 APInt &KnownUndef, APInt &KnownZero, 3440 SDValue Op, const APInt &DemandedElts, APInt &KnownUndef,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1069 APInt &KnownUndef,
|
D | X86ISelLowering.cpp | 7188 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument 7190 KnownUndef = KnownZero = APInt::getNullValue(Size); in computeZeroableShuffleElements() 7206 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7228 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7257 KnownUndef.setBit(i); in computeZeroableShuffleElements() 7271 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument 7283 KnownUndef = KnownZero = APInt::getNullValue(Size); in getTargetShuffleAndZeroables() 7308 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7321 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7334 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6911 APInt &KnownUndef, APInt &KnownZero) { in computeZeroableShuffleElements() argument 6913 KnownUndef = KnownZero = APInt::getNullValue(Size); in computeZeroableShuffleElements() 6929 KnownUndef.setBit(i); in computeZeroableShuffleElements() 6951 KnownUndef.setBit(i); in computeZeroableShuffleElements() 6980 KnownUndef.setBit(i); in computeZeroableShuffleElements() 6994 APInt &KnownUndef, APInt &KnownZero) { in getTargetShuffleAndZeroables() argument 7006 KnownUndef = KnownZero = APInt::getNullValue(Size); in getTargetShuffleAndZeroables() 7031 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7044 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() 7057 KnownUndef.setBit(i); in getTargetShuffleAndZeroables() [all …]
|
D | X86ISelLowering.h | 956 APInt &KnownUndef,
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 15158 APInt KnownUndef, KnownZero; in PerformVMOVNCombine() local 15160 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef, in PerformVMOVNCombine() 15163 if (TLI.SimplifyDemandedVectorElts(Op1, Op1DemandedElts, KnownUndef, in PerformVMOVNCombine() 15180 APInt KnownUndef, KnownZero; in PerformVQMOVNCombine() local 15182 if (TLI.SimplifyDemandedVectorElts(Op0, Op0DemandedElts, KnownUndef, in PerformVQMOVNCombine()
|