Lines Matching refs:PACKSS
7646 case X86ISD::PACKSS: in getFauxShuffleMask()
7659 if (Opcode == X86ISD::PACKSS) { in getFauxShuffleMask()
10868 case X86ISD::PACKSS: in IsElementEquivalent()
11635 PackOpcode = X86ISD::PACKSS; in matchShuffleWithPACK()
11687 (PackOpcode == X86ISD::PACKSS || Subtarget.hasSSE41())) in lowerShuffleWithPACK()
20701 assert((Opcode == X86ISD::PACKSS || Opcode == X86ISD::PACKUS) && in truncateVectorWithPACK()
20736 (Opcode == X86ISD::PACKSS || Subtarget.hasSSE41())) { in truncateVectorWithPACK()
20953 truncateVectorWithPACK(X86ISD::PACKSS, VT, In, DL, DAG, Subtarget)) in LowerTRUNCATE()
30899 NODE_NAME_CASE(PACKSS) in getTargetNodeName()
34341 case X86ISD::PACKSS: { in ComputeNumSignBitsForTargetNode()
35888 bool isPack = (Opcode0 == X86ISD::PACKSS || Opcode0 == X86ISD::PACKUS); in canonicalizeShuffleMaskWithHorizOp()
37856 case X86ISD::PACKSS: in SimplifyDemandedVectorEltsForTargetNode()
38074 case X86ISD::PACKSS: in SimplifyDemandedVectorEltsForTargetNode()
38423 case X86ISD::PACKSS: in SimplifyDemandedBitsForTargetNode()
38874 V = DAG.getNode(X86ISD::PACKSS, DL, MVT::v16i8, V, in combineBitcastvxi1()
41599 if (Vec.getOpcode() == X86ISD::PACKSS && VecVT == MVT::v16i8) { in combineSetCCMOVMSK()
42607 X86ISD::PACKSS == Opcode || X86ISD::PACKUS == Opcode) && in combineHorizOpWithShuffle()
42721 assert((X86ISD::PACKSS == Opcode || X86ISD::PACKUS == Opcode) && in combineVectorPack()
42734 bool IsSigned = (X86ISD::PACKSS == Opcode); in combineVectorPack()
44266 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat()
44278 return truncateVectorWithPACK(X86ISD::PACKSS, VT, SSatVal, DL, DAG, in combineTruncateWithSat()
45452 return truncateVectorWithPACK(X86ISD::PACKSS, OutVT, In, DL, DAG, Subtarget); in combineVectorTruncationWithPACKSS()
45567 return truncateVectorWithPACK(X86ISD::PACKSS, VT, In, DL, DAG, Subtarget); in combineVectorSignBitsTruncation()
48903 case X86ISD::PACKSS: in combineConcatVectorOps()
49808 case X86ISD::PACKSS: in PerformDAGCombine()