Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h340 USHLSAT, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp320 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp457 case ISD::USHLSAT: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp172 case ISD::USHLSAT: Res = PromoteIntRes_ADDSUBSHLSAT(N); break; in PromoteIntegerResult()
774 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
813 case ISD::USHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2186 case ISD::USHLSAT: ExpandIntRes_SHLSAT(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp133 case ISD::USHLSAT: in ScalarizeVectorResult()
1043 case ISD::USHLSAT: in SplitVectorResult()
3031 case ISD::USHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1139 case ISD::USHLSAT: in LegalizeOp()
3378 case ISD::USHLSAT: in ExpandNode()
H A DTargetLowering.cpp8049 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
H A DSelectionDAGBuilder.cpp6450 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp761 setOperationAction(ISD::USHLSAT, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td415 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;