Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h339 SSHLSAT, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp319 case ISD::SSHLSAT: return "sshlsat"; in getOperationName()
H A DLegalizeVectorOps.cpp456 case ISD::SSHLSAT: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp171 case ISD::SSHLSAT: in PromoteIntegerResult()
774 bool IsShift = Opcode == ISD::USHLSAT || Opcode == ISD::SSHLSAT; in PromoteIntRes_ADDSUBSHLSAT()
810 case ISD::SSHLSAT: in PromoteIntRes_ADDSUBSHLSAT()
2185 case ISD::SSHLSAT: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp132 case ISD::SSHLSAT: in ScalarizeVectorResult()
1042 case ISD::SSHLSAT: in SplitVectorResult()
3030 case ISD::SSHLSAT: in WidenVectorResult()
H A DLegalizeDAG.cpp1138 case ISD::SSHLSAT: in LegalizeOp()
3377 case ISD::SSHLSAT: in ExpandNode()
H A DTargetLowering.cpp8042 bool IsSigned = Opcode == ISD::SSHLSAT; in expandShlSat()
8048 assert((Node->getOpcode() == ISD::SSHLSAT || in expandShlSat()
H A DSelectionDAGBuilder.cpp6444 setValue(&I, DAG.getNode(ISD::SSHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp760 setOperationAction(ISD::SSHLSAT, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td414 def sshlsat : SDNode<"ISD::SSHLSAT" , SDTIntBinOp>;