Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1772 bool UseScaled = true; in emitLoad() local
1774 UseScaled = false; in emitLoad()
1828 unsigned Idx = UseRegOffset ? 2 : UseScaled ? 1 : 0; in emitLoad()
2097 bool UseScaled = true; in emitStore() local
2099 UseScaled = false; in emitStore()
2118 unsigned Idx = UseRegOffset ? 2 : UseScaled ? 1 : 0; in emitStore()