/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/ |
H A D | SerialSnippetGenerator.cpp | 51 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 D | MCInstrDescView.cpp | 228 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 D | SerialSnippetGenerator.cpp | 51 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 D | MCInstrDescView.cpp | 228 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 D | SerialSnippetGenerator.cpp | 51 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 D | MCInstrDescView.cpp | 228 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 D | SerialSnippetGenerator.cpp | 51 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 D | MCInstrDescView.cpp | 228 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 D | SerialSnippetGenerator.cpp | 51 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 D | SerialSnippetGenerator.cpp | 51 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 D | SerialSnippetGenerator.cpp | 51 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 D | SerialSnippetGenerator.cpp | 51 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 D | SerialSnippetGenerator.cpp | 51 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 D | SerialSnippetGenerator.cpp | 51 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 D | Latency.cpp | 54 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 D | MCInstrDescView.cpp | 188 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 D | MCInstrDescView.h | 120 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 D | Latency.cpp | 53 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 D | MCInstrDescView.cpp | 187 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 D | MCInstrDescView.h | 119 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 D | Latency.cpp | 54 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 D | MCInstrDescView.cpp | 226 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 D | Latency.cpp | 54 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 D | MCInstrDescView.cpp | 226 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 D | Latency.cpp | 60 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()
|