Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52552 SDValue ZExtIn, SExtIn; in detectPMADDUBSW() local
52590 SExtIn = N01In; in detectPMADDUBSW()
52592 if (ZExtIn != N00In || SExtIn != N01In || in detectPMADDUBSW()
52593 ZExtIn != N10In || SExtIn != N11In) in detectPMADDUBSW()
52606 ExtractVec(SExtIn); in detectPMADDUBSW()
52620 return SplitOpsAndApply(DAG, Subtarget, DL, VT, { ZExtIn, SExtIn }, in detectPMADDUBSW()