Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h75 bool &NonRI, bool &SpillsVRS) const;
80 bool &NonRI, bool &SpillsVRS) const;
DPPCInstrInfo.cpp935 bool &NonRI, bool &SpillsVRS) const{ in StoreRegToStackSlot()
1005 SpillsVRS = true; in StoreRegToStackSlot()
1043 bool NonRI = false, SpillsVRS = false; in storeRegToStackSlot() local
1045 NonRI, SpillsVRS)) in storeRegToStackSlot()
1048 if (SpillsVRS) in storeRegToStackSlot()
1070 bool &NonRI, bool &SpillsVRS) const{ in LoadRegFromStackSlot()
1121 SpillsVRS = true; in LoadRegFromStackSlot()
1155 bool NonRI = false, SpillsVRS = false; in loadRegFromStackSlot() local
1157 NonRI, SpillsVRS)) in loadRegFromStackSlot()
1160 if (SpillsVRS) in loadRegFromStackSlot()