Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp356 auto CommonRegisters = UseInstruction.AllUseRegs; in AliasingConfigurations() local
357 CommonRegisters &= DefInstruction.AllDefRegs; in AliasingConfigurations()
358 for (const MCPhysReg Reg : CommonRegisters.set_bits()) { in AliasingConfigurations()