Searched refs:haveIBAndDA (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp656 bool haveIBAndDA = isNotVFP && !isThumb2 && !isThumb1; local
658 if (Offset == 4 && haveIBAndDA) {
660 } else if (Offset == -4 * (int)NumRegs + 4 && haveIBAndDA) {

Completed in 105 milliseconds