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

/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h75 bool &NonRI, bool &SpillsVRS) const;
80 bool &NonRI, bool &SpillsVRS) const;
H A DPPCInstrInfo.cpp568 bool &NonRI, bool &SpillsVRS) const{
633 &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS);
640 NonRI = true;
668 bool NonRI = false, SpillsVRS = false; local
670 NonRI, SpillsVRS))
676 if (NonRI)
696 bool &NonRI, bool &SpillsVRS) const{
748 &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS);
753 NonRI = true;
783 bool NonRI local
563 StoreRegToStackSlot(MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
692 LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
[all...]

Completed in 60 milliseconds