Home
last modified time | relevance | path

Searched refs:SecondScratchReg (Results 1 – 3 of 3) 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-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp683 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister() local
684 if (SecondScratchReg != -1) in findScratchRegister()
685 *SR2 = SecondScratchReg; in findScratchRegister()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp508 int SecondScratchReg = BV.find_next(*SR1); in findScratchRegister() local
509 if (SecondScratchReg != -1) in findScratchRegister()
510 *SR2 = SecondScratchReg; in findScratchRegister()