Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2532 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/
DTargetLowering.cpp2316 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/
Dalgebraic_simplifier_test.cc843 TEST_F(AlgebraicSimplifierTest, SubZero) { in TEST_F() argument