Home
last modified time | relevance | path

Searched refs:expandRWSeqForProc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h341 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
DCodeGenSchedule.cpp425 void CodeGenSchedModels::expandRWSeqForProc( in expandRWSeqForProc() function in CodeGenSchedModels
446 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), in expandRWSeqForProc()
459 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
DSubtargetEmitter.cpp927 SchedModels.expandRWSeqForProc(*WI, WriteSeq, /*IsRead=*/false, in GenSchedClassTables()