Home
last modified time | relevance | path

Searched refs:ScratchSpacePointerInReg (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DParallelSnippetGenerator.cpp94 const unsigned ScratchSpacePointerInReg, in instantiateMemoryOperands() argument
96 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()
DSnippetGenerator.cpp50 unsigned ScratchSpacePointerInReg = in generateConfigurations() local
52 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()
DCodeTemplate.h134 unsigned ScratchSpacePointerInReg = 0; member