Searched refs:expandRWSeqForProc (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 373 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
|
D | CodeGenSchedule.cpp | 420 void CodeGenSchedModels::expandRWSeqForProc( in expandRWSeqForProc() function in CodeGenSchedModels 441 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), in expandRWSeqForProc() 454 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
|
D | SubtargetEmitter.cpp | 895 SchedModels.expandRWSeqForProc(W, WriteSeq, /*IsRead=*/false, in GenSchedClassTables()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 421 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
|
D | CodeGenSchedule.cpp | 530 void CodeGenSchedModels::expandRWSeqForProc( in expandRWSeqForProc() function in CodeGenSchedModels 550 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), in expandRWSeqForProc() 562 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
|
D | SubtargetEmitter.cpp | 1075 SchedModels.expandRWSeqForProc(W, WriteSeq, /*IsRead=*/false, in GenSchedClassTables()
|