Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1587 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp887 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1101 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
H A DInstrEmitter.cpp1127 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1178 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2288 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()
2433 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp1988 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr