Searched refs:MCWriteProcResEntry (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSubtargetInfo.h36 const MCWriteProcResEntry *WriteProcResTable;
53 const MCWriteProcResEntry *WPR,
93 const MCWriteProcResEntry *getWriteProcResBegin(
97 const MCWriteProcResEntry *getWriteProcResEnd(
H A DMCSchedule.h47 struct MCWriteProcResEntry { struct in namespace:llvm
51 bool operator==(const MCWriteProcResEntry &Other) const {
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCSubtargetInfo.cpp41 const MCWriteProcResEntry *WPR,
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSubtargetEmitter.cpp39 std::vector<MCWriteProcResEntry> WriteProcResources;
55 bool operator()(const MCWriteProcResEntry &LHS,
56 const MCWriteProcResEntry &RHS) {
846 std::vector<MCWriteProcResEntry> WriteProcResources;
889 MCWriteProcResEntry WPREntry;
947 std::vector<MCWriteProcResEntry>::iterator WPRPos =
1002 << "extern const llvm::MCWriteProcResEntry "
1007 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx];
1428 OS << "extern const llvm::MCWriteProcResEntry "
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetSchedule.cpp259 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc),

Completed in 120 milliseconds