Searched refs:DefInstruction (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | MnemonicAlias.td | 20 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 D | MCInstrDescView.cpp | 354 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 D | MCInstrDescView.h | 220 AliasingConfigurations(const Instruction &DefInstruction,
|