Home
last modified time | relevance | path

Searched refs:OtherInstr (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp228 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
229 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
231 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp228 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
229 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
231 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp228 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
229 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
231 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp228 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
229 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
231 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
52 const MCInstrDesc &OtherInstrDesc = OtherInstr.Description; in computeAliasingInstructions()
59 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
61 if (!State.getExegesisTarget().allowAsBackToBack(OtherInstr)) in computeAliasingInstructions()
63 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
135 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
137 const AliasingConfigurations Forward(Instr, *OtherInstr); in appendCodeTemplates()
138 const AliasingConfigurations Back(*OtherInstr, Instr); in appendCodeTemplates()
140 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
55 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
57 if (Instr.hasAliasingRegistersThrough(OtherInstr)) in computeAliasingInstructions()
58 AliasingInstructions.push_back(std::move(OtherInstr)); in computeAliasingInstructions()
126 for (const auto OtherInstr : in appendCodeTemplates() local
128 const AliasingConfigurations Forward(Instr, OtherInstr); in appendCodeTemplates()
129 const AliasingConfigurations Back(OtherInstr, Instr); in appendCodeTemplates()
131 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp188 const Instruction &OtherInstr) const { in hasAliasingImplicitRegistersThrough()
189 return ImplDefRegs.anyCommon(OtherInstr.ImplUseRegs) && in hasAliasingImplicitRegistersThrough()
190 OtherInstr.ImplDefRegs.anyCommon(ImplUseRegs); in hasAliasingImplicitRegistersThrough()
194 const Instruction &OtherInstr) const { in hasAliasingRegistersThrough()
195 return AllDefRegs.anyCommon(OtherInstr.AllUseRegs) && in hasAliasingRegistersThrough()
196 OtherInstr.AllDefRegs.anyCommon(AllUseRegs); in hasAliasingRegistersThrough()
H A DMCInstrDescView.h120 bool hasAliasingImplicitRegistersThrough(const Instruction &OtherInstr) const;
123 bool hasAliasingRegistersThrough(const Instruction &OtherInstr) const;
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp53 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
54 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
56 if (Instr.hasAliasingRegistersThrough(OtherInstr)) in computeAliasingInstructions()
57 AliasingInstructions.push_back(std::move(OtherInstr)); in computeAliasingInstructions()
125 for (const auto OtherInstr : in appendCodeTemplates() local
127 const AliasingConfigurations Forward(Instr, OtherInstr); in appendCodeTemplates()
128 const AliasingConfigurations Back(OtherInstr, Instr); in appendCodeTemplates()
130 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp187 const Instruction &OtherInstr) const { in hasAliasingImplicitRegistersThrough()
188 return ImplDefRegs.anyCommon(OtherInstr.ImplUseRegs) && in hasAliasingImplicitRegistersThrough()
189 OtherInstr.ImplDefRegs.anyCommon(ImplUseRegs); in hasAliasingImplicitRegistersThrough()
193 const Instruction &OtherInstr) const { in hasAliasingRegistersThrough()
194 return AllDefRegs.anyCommon(OtherInstr.AllUseRegs) && in hasAliasingRegistersThrough()
195 OtherInstr.AllDefRegs.anyCommon(AllUseRegs); in hasAliasingRegistersThrough()
H A DMCInstrDescView.h119 bool hasAliasingImplicitRegistersThrough(const Instruction &OtherInstr) const;
122 bool hasAliasingRegistersThrough(const Instruction &OtherInstr) const;
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
55 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
57 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
58 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
128 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
130 const AliasingConfigurations Forward(*Instr, *OtherInstr); in appendCodeTemplates()
131 const AliasingConfigurations Back(*OtherInstr, *Instr); in appendCodeTemplates()
133 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp226 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
227 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
229 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatency.cpp54 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions() local
55 if (OtherInstr.hasMemoryOperands()) in computeAliasingInstructions()
57 if (Instr->hasAliasingRegistersThrough(OtherInstr, ForbiddenRegisters)) in computeAliasingInstructions()
58 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
128 for (const auto *OtherInstr : computeAliasingInstructions( in appendCodeTemplates() local
130 const AliasingConfigurations Forward(*Instr, *OtherInstr); in appendCodeTemplates()
131 const AliasingConfigurations Back(*OtherInstr, *Instr); in appendCodeTemplates()
133 InstructionTemplate OtherIT(OtherInstr); in appendCodeTemplates()
H A DMCInstrDescView.cpp226 const Instruction &OtherInstr, const BitVector &ForbiddenRegisters) const { in hasAliasingRegistersThrough() argument
227 return anyCommonExcludingForbidden(AllDefRegs, OtherInstr.AllUseRegs, in hasAliasingRegistersThrough()
229 anyCommonExcludingForbidden(OtherInstr.AllDefRegs, AllUseRegs, in hasAliasingRegistersThrough()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-exegesis/lib/
H A DLatency.cpp60 const Instruction OtherInstr(OtherInstrDesc, RATC); in generateTwoInstructionPrototype() local
61 const AliasingConfigurations Forward(Instr, OtherInstr); in generateTwoInstructionPrototype()
62 const AliasingConfigurations Back(OtherInstr, Instr); in generateTwoInstructionPrototype()
66 InstructionInstance OtherII(OtherInstr); in generateTwoInstructionPrototype()

12