Searched defs:SRA (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h64 /// SHL, SRA, SRL - Non-constant shifts.
65 SHL, SRA, SRL enumerator in enum:llvm::MSP430ISD::__anon9729
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h91 SRL, SRA, SHL, enumerator in enum:llvm::PPCISD::NodeType
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h318 SHL, SRA, SRL, ROTL, ROTR, enumerator in enum:llvm::ISD::NodeType
382 /// SIGN_EXTEND_INREG - This operator atomically performs a SHL/SRA pair to
/external/llvm/include/llvm/TableGen/
H A DRecord.h930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator in enum:llvm::BinOpInit::BinaryOp
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp880 if (Opc == ISD::SRA)
1122 case ISD::SRA: return visitSRA(N);
1205 case ISD::SRA:
1895 SDValue SGN = DAG.getNode(ISD::SRA, N->getDebugLoc(), VT, N0,
1907 SDValue SRA = DAG.getNode(ISD::SRA, N->getDebugLoc(), VT, ADD, local
1913 return SRA;
1915 AddToWorkList(SRA.getNode());
1917 DAG.getConstant(0, VT), SRA);
2096 return DAG.getNode(ISD::SRA,
3815 SDValue SRA = DAG.getNode(ISD::SRA, N->getDebugLoc(), LargeVT, local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp796 setOperationAction(ISD::SRA, VT, Expand);
1053 setOperationAction(ISD::SRA, MVT::v8i16, Custom);
1054 setOperationAction(ISD::SRA, MVT::v16i8, Custom);
1063 setOperationAction(ISD::SRA, MVT::v4i32, Legal);
1071 setOperationAction(ISD::SRA, MVT::v4i32, Custom);
1136 setOperationAction(ISD::SRA, MVT::v16i16, Custom);
1137 setOperationAction(ISD::SRA, MVT::v32i8, Custom);
1195 setOperationAction(ISD::SRA, MVT::v8i32, Legal);
1220 setOperationAction(ISD::SRA, MVT::v8i32, Custom);
1326 setTargetDAGCombine(ISD::SRA);
11480 SDValue SRA = getTargetVShiftNode(X86ISD::VSRAI, dl, VT, ADD, Lg2Amt, DAG); local
[all...]

Completed in 135 milliseconds