Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp906 Value *InstCombiner::SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, in SimplifyDemandedVectorElts() function in InstCombiner
995 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts, in SimplifyDemandedVectorElts()
1013 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts2, in SimplifyDemandedVectorElts()
1041 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), LeftDemanded, in SimplifyDemandedVectorElts()
1046 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), RightDemanded, in SimplifyDemandedVectorElts()
1103 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), LeftDemanded, UndefElts, in SimplifyDemandedVectorElts()
1107 TmpV = SimplifyDemandedVectorElts(I->getOperand(2), RightDemanded, in SimplifyDemandedVectorElts()
1151 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), InputDemandedElts, in SimplifyDemandedVectorElts()
1188 TmpV = SimplifyDemandedVectorElts(I->getOperand(0), DemandedElts, UndefElts, in SimplifyDemandedVectorElts()
1191 TmpV = SimplifyDemandedVectorElts(I->getOperand(1), DemandedElts, in SimplifyDemandedVectorElts()
[all …]
H A DInstCombineVectorOps.cpp173 if (Value *V = SimplifyDemandedVectorElts(EI.getOperand(0), DemandedMask, in visitExtractElementInst()
622 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
935 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
H A DInstCombineInternal.h536 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
H A DInstCombineSelect.cpp1237 if (Value *V = SimplifyDemandedVectorElts(&SI, AllOnesEltMask, UndefElts)) { in visitSelectInst()
H A DInstCombineCalls.cpp1324 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst()
1330 return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in visitCallInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2528 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, KnownSrcUndef, in SimplifyDemandedBits()
2551 if (SimplifyDemandedVectorElts(Src, DemandedSrcElts, KnownSrcUndef, in SimplifyDemandedBits()
2751 bool TargetLowering::SimplifyDemandedVectorElts(SDValue Op, in SimplifyDemandedVectorElts() function in TargetLowering
2760 SimplifyDemandedVectorElts(Op, DemandedElts, KnownUndef, KnownZero, TLO); in SimplifyDemandedVectorElts()
2817 bool TargetLowering::SimplifyDemandedVectorElts( in SimplifyDemandedVectorElts() function in TargetLowering
2901 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2921 return SimplifyDemandedVectorElts(Src, DemandedElts, KnownUndef, in SimplifyDemandedVectorElts()
2931 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
2986 if (SimplifyDemandedVectorElts(Src, SrcDemandedElts, SrcUndef, SrcZero, in SimplifyDemandedVectorElts()
3041 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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()
H A 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()
H A 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()
H A DInstCombineInternal.h866 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp585 SimplifyDemandedVectorElts(SrcVec, DemandedElts, UndefElts)) in visitExtractElementInst()
593 if (Value *V = SimplifyDemandedVectorElts( in visitExtractElementInst()
1697 if (Value *V = SimplifyDemandedVectorElts(&IE, AllOnesEltMask, UndefElts)) { in visitInsertElementInst()
2826 if (Value *V = SimplifyDemandedVectorElts(&SVI, AllOnesEltMask, UndefElts)) { in visitShuffleVectorInst()
H A DInstCombineSimplifyDemanded.cpp1235 Value *InstCombinerImpl::SimplifyDemandedVectorElts(Value *V, in SimplifyDemandedVectorElts() function in InstCombinerImpl
1320 if (Value *V = SimplifyDemandedVectorElts(Op, Demanded, Undef, Depth + 1)) { in SimplifyDemandedVectorElts()
H A DInstCombineCalls.cpp377 SimplifyDemandedVectorElts(II.getOperand(0), DemandedElts, UndefElts)) in simplifyMaskedStore()
461 SimplifyDemandedVectorElts(II.getOperand(0), DemandedElts, UndefElts)) in simplifyMaskedScatter()
464 SimplifyDemandedVectorElts(II.getOperand(1), DemandedElts, UndefElts)) in simplifyMaskedScatter()
1247 if (Value *V = SimplifyDemandedVectorElts(II, AllOnesEltMask, UndefElts)) { in visitCallInst()
H A DInstCombineInternal.h492 Value *SimplifyDemandedVectorElts(Value *V, APInt DemandedElts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/InstCombine/
DInstCombiner.h507 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/InstCombine/
DInstCombiner.h509 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/InstCombine/
DInstCombiner.h507 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp934 return IC.SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts); in instCombineIntrinsic()
1428 IC.SimplifyDemandedVectorElts(Arg0, DemandedElts1, UndefElts1)) { in instCombineIntrinsic()
1437 IC.SimplifyDemandedVectorElts(Arg1, DemandedElts2, UndefElts2)) { in instCombineIntrinsic()
H A DX86ISelLowering.cpp41909 if (TLI.SimplifyDemandedVectorElts(Op, DemandedElts, DCI)) in combineShuffle()
41938 if (SimplifyDemandedVectorElts(Mask, DemandedElts, MaskUndef, MaskZero, TLO, in SimplifyDemandedVectorEltsForTargetShuffle()
42006 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42009 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42023 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42026 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42034 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42038 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42088 if (SimplifyDemandedVectorElts(Amt, AmtElts, AmtUndef, AmtZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
42098 if (SimplifyDemandedVectorElts(Src, DemandedElts, SrcUndef, KnownZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h529 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/InstCombine/
DInstCombiner.h546 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3174 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask,
3181 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3779 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask,
3786 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetLowering.h4051 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedEltMask,
4058 bool SimplifyDemandedVectorElts(SDValue Op, const APInt &DemandedElts,

12