Home
last modified time | relevance | path

Searched refs:UndefElts2 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2501 APInt UndefElts2(VWidth, 0); in instCombineIntrinsic() local
2512 DemandedElts2.isSubsetOf(UndefElts2)) { in instCombineIntrinsic()
2857 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
2916 simplifyAndSetOp(&II, 1, DemandedElts, UndefElts2); in simplifyDemandedVectorEltsIntrinsic()
2920 if (!UndefElts2[0]) in simplifyDemandedVectorEltsIntrinsic()
2943 simplifyAndSetOp(&II, 1, DemandedElts, UndefElts2); in simplifyDemandedVectorEltsIntrinsic()
2948 UndefElts |= UndefElts2[0]; in simplifyDemandedVectorEltsIntrinsic()
2977 simplifyAndSetOp(&II, 1, DemandedElts, UndefElts2); in simplifyDemandedVectorEltsIntrinsic()
2982 if (!UndefElts2[0] || !UndefElts3[0]) in simplifyDemandedVectorEltsIntrinsic()
3008 UndefElts &= UndefElts2; in simplifyDemandedVectorEltsIntrinsic()
[all …]
H A DX86TargetTransformInfo.h202 APInt &UndefElts2, APInt &UndefElts3,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h227 APInt &UndefElts2, APInt &UndefElts3,
H A DAMDGPUInstCombineIntrinsic.cpp1363 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h126 APInt &UndefElts2, APInt &UndefElts3,
H A DARMTargetTransformInfo.cpp257 APInt &UndefElts, APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h129 APInt &UndefElts2, APInt &UndefElts3,
H A DAArch64TargetTransformInfo.cpp2041 APInt &UndefElts, APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h396 APInt &UndefElts2, APInt &UndefElts3,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h676 APInt & UndefElts, APInt & UndefElts2, APInt & UndefElts3,
1817 APInt &UndefElts, APInt &UndefElts2, APInt &UndefElts3,
2265 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
2269 IC, II, DemandedElts, UndefElts, UndefElts2, UndefElts3, in simplifyDemandedVectorEltsIntrinsic()
H A DTargetTransformInfoImpl.h204 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp375 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
379 IC, II, DemandedElts, UndefElts, UndefElts2, UndefElts3, in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h686 APInt &UndefElts2, APInt &UndefElts3, in simplifyDemandedVectorEltsIntrinsic() argument
690 IC, II, DemandedElts, UndefElts, UndefElts2, UndefElts3, in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6284 BitVector UndefElts1, UndefElts2; in FoldConstantArithmetic() local
6286 BV2->getConstantRawBits(IsLE, EltBits, RawBits2, UndefElts2)) { in FoldConstantArithmetic()
6290 Opcode, RawBits1[I], UndefElts1[I], RawBits2[I], UndefElts2[I]); in FoldConstantArithmetic()