Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp36 struct NVPTXProxyRegErasure : public MachineFunctionPass { struct
39 NVPTXProxyRegErasure() : MachineFunctionPass(ID) { in NVPTXProxyRegErasure() argument
62 char NVPTXProxyRegErasure::ID = 0;
64 INITIALIZE_PASS(NVPTXProxyRegErasure, "nvptx-proxyreg-erasure", "NVPTX ProxyReg Erasure", false, fa…
66 bool NVPTXProxyRegErasure::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
92 void NVPTXProxyRegErasure::replaceMachineInstructionUsage(MachineFunction &MF, in replaceMachineInstructionUsage()
107 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
118 return new NVPTXProxyRegErasure(); in createNVPTXProxyRegErasurePass()