Searched refs:NonRI (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.cpp565 bool &NonRI, bool &SpillsVRS) const{
628 &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS);
635 NonRI = true;
663 bool NonRI = false, SpillsVRS = false; local
665 NonRI, SpillsVRS))
671 if (NonRI)
691 bool &NonRI, bool &SpillsVRS) const{
741 &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS);
746 NonRI = true;
776 bool NonRI local
560 StoreRegToStackSlot(MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
687 LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
[all...]

Completed in 97 milliseconds