Searched refs:setPhysRegsDeadExcept (Results 1 – 6 of 6) sorted by relevance
1642 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
882 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()1096 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
1166 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
1178 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
2288 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()2433 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
2055 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr