Searched refs:setPhysRegsDeadExcept (Results 1 – 5 of 5) sorted by relevance
1077 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
842 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()1002 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
872 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
2273 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()2425 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
1964 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr