Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp582 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg() function
612 if (isThumb1 && isi32Load(Opcode) && ContainsReg(Regs, Base)) { in CreateLoadStoreMulti()
690 (!isi32Store(Opcode) || !ContainsReg(Regs, Base)); in CreateLoadStoreMulti()
760 assert(!(ContainsReg(Regs, Base)) && "Thumb1 can't LDM ! with Base in Regs"); in CreateLoadStoreMulti()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp612 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg() function
643 if (isThumb1 && ContainsReg(Regs, Base)) { in CreateLoadStoreMulti()
725 (!isi32Store(Opcode) || !ContainsReg(Regs, Base)); in CreateLoadStoreMulti()
799 assert(!(ContainsReg(Regs, Base)) && "Thumb1 can't LDM ! with Base in Regs"); in CreateLoadStoreMulti()