Searched refs:VTRUNCS (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 205 X86ISD::VTRUNCS, 0), 207 X86ISD::VTRUNCS, 0), 209 X86ISD::VTRUNCS, 0), 211 X86ISD::VTRUNCS, 0), 213 X86ISD::VTRUNCS, 0), 215 X86ISD::VTRUNCS, 0), 217 X86ISD::VTRUNCS, 0), 219 X86ISD::VTRUNCS, 0), 221 X86ISD::VTRUNCS, 0), 223 X86ISD::VTRUNCS, 0), [all …]
|
H A D | X86ISelLowering.h | 325 VTRUNCS, enumerator
|
H A D | X86InstrFragmentsSIMD.td | 126 def X86vtruncs : SDNode<"X86ISD::VTRUNCS", SDTVtrunc>;
|
H A D | X86ISelLowering.cpp | 27262 case X86ISD::VTRUNCS: { in LowerINTRINSIC_W_CHAIN() 27263 bool IsSigned = (TruncationOp == X86ISD::VTRUNCS); in LowerINTRINSIC_W_CHAIN() 33772 NODE_NAME_CASE(VTRUNCS) in getTargetNodeName() 37456 case X86ISD::VTRUNCS: in computeKnownBitsForTargetNode() 42271 case X86ISD::VTRUNCS: in SimplifyDemandedVectorEltsForTargetNode() 51106 TruncOpc = X86ISD::VTRUNCS; in combineTruncateWithSat() 51736 StoredVal.getOpcode() == X86ISD::VTRUNCS) && in combineStore() 51739 bool IsSigned = StoredVal.getOpcode() == X86ISD::VTRUNCS; in combineStore() 52669 return DAG.getNode(X86ISD::VTRUNCS, DL, VT, SSatVal); in combineVTRUNC()
|