Home
last modified time | relevance | path

Searched refs:collectRWResources (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h429 void collectRWResources(unsigned RWIdx, bool IsRead,
432 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
DCodeGenSchedule.cpp1466 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h482 void collectRWResources(unsigned RWIdx, bool IsRead,
485 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
DCodeGenSchedule.cpp1575 collectRWResources(Writes, Reads, PIdx); in collectProcResources()
1578 collectRWResources(SC.Writes, SC.Reads, SC.ProcIndices); in collectProcResources()
1731 collectRWResources(Writes, Reads, PIdx); in collectItinProcResources()
1736 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources() function in CodeGenSchedModels
1765 collectRWResources(*SI, IsRead, AliasProcIndices); in collectRWResources()
1771 void CodeGenSchedModels::collectRWResources(ArrayRef<unsigned> Writes, in collectRWResources() function in CodeGenSchedModels
1775 collectRWResources(Idx, /*IsRead=*/false, ProcIndices); in collectRWResources()
1778 collectRWResources(Idx, /*IsRead=*/true, ProcIndices); in collectRWResources()