Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h359 SSHLSAT, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp338 case ISD::SSHLSAT: return "sshlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp438 case ISD::SSHLSAT: in LegalizeOp()
1072 case ISD::SSHLSAT: in Expand()
H A DLegalizeIntegerTypes.cpp219 case ISD::SSHLSAT: in PromoteIntegerResult()
951 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
987 case ISD::SSHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2740 case ISD::SSHLSAT: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp144 case ISD::SSHLSAT: in ScalarizeVectorResult()
1170 case ISD::SSHLSAT: in SplitVectorResult()
4147 case ISD::SSHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1168 case ISD::SSHLSAT: in LegalizeOp()
3821 case ISD::SSHLSAT: in ExpandNode()
H A DTargetLowering.cpp10115 bool IsSigned = Opcode == ISD::SSHLSAT; in expandShlSat()
10121 assert((Node->getOpcode() == ISD::SSHLSAT || in expandShlSat()
H A DSelectionDAGBuilder.cpp6860 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp5928 case ISD::SSHLSAT: return C1.sshl_sat(C2); in FoldValue()
H A DDAGCombiner.cpp1978 case ISD::SSHLSAT: in visit()
10894 if (N->getOpcode() == ISD::SSHLSAT && N1C && in visitSHLSAT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp840 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td441 def sshlsat : SDNode<"ISD::SSHLSAT" , SDTIntBinOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp527 ISD::SREM, ISD::SRL, ISD::SSHLSAT, ISD::SSUBO, in NVPTXTargetLowering()