Searched refs:collectRWResources (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h630 void collectRWResources(unsigned RWIdx, bool IsRead,
633 void collectRWResources(ArrayRef<unsigned> Writes, ArrayRef<unsigned> Reads,
H A DCodeGenSchedule.cpp1848 collectRWResources(Writes, Reads, PIdx);
1851 collectRWResources(SC.Writes, SC.Reads, SC.ProcIndices);
2004 collectRWResources(Writes, Reads, PIdx);
2009 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, function in class:CodeGenSchedModels
2038 collectRWResources(*SI, IsRead, AliasProcIndices);
2044 void CodeGenSchedModels::collectRWResources(ArrayRef<unsigned> Writes, function in class:CodeGenSchedModels
2048 collectRWResources(Idx, /*IsRead=*/false, ProcIndices);
2051 collectRWResources(Idx, /*IsRead=*/true, ProcIndices);

Completed in 113 milliseconds