Home
last modified time | relevance | path

Searched refs:IsKilled (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1242 bool IsKilled, bool TwoPairs) { in spillRegPairs() argument
1256 .addReg(Reg, getKillRegState(IsKilled)), in spillRegPairs()
1260 .addReg(Reg + 1, getKillRegState(IsKilled)), in spillRegPairs()
1265 .addReg(Reg + 2, getKillRegState(IsKilled)), in spillRegPairs()
1269 .addReg(Reg + 3, getKillRegState(IsKilled)), in spillRegPairs()
1289 bool IsKilled = MI.getOperand(0).isKill(); in lowerOctWordSpilling() local
1290 spillRegPairs(MBB, II, DL, TII, SrcReg, FrameIndex, IsLittleEndian, IsKilled, in lowerOctWordSpilling()
1322 bool IsKilled = MI.getOperand(0).isKill(); in lowerACCSpilling() local
1338 spillRegPairs(MBB, II, DL, TII, Reg, FrameIndex, IsLittleEndian, IsKilled, in lowerACCSpilling()
1342 .addReg(Reg, getKillRegState(IsKilled)), in lowerACCSpilling()
[all …]