Home
last modified time | relevance | path

Searched refs:FPPos (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h165 FPPos = 48, enumerator
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1676 auto FPPos = std::find(UnspilledCS1GPRs.begin(), UnspilledCS1GPRs.end(), in processFunctionBeforeCalleeSavedScan() local
1678 if (FPPos != UnspilledCS1GPRs.end()) in processFunctionBeforeCalleeSavedScan()
1679 UnspilledCS1GPRs.erase(FPPos); in processFunctionBeforeCalleeSavedScan()