Searched refs:USHLSAT (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 340 USHLSAT, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 320 case ISD::USHLSAT: return "ushlsat"; in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 457 case ISD::USHLSAT: in LegalizeOp()
|
| H A D | LegalizeIntegerTypes.cpp | 172 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 D | LegalizeVectorTypes.cpp | 133 case ISD::USHLSAT: in ScalarizeVectorResult() 1043 case ISD::USHLSAT: in SplitVectorResult() 3031 case ISD::USHLSAT: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 1139 case ISD::USHLSAT: in LegalizeOp() 3378 case ISD::USHLSAT: in ExpandNode()
|
| H A D | TargetLowering.cpp | 8049 Node->getOpcode() == ISD::USHLSAT) && in expandShlSat()
|
| H A D | SelectionDAGBuilder.cpp | 6450 setValue(&I, DAG.getNode(ISD::USHLSAT, sdl, Op1.getValueType(), Op1, Op2)); in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 761 setOperationAction(ISD::USHLSAT, VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 415 def ushlsat : SDNode<"ISD::USHLSAT" , SDTIntBinOp>;
|