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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp614 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, function
645 if (isThumb1 && ContainsReg(Regs, Base)) {
727 (!isi32Store(Opcode) || !ContainsReg(Regs, Base));
801 assert(!(ContainsReg(Regs, Base)) && "Thumb1 can't LDM ! with Base in Regs");

Completed in 59 milliseconds