Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h367 USHLSAT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp362 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp454 case ISD::USHLSAT: in LegalizeOp()
1049 case ISD::USHLSAT: in Expand()
H A DLegalizeIntegerTypes.cpp233 case ISD::USHLSAT: in PromoteIntegerResult()
1049 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
1089 case ISD::USHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2907 case ISD::USHLSAT: ExpandIntRes_SHLSAT(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp164 case ISD::USHLSAT: in ScalarizeVectorResult()
1279 case ISD::USHLSAT: in SplitVectorResult()
4400 case ISD::USHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1155 case ISD::USHLSAT: in LegalizeOp()
3901 case ISD::USHLSAT: in ExpandNode()
H A DSelectionDAGBuilder.cpp7210 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp6275 case ISD::USHLSAT: return C1.ushl_sat(C2); in FoldValue()
H A DTargetLowering.cpp10485 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
H A DDAGCombiner.cpp1893 case ISD::USHLSAT: return visitSHLSAT(N); in visit()
10911 if (N->getOpcode() == ISD::USHLSAT && 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.td457 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp542 ISD::USHLSAT, ISD::USUBO, ISD::USUBO_CARRY, ISD::VSELECT, in NVPTXTargetLowering()