Searched refs:copyPhysReg (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h40 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
H A DThumb2InstrInfo.h41 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
H A DThumb1InstrInfo.cpp38 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Thumb1InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h51 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
H A DNVPTXInstrInfo.cpp32 void NVPTXInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:NVPTXInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp64 TII.copyPhysReg(MBB, I, DL, Mips::T0, Reg, true);
65 TII.copyPhysReg(MBB, UseMI, DL, Reg, Mips::T0, true);
H A DMips16InstrInfo.cpp69 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:Mips16InstrInfo
395 copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
412 copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true);
416 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
427 copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true);
429 copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);
H A DMips16InstrInfo.h51 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
H A DMipsSEInstrInfo.h45 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h38 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
H A DMSP430InstrInfo.cpp90 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:MSP430InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h32 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h83 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h49 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
H A DWebAssemblyInstrInfo.cpp56 void WebAssemblyInstrInfo::copyPhysReg(MachineBasicBlock &MBB, function in class:WebAssemblyInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h65 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h66 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h74 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandPostRAPseudos.cpp120 TII->copyPhysReg(*MBB, MI, MI->getDebugLoc(), DstSubReg, InsReg,
166 TII->copyPhysReg(*MI->getParent(), MI, MI->getDebugLoc(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h50 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator Position,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h36 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp357 TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, InArg.getReg(),
367 TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, SaveRbx,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h75 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h245 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h147 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,

Completed in 382 milliseconds

123