Home
last modified time | relevance | path

Searched refs:SimplifyDemandedVectorElts (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1942 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, KnownSrcUndef, in SimplifyDemandedBits()
1965 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, KnownSrcUndef, in SimplifyDemandedBits()
2082 bool TargetLowering::SimplifyDemandedVectorElts(SDValue Op, in SimplifyDemandedVectorElts() function in TargetLowering
2092 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts()
2149 bool TargetLowering::SimplifyDemandedVectorElts( in SimplifyDemandedVectorElts() function in TargetLowering
2206 return SimplifyDemandedVectorElts(Src, DemandedElts, KnownUndef, in SimplifyDemandedVectorElts()
2220 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2262 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2317 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
2338 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
[all …]
DDAGCombiner.cpp319 bool SimplifyDemandedVectorElts(SDValue Op) { in SimplifyDemandedVectorElts() function in __anon753f189b0111::DAGCombiner
322 return SimplifyDemandedVectorElts(Op, DemandedElts); in SimplifyDemandedVectorElts()
327 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts,
1072 bool DAGCombiner::SimplifyDemandedVectorElts(SDValue Op, in SimplifyDemandedVectorElts() function in DAGCombiner
1077 if (!TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, in SimplifyDemandedVectorElts()
10704 if (SimplifyDemandedVectorElts(SDValue(N, 0))) in visitSIGN_EXTEND_VECTOR_INREG()
10720 if (SimplifyDemandedVectorElts(SDValue(N, 0))) in visitZERO_EXTEND_VECTOR_INREG()
17210 if (SimplifyDemandedVectorElts(VecOp, DemandedElts, true)) { in visitEXTRACT_VECTOR_ELT()
18657 if (SimplifyDemandedVectorElts(SDValue(N, 0))) in visitEXTRACT_SUBVECTOR()
19269 if (SimplifyDemandedVectorElts(SDValue(N, 0))) in visitVECTOR_SHUFFLE()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp345 SimplifyDemandedVectorElts(SrcVec, DemandedElts, UndefElts)) { in visitExtractElementInst()
355 if (Value *V = SimplifyDemandedVectorElts( in visitExtractElementInst()
1100 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
1947 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
DInstCombineCalls.cpp1102 if (Value *V = SimplifyDemandedVectorElts(II.getOperand(0), in simplifyMaskedStore()
1140 if (Value *V = SimplifyDemandedVectorElts(II.getOperand(0), in simplifyMaskedScatter()
1145 if (Value *V = SimplifyDemandedVectorElts(II.getOperand(1), in simplifyMaskedScatter()
1871 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
1885 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst()
2964 if (Value *V = SimplifyDemandedVectorElts(Arg0, DemandedElts1, in visitCallInst()
2973 if (Value *V = SimplifyDemandedVectorElts(Arg1, DemandedElts2, in visitCallInst()
DInstCombineSimplifyDemanded.cpp1119 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts() function in InstCombiner
1201 if (Value *V = SimplifyDemandedVectorElts(Op, Demanded, Undef, Depth + 1)) { in SimplifyDemandedVectorElts()
DInstCombineInternal.h866 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
DInstCombineSelect.cpp2760 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
DInstructionCombining.cpp1673 if (Value *V = SimplifyDemandedVectorElts(&GEP, AllOnesEltMask, in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3174 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask,
3181 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35280 if (TLI.SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, DCI)) in combineShuffle()
35372 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35375 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35402 if (SimplifyDemandedVectorElts(Amt, AmtElts, AmtUndef, AmtZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35412 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35448 if (SimplifyDemandedVectorElts(Src, DemandedSrc, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35487 if (SimplifyDemandedVectorElts(Src, DemandedSrc, KnownUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35502 if (SimplifyDemandedVectorElts(Src, SrcElts, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35516 if (SimplifyDemandedVectorElts(N0, DemandedLHS, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
35519 if (SimplifyDemandedVectorElts(N1, DemandedRHS, SrcUndef, SrcZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
[all …]