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.cpp961 bool &NonRI, bool &SpillsVRS) const{ in StoreRegToStackSlot()
1031 SpillsVRS = true; in StoreRegToStackSlot()
1069 bool NonRI = false, SpillsVRS = false; in storeRegToStackSlot() local
1071 NonRI, SpillsVRS)) in storeRegToStackSlot()
1074 if (SpillsVRS) in storeRegToStackSlot()
1095 bool &NonRI, bool &SpillsVRS) const { in LoadRegFromStackSlot()
1146 SpillsVRS = true; in LoadRegFromStackSlot()
1180 bool NonRI = false, SpillsVRS = false; in loadRegFromStackSlot() local
1182 NonRI, SpillsVRS)) in loadRegFromStackSlot()
1185 if (SpillsVRS) in loadRegFromStackSlot()