Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp2088 bool CanKill = !isLiveIn; in spillCalleeSavedRegisters() local
2090 if (CanKill) { in spillCalleeSavedRegisters()
2093 CanKill = false; in spillCalleeSavedRegisters()
2104 BuildMI(MBB, MI, DL, TII.get(Opc)).addReg(Reg, getKillRegState(CanKill)) in spillCalleeSavedRegisters()