OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCDesc
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp
206
static void computeMaxLatency(InstrDesc &ID, const MCInstrDesc &
MCDesc
,
209
if (
MCDesc
.isCall()) {
221
static Error verifyOperands(const MCInstrDesc &
MCDesc
, const MCInst &MCI) {
224
unsigned NumExplicitDefs =
MCDesc
.getNumDefs();
236
if (
MCDesc
.hasOptionalDef()) {
238
const MCOperand &Op = MCI.getOperand(
MCDesc
.getNumOperands() - 1);
252
const MCInstrDesc &
MCDesc
= MCII.get(MCI.getOpcode());
260
// 2. Uses start at index #(
MCDesc
.getNumDefs()).
284
//
MCDesc
reports:
299
unsigned NumExplicitDefs =
MCDesc
.getNumDefs()
[
all
...]
Support.cpp
98
const MCProcResourceDesc &
MCDesc
= *SM.getProcResource(I);
99
double Throughput = static_cast<double>(ResourceCycles) /
MCDesc
.NumUnits;
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionInfoView.cpp
99
const MCInstrDesc &
MCDesc
= MCII.get(Inst.getOpcode());
102
unsigned SchedClassID =
MCDesc
.getSchedClass();
117
IIVDEntry.mayLoad =
MCDesc
.mayLoad();
118
IIVDEntry.mayStore =
MCDesc
.mayStore();
119
IIVDEntry.hasUnmodeledSideEffects =
MCDesc
.hasUnmodeledSideEffects();
TimelineView.cpp
49
const MCProcResourceDesc &
MCDesc
= *SM.getProcResource(Buffer);
50
if (!BufferInfo.first || BufferInfo.second >
MCDesc
.BufferSize) {
52
BufferInfo.second =
MCDesc
.BufferSize;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetEmitter.cpp
1312
MCSchedClassDesc &
MCDesc
= SCTab[SCIdx];
1317
OS <<
MCDesc
.NumMicroOps
1318
<< ", " << (
MCDesc
.BeginGroup ? "true" : "false" )
1319
<< ", " << (
MCDesc
.EndGroup ? "true" : "false" )
1320
<< ", " << (
MCDesc
.RetireOOO ? "true" : "false" )
1321
<< ", " << format("%2d",
MCDesc
.WriteProcResIdx)
1322
<< ", " <<
MCDesc
.NumWriteProcResEntries
1323
<< ", " << format("%2d",
MCDesc
.WriteLatencyIdx)
1324
<< ", " <<
MCDesc
.NumWriteLatencyEntries
1325
<< ", " << format("%2d",
MCDesc
.ReadAdvanceIdx
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp
273
const MCInstrDesc &
MCDesc
= MII->get(Inst.getOpcode());
285
if (
MCDesc
.isCall())
287
else if (
MCDesc
.isReturn())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RenameIndependentSubregs.cpp
332
const MCInstrDesc &
MCDesc
= TII->get(TargetOpcode::IMPLICIT_DEF);
334
DebugLoc(),
MCDesc
, Reg);
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026