Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h457 bool *OutUseUnscaledOp = nullptr,
H A DAArch64InstrInfo.cpp4651 bool *OutUseUnscaledOp, in isAArch64FrameOffsetLegal() argument
4657 if (OutUseUnscaledOp) in isAArch64FrameOffsetLegal()
4658 *OutUseUnscaledOp = false; in isAArch64FrameOffsetLegal()
4737 if (OutUseUnscaledOp) in isAArch64FrameOffsetLegal()
4738 *OutUseUnscaledOp = useUnscaledOp; in isAArch64FrameOffsetLegal()