Searched refs:SubZero (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2532 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2533 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2537 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 2552 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2553 if (SimplifyDemandedVectorElts(Sub, DemandedSubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2567 KnownZero.insertBits(SubZero, Idx); in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2316 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2317 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2321 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 2337 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 2338 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 2356 KnownZero.insertBits(SubZero, SubIdx); in SimplifyDemandedVectorElts()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 843 TEST_F(AlgebraicSimplifierTest, SubZero) { in TEST_F() argument
|