Searched refs:setPhysRegsDeadExcept (Results 1 – 6 of 6) sorted by relevance
1434 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
1028 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()1235 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
971 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
1151 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()
1951 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr