Searched refs:ScratchSpacePointerInReg (Results 1 – 3 of 3) sorted by relevance
94 const unsigned ScratchSpacePointerInReg, in instantiateMemoryOperands() argument96 if (ScratchSpacePointerInReg == 0) in instantiateMemoryOperands()103 ET.fillMemoryOperands(IT, ScratchSpacePointerInReg, I * MemStep); in instantiateMemoryOperands()109 ET.fillMemoryOperands(IT, ScratchSpacePointerInReg, I * MemStep); in instantiateMemoryOperands()162 CT.ScratchSpacePointerInReg = in generateCodeTemplates()171 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates()177 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates()185 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates()216 instantiateMemoryOperands(CT.ScratchSpacePointerInReg, CT.Instructions); in generateCodeTemplates()
50 unsigned ScratchSpacePointerInReg = in generateConfigurations() local52 if (ScratchSpacePointerInReg == 0) in generateConfigurations()56 State.getRATC().getRegister(ScratchSpacePointerInReg).aliasedBits(); in generateConfigurations()83 if (CT.ScratchSpacePointerInReg) in generateConfigurations()84 BC.LiveIns.push_back(CT.ScratchSpacePointerInReg); in generateConfigurations()
134 unsigned ScratchSpacePointerInReg = 0; member