Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h366 SSHLSAT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp361 case ISD::SSHLSAT: return "sshlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp453 case ISD::SSHLSAT: in LegalizeOp()
1050 case ISD::SSHLSAT: in Expand()
H A DLegalizeIntegerTypes.cpp232 case ISD::SSHLSAT: in PromoteIntegerResult()
1049 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
1086 case ISD::SSHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2906 case ISD::SSHLSAT: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp163 case ISD::SSHLSAT: in ScalarizeVectorResult()
1278 case ISD::SSHLSAT: in SplitVectorResult()
4399 case ISD::SSHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1154 case ISD::SSHLSAT: in LegalizeOp()
3900 case ISD::SSHLSAT: in ExpandNode()
H A DTargetLowering.cpp10478 bool IsSigned = Opcode == ISD::SSHLSAT; in expandShlSat()
10484 assert((Node->getOpcode() == ISD::SSHLSAT || in expandShlSat()
H A DSelectionDAGBuilder.cpp7204 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp6274 case ISD::SSHLSAT: return C1.sshl_sat(C2); in FoldValue()
H A DDAGCombiner.cpp1892 case ISD::SSHLSAT: in visit()
10906 if (N->getOpcode() == ISD::SSHLSAT && N1C && in visitSHLSAT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp722 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td456 def sshlsat : SDNode<"ISD::SSHLSAT" , SDTIntBinOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp537 ISD::SREM, ISD::SRL, ISD::SSHLSAT, ISD::SSUBO, in NVPTXTargetLowering()