Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h380 USHLSAT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp379 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp471 case ISD::USHLSAT: in LegalizeOp()
1180 case ISD::USHLSAT: in Expand()
H A DLegalizeIntegerTypes.cpp253 case ISD::USHLSAT: in PromoteIntegerResult()
1115 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
1138 case ISD::USHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
3090 case ISD::USHLSAT: ExpandIntRes_SHLSAT(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp175 case ISD::USHLSAT: in ScalarizeVectorResult()
1338 case ISD::USHLSAT: in SplitVectorResult()
4768 case ISD::USHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1185 case ISD::USHLSAT: in LegalizeOp()
4040 case ISD::USHLSAT: in ExpandNode()
H A DSelectionDAGBuilder.cpp7262 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp6689 case ISD::USHLSAT: return C1.ushl_sat(C2); in FoldValue()
H A DDAGCombiner.cpp1951 case ISD::USHLSAT: return visitSHLSAT(N); in visit()
11378 if (N->getOpcode() == ISD::USHLSAT && N1C && in visitSHLSAT()
H A DTargetLowering.cpp10977 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp803 ISD::SSHLSAT, ISD::USHLSAT, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td473 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp653 ISD::USHLSAT, ISD::USUBO, ISD::USUBO_CARRY, ISD::VSELECT, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp449 setOperationAction(ISD::USHLSAT, MVT::i32, Legal); in RISCVTargetLowering()