Searched refs:SetRegister (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp45 MachineInstr *SetRegister(MachineInstr *I, unsigned *TLSBaseAddrReg);
99 I = SetRegister(&*I, &TLSBaseAddrReg);
131 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, function in class:SystemZLDCleanup
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp161 unsigned SetRegister = MBBInfo.IncomingCFARegister; local
172 SetRegister = CFI.getRegister();
181 SetRegister = CFI.getRegister();
220 MBBInfo.OutgoingCFARegister = SetRegister;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp352 ctx.SetRegister(ra_info);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h285 void SetRegister(RegisterInfo reg) { function in struct:lldb_private::EmulateInstruction::Context
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2165 context.SetRegister(dwarf_reg);
2211 context.SetRegister(dwarf_reg);
2269 context.SetRegister(dwarf_reg);
8425 context.SetRegister(source_reg);
8508 context.SetRegister(source_reg);
8593 context.SetRegister(source_reg);
8675 context.SetRegister(source_reg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7951 I = SetRegister(*I, &TLSBaseAddrReg);
7991 MachineInstr *SetRegister(MachineInstr &I, unsigned *TLSBaseAddrReg) { function in struct:__anon111::LDTLSCleanup

Completed in 356 milliseconds