Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp645 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister() local
646 if (SecondScratchReg != -1) in findScratchRegister()
647 *SR2 = SecondScratchReg; in findScratchRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp656 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister() local
657 if (SecondScratchReg != -1) in findScratchRegister()
658 *SR2 = SecondScratchReg; in findScratchRegister()