Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp351 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
357 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp229 LayoutSucc->removeLiveIn(OrigLI.PhysReg); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h389 void removeLiveIn(MCPhysReg Reg,
417 livein_iterator removeLiveIn(livein_iterator I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp557 void MachineBasicBlock::removeLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) { in removeLiveIn() function in MachineBasicBlock
569 MachineBasicBlock::removeLiveIn(MachineBasicBlock::livein_iterator I) { in removeLiveIn() function in MachineBasicBlock
H A DRDFLiveness.cpp899 B.removeLiveIn(I); in resetLiveIns()
H A DMachineSink.cpp1643 SuccBB->removeLiveIn(*S); in updateLiveIn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp622 MBB.removeLiveIn(ReservedVGPR); in removeVGPRForSGPRSpill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp738 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp693 SuccMBB->removeLiveIn(X86::EFLAGS); in runOnMachineFunction()
H A DX86FloatingPoint.cpp135 I = MBB->removeLiveIn(I); in calcLiveInMask()