Home
last modified time | relevance | path

Searched refs:PCI (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DUopsBenchmarkRunner.cpp21 const PfmCountersInfo &PCI = State.getPfmCounters(); in runMeasurements() local
23 for (const auto *IssueCounter = PCI.IssueCounters, in runMeasurements()
24 *IssueCounterEnd = PCI.IssueCounters + PCI.NumIssueCounters; in runMeasurements()
35 if (const char *const UopsCounter = PCI.UopsCounter) { in runMeasurements()
H A DTarget.cpp144 assert(Found->PCI && "Missing counters"); in getPfmCounters()
145 return *Found->PCI; in getPfmCounters()
H A DTarget.h61 const PfmCountersInfo *PCI; member
/llvm-project-15.0.7/llvm/test/MC/M68k/Control/
H A Dcall-pc-rel.s14 ; CHECK-LABEL: PCI:
15 PCI: label
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp55 PCI, // Program Counter Indirect with Index enumerator
108 return AM == AddrType::ARII || AM == AddrType::PCI || in isDispAddrType()
117 case AddrType::PCI: in getDispSize()
865 M68kISelAddressMode AM(M68kISelAddressMode::AddrType::PCI); in SelectPCI()
H A DM68kInstrInfo.td351 def MxPCI : MxOpClass<"PCI">;
596 // kOp: Supported PCI operand
597 // kPat: What PCI pattern is used
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp758 for (const auto &PCI : PCToFDE) { in generateEHFrameHeader() local
759 int64_t InitialPCOffset = PCI.first - EHFrameHeaderAddress; in generateEHFrameHeader()
763 int64_t FDEOffset = PCI.second - EHFrameHeaderAddress; in generateEHFrameHeader()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp728 for (const auto &PCI : PredCount) { in CloneAndPruneIntoFromInst() local
729 BasicBlock *Pred = PCI.first; in CloneAndPruneIntoFromInst()
730 for (unsigned NumToRemove = PCI.second; NumToRemove; --NumToRemove) in CloneAndPruneIntoFromInst()