Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1748 bool UseScaled = true; in emitLoad() local
1750 UseScaled = false; in emitLoad()
1804 unsigned Idx = UseRegOffset ? 2 : UseScaled ? 1 : 0; in emitLoad()
2073 bool UseScaled = true; in emitStore() local
2075 UseScaled = false; in emitStore()
2094 unsigned Idx = UseRegOffset ? 2 : UseScaled ? 1 : 0; in emitStore()