Searched refs:ROTR (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1388 case ISD::ROTR:
3566 if (TLI.isOperationLegalOrCustom(ISD::ROTR, VT))
3567 return DAG.getNode(ISD::ROTR, DL, VT, BSwap, ShAmt);
3977 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT);
4018 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT,
4066 LExtOp0, RExtOp0, ISD::ROTL, ISD::ROTR, DL);
4071 RExtOp0, LExtOp0, ISD::ROTR, ISD::ROTL, DL);
H A DLegalizeDAG.cpp1361 case ISD::ROTR:
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3319 emitRRI(Mips::ROTR, DReg, SReg, ShiftValue, Inst.getLoc(), Instructions);
3324 emitRRI(Mips::ROTR, DReg, SReg, ImmValue, Inst.getLoc(), Instructions);
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp189 setOperationAction(ISD::ROTR, VT, Expand);
329 // At present ROTL isn't matched by DAGCombiner. ROTR should be
332 setOperationAction(ISD::ROTR, VT, Expand);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp322 case ISD::ROTR:
H A DAArch64ISelLowering.cpp220 setOperationAction(ISD::ROTR, VT, Expand);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp225 // PowerPC does not have ROTR
226 setOperationAction(ISD::ROTR, MVT::i32 , Expand);
227 setOperationAction(ISD::ROTR, MVT::i64 , Expand);
488 setOperationAction(ISD::ROTR, VT, Expand);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp754 setOperationAction(ISD::ROTR, VT, Expand);
10381 return DAG.getNode(ISD::ROTR, SDLoc(N), VT, N0, N1);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp736 setOperationAction(ISD::ROTR, VT, Expand);
[all...]

Completed in 509 milliseconds

12