Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/TableGen/
H A DMnemonicAlias.td20 multiclass DefInstruction<string name, dag outs, dag ins, Predicate pred> {
31 defm FooInst1 : DefInstruction<"foo", (outs), (ins), Subtarget1>;
33 defm FooInst2 : DefInstruction<"foo", (outs), (ins), Subtarget2>;
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp354 const Instruction &DefInstruction, const Instruction &UseInstruction) { in AliasingConfigurations() argument
355 if (UseInstruction.AllUseRegs.anyCommon(DefInstruction.AllDefRegs)) { in AliasingConfigurations()
357 CommonRegisters &= DefInstruction.AllDefRegs; in AliasingConfigurations()
360 addOperandIfAlias(Reg, true, DefInstruction.Operands, ARO.Defs); in AliasingConfigurations()
H A DMCInstrDescView.h220 AliasingConfigurations(const Instruction &DefInstruction,