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

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h75 bool &NonRI, bool &SpillsVRS) const;
80 bool &NonRI, bool &SpillsVRS) const;
H A DPPCInstrInfo.cpp935 bool &NonRI, bool &SpillsVRS) const{
1005 SpillsVRS = true;
1043 bool NonRI = false, SpillsVRS = false; local
1045 NonRI, SpillsVRS))
1048 if (SpillsVRS)
1070 bool &NonRI, bool &SpillsVRS) const{
1121 SpillsVRS = true;
1155 bool NonRI = false, SpillsVRS = false; local
1157 NonRI, SpillsVRS))
1160 if (SpillsVRS)
[all...]

Completed in 396 milliseconds