Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1720 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp892 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1105 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
H A DInstrEmitter.cpp1203 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1185 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2161 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr