Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp403 bool SelectShiftedRegister(SDValue N, bool AllowROR, SDValue &Reg,
730 bool AArch64DAGToDAGISel::SelectShiftedRegister(SDValue N, bool AllowROR, in SelectShiftedRegister() argument
738 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp398 bool AllowROR = false) const;
6583 bool AllowROR) const { in selectShiftedRegister()
6595 if (ShType == AArch64_AM::ROR && !AllowROR) in selectShiftedRegister()