Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp39 MachineInstr *SetRegister(MachineInstr *I, unsigned *TLSBaseAddrReg);
97 I = SetRegister(&*I, &TLSBaseAddrReg); in VisitNode()
129 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, in SetRegister() function in SystemZLDCleanup
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp181 unsigned SetRegister = MBBInfo.IncomingCFARegister; in calculateOutgoingCFAInfo() local
201 SetRegister = CFI.getRegister(); in calculateOutgoingCFAInfo()
210 SetRegister = CFI.getRegister(); in calculateOutgoingCFAInfo()
294 MBBInfo.OutgoingCFARegister = SetRegister; in calculateOutgoingCFAInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp346 ctx.SetRegister(*ra_info); in EmulateOR()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h327 void SetRegister(RegisterInfo reg) { in SetRegister() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2155 context.SetRegister(*dwarf_reg); in EmulateBLXRm()
2201 context.SetRegister(*dwarf_reg); in EmulateBXRm()
2259 context.SetRegister(*dwarf_reg); in EmulateBXJRm()
8393 context.SetRegister(*source_reg); in EmulateSXTB()
8476 context.SetRegister(*source_reg); in EmulateSXTH()
8561 context.SetRegister(*source_reg); in EmulateUXTB()
8643 context.SetRegister(*source_reg); in EmulateUXTH()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp10458 I = SetRegister(*I, &TLSBaseAddrReg); in VisitNode()
10497 MachineInstr *SetRegister(MachineInstr &I, Register *TLSBaseAddrReg) { in SetRegister() function