Home
last modified time | relevance | path

Searched refs:AllowROR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp374 bool SelectShiftedRegister(SDValue N, bool AllowROR, SDValue &Reg,
607 bool AArch64DAGToDAGISel::SelectShiftedRegister(SDValue N, bool AllowROR, in SelectShiftedRegister() argument
612 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp398 bool AllowROR = false) const;
6521 bool AllowROR) const { in selectShiftedRegister()
6533 if (ShType == AArch64_AM::ROR && !AllowROR) in selectShiftedRegister()