Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp450 bool SelectShiftedRegister(SDValue N, bool AllowROR, SDValue &Reg,
886 bool AArch64DAGToDAGISel::SelectShiftedRegister(SDValue N, bool AllowROR, in SelectShiftedRegister() argument
894 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp451 bool AllowROR = false) const;
7727 bool AllowROR) const { in selectShiftedRegister()
7739 if (ShType == AArch64_AM::ROR && !AllowROR) in selectShiftedRegister()