Searched refs:SSHLSAT (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 379 SSHLSAT, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 378 case ISD::SSHLSAT: return "sshlsat"; in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 470 case ISD::SSHLSAT: in LegalizeOp() 1181 case ISD::SSHLSAT: in Expand()
|
| H A D | LegalizeIntegerTypes.cpp | 252 case ISD::SSHLSAT: in PromoteIntegerResult() 1115 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() 1135 case ISD::SSHLSAT: in PromoteIntRes_ADDSUBSHLSAT() 3089 case ISD::SSHLSAT: in ExpandIntegerResult()
|
| H A D | LegalizeVectorTypes.cpp | 174 case ISD::SSHLSAT: in ScalarizeVectorResult() 1337 case ISD::SSHLSAT: in SplitVectorResult() 4767 case ISD::SSHLSAT: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 1184 case ISD::SSHLSAT: in LegalizeOp() 4039 case ISD::SSHLSAT: in ExpandNode()
|
| H A D | TargetLowering.cpp | 10970 bool IsSigned = Opcode == ISD::SSHLSAT; in expandShlSat() 10976 assert((Node->getOpcode() == ISD::SSHLSAT || in expandShlSat()
|
| H A D | SelectionDAGBuilder.cpp | 7256 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
|
| H A D | SelectionDAG.cpp | 6688 case ISD::SSHLSAT: return C1.sshl_sat(C2); in FoldValue()
|
| H A D | DAGCombiner.cpp | 1950 case ISD::SSHLSAT: in visit() 11373 if (N->getOpcode() == ISD::SSHLSAT && N1C && in visitSHLSAT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 803 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 472 def sshlsat : SDNode<"ISD::SSHLSAT" , SDTIntBinOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 648 ISD::SREM, ISD::SRL, ISD::SSHLSAT, ISD::SSUBO, in NVPTXTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 448 setOperationAction(ISD::SSHLSAT, MVT::i32, Legal); in RISCVTargetLowering()
|