Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp811 for (MCPhysReg SubOrSuper : TRI->sub_and_superregs_inclusive(*RenameReg)) in mergePairedInsns()
1399 return any_of(TRI->sub_and_superregs_inclusive(PR), in tryToFindRegisterToRename()
1409 return any_of(TRI->sub_and_superregs_inclusive(PR), in tryToFindRegisterToRename()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h331 sub_and_superregs_inclusive(MCRegister Reg) const { in sub_and_superregs_inclusive() function