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

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp777 bool &NonRI, bool &SpillsVRS) const{
821 NonRI = true;
827 NonRI = true;
833 NonRI = true;
861 bool NonRI = false, SpillsVRS = false; local
863 NonRI, SpillsVRS))
869 if (NonRI)
889 bool &NonRI, bool &SpillsVRS) const{
920 NonRI = true;
924 NonRI
772 StoreRegToStackSlot(MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
885 LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, unsigned DestReg, int FrameIdx, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs, bool &NonRI, bool &SpillsVRS) const argument
958 bool NonRI = false, SpillsVRS = false; local
[all...]

Completed in 58 milliseconds