Searched refs:USHLSAT (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 360 USHLSAT, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 339 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 439 case ISD::USHLSAT: in LegalizeOp() 1071 case ISD::USHLSAT: in Expand()
|
| H A D | LegalizeIntegerTypes.cpp | 220 case ISD::USHLSAT: Res = PromoteIntRes_ADDSUBSHLSAT(N); break; in PromoteIntegerResult() 951 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT() 990 case ISD::USHLSAT: in PromoteIntRes_ADDSUBSHLSAT() 2741 case ISD::USHLSAT: ExpandIntRes_SHLSAT(N, Lo, Hi); break; in ExpandIntegerResult()
|
| H A D | LegalizeVectorTypes.cpp | 145 case ISD::USHLSAT: in ScalarizeVectorResult() 1171 case ISD::USHLSAT: in SplitVectorResult() 4148 case ISD::USHLSAT: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 1169 case ISD::USHLSAT: in LegalizeOp() 3822 case ISD::USHLSAT: in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 6866 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
|
| H A D | SelectionDAG.cpp | 5929 case ISD::USHLSAT: return C1.ushl_sat(C2); in FoldValue()
|
| H A D | TargetLowering.cpp | 10122 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
|
| H A D | DAGCombiner.cpp | 1979 case ISD::USHLSAT: return visitSHLSAT(N); in visit() 10899 if (N->getOpcode() == ISD::USHLSAT && N1C && in visitSHLSAT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 840 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 442 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 532 ISD::USHLSAT, ISD::USUBO, ISD::USUBO_CARRY, ISD::VSELECT, in NVPTXTargetLowering()
|