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.cpp846 bool &NonRI, bool &SpillsVRS) const{ in StoreRegToStackSlot()
910 SpillsVRS = true; in StoreRegToStackSlot()
948 bool NonRI = false, SpillsVRS = false; in storeRegToStackSlot() local
950 NonRI, SpillsVRS)) in storeRegToStackSlot()
953 if (SpillsVRS) in storeRegToStackSlot()
976 bool &NonRI, bool &SpillsVRS) const{ in LoadRegFromStackSlot()
1023 SpillsVRS = true; in LoadRegFromStackSlot()
1057 bool NonRI = false, SpillsVRS = false; in loadRegFromStackSlot() local
1059 NonRI, SpillsVRS)) in loadRegFromStackSlot()
1062 if (SpillsVRS) in loadRegFromStackSlot()