Searched refs:expandRWSeqForProc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 362 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
|
D | CodeGenSchedule.cpp | 414 void CodeGenSchedModels::expandRWSeqForProc( in expandRWSeqForProc() function in CodeGenSchedModels 435 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), in expandRWSeqForProc() 448 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
|
D | SubtargetEmitter.cpp | 910 SchedModels.expandRWSeqForProc(*WI, WriteSeq, /*IsRead=*/false, in GenSchedClassTables()
|