Searched refs:SSHLSAT (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 366 SSHLSAT, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 361 case ISD::SSHLSAT: return "sshlsat"; in getOperationName()
|
H A D | LegalizeVectorOps.cpp | 453 case ISD::SSHLSAT: in LegalizeOp() 1050 case ISD::SSHLSAT: in Expand()
|
H A D | LegalizeIntegerTypes.cpp | 232 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 D | LegalizeVectorTypes.cpp | 163 case ISD::SSHLSAT: in ScalarizeVectorResult() 1278 case ISD::SSHLSAT: in SplitVectorResult() 4399 case ISD::SSHLSAT: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 1154 case ISD::SSHLSAT: in LegalizeOp() 3900 case ISD::SSHLSAT: in ExpandNode()
|
H A D | TargetLowering.cpp | 10478 bool IsSigned = Opcode == ISD::SSHLSAT; in expandShlSat() 10484 assert((Node->getOpcode() == ISD::SSHLSAT || in expandShlSat()
|
H A D | SelectionDAGBuilder.cpp | 7204 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
|
H A D | SelectionDAG.cpp | 6274 case ISD::SSHLSAT: return C1.sshl_sat(C2); in FoldValue()
|
H A D | DAGCombiner.cpp | 1892 case ISD::SSHLSAT: in visit() 10906 if (N->getOpcode() == ISD::SSHLSAT && N1C && in visitSHLSAT()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 722 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 456 def sshlsat : SDNode<"ISD::SSHLSAT" , SDTIntBinOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 537 ISD::SREM, ISD::SRL, ISD::SSHLSAT, ISD::SSUBO, in NVPTXTargetLowering()
|