Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h360 USHLSAT, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp410 case ISD::USHLSAT: in LegalizeOp()
890 case ISD::USHLSAT: in Expand()
H A DSelectionDAGDumper.cpp331 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
H A DLegalizeIntegerTypes.cpp205 case ISD::USHLSAT: Res = PromoteIntRes_ADDSUBSHLSAT(N); break; in PromoteIntegerResult()
870 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
909 case ISD::USHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2538 case ISD::USHLSAT: ExpandIntRes_SHLSAT(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp139 case ISD::USHLSAT: in ScalarizeVectorResult()
1115 case ISD::USHLSAT: in SplitVectorResult()
3962 case ISD::USHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1148 case ISD::USHLSAT: in LegalizeOp()
3451 case ISD::USHLSAT: in ExpandNode()
H A DSelectionDAGBuilder.cpp6634 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp5660 case ISD::USHLSAT: return C1.ushl_sat(C2); in FoldValue()
H A DTargetLowering.cpp9625 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
H A DDAGCombiner.cpp1742 case ISD::USHLSAT: return visitSHLSAT(N); in visit()
10132 if (N->getOpcode() == ISD::USHLSAT && N1C && in visitSHLSAT()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp810 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td433 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;