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

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1519 SmallVector<unsigned, 4> UnspilledCS1GPRs; local
1602 UnspilledCS1GPRs.push_back(Reg);
1612 UnspilledCS1GPRs.push_back(Reg);
1665 LRPos = std::find(UnspilledCS1GPRs.begin(), UnspilledCS1GPRs.end(),
1667 if (LRPos != UnspilledCS1GPRs.end())
1668 UnspilledCS1GPRs.erase(LRPos);
1676 auto FPPos = std::find(UnspilledCS1GPRs.begin(), UnspilledCS1GPRs.end(),
1678 if (FPPos != UnspilledCS1GPRs
[all...]

Completed in 149 milliseconds