Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp354 const Instruction &DefInstruction, const Instruction &UseInstruction) { in AliasingConfigurations() argument
355 if (UseInstruction.AllUseRegs.anyCommon(DefInstruction.AllDefRegs)) { in AliasingConfigurations()
356 auto CommonRegisters = UseInstruction.AllUseRegs; in AliasingConfigurations()
361 addOperandIfAlias(Reg, false, UseInstruction.Operands, ARO.Uses); in AliasingConfigurations()
DMCInstrDescView.h221 const Instruction &UseInstruction);