Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h360 USHLSAT, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp339 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp439 case ISD::USHLSAT: in LegalizeOp()
1071 case ISD::USHLSAT: in Expand()
H A DLegalizeIntegerTypes.cpp220 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 DLegalizeVectorTypes.cpp145 case ISD::USHLSAT: in ScalarizeVectorResult()
1171 case ISD::USHLSAT: in SplitVectorResult()
4148 case ISD::USHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1169 case ISD::USHLSAT: in LegalizeOp()
3822 case ISD::USHLSAT: in ExpandNode()
H A DSelectionDAGBuilder.cpp6866 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp5929 case ISD::USHLSAT: return C1.ushl_sat(C2); in FoldValue()
H A DTargetLowering.cpp10122 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
H A DDAGCombiner.cpp1979 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 DTargetLoweringBase.cpp840 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td442 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp532 ISD::USHLSAT, ISD::USUBO, ISD::USUBO_CARRY, ISD::VSELECT, in NVPTXTargetLowering()