Searched refs:collectRWResources (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 429 void collectRWResources(unsigned RWIdx, bool IsRead, 432 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
|
D | CodeGenSchedule.cpp | 1466 collectRWResources(Writes, Reads, ProcIndices); in collectProcResources() 1469 collectRWResources(SCI->Writes, SCI->Reads, SCI->ProcIndices); in collectProcResources() 1620 collectRWResources(Writes, Reads, ProcIndices); in collectItinProcResources() 1625 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources() function in CodeGenSchedModels 1654 collectRWResources(*SI, IsRead, AliasProcIndices); in collectRWResources() 1660 void CodeGenSchedModels::collectRWResources(ArrayRef<unsigned> Writes, in collectRWResources() function in CodeGenSchedModels 1665 collectRWResources(Idx, /*IsRead=*/false, ProcIndices); in collectRWResources() 1668 collectRWResources(Idx, /*IsRead=*/true, ProcIndices); in collectRWResources()
|