Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp341 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
347 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp358 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
364 MBB->removeLiveIn(reg); in remapRegsForLeafProc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp229 LayoutSucc->removeLiveIn(OrigLI.PhysReg); in runOnMachineFunction()
DRDFLiveness.cpp844 B.removeLiveIn(I); in resetLiveIns()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp222 LayoutSucc->removeLiveIn(OrigLI.PhysReg); in runOnMachineFunction()
DRDFLiveness.cpp657 B.removeLiveIn(I); in resetLiveIns()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h327 void removeLiveIn(MCPhysReg Reg,
355 livein_iterator removeLiveIn(livein_iterator I);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h208 void removeLiveIn(unsigned Reg);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp436 void MachineBasicBlock::removeLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) { in removeLiveIn() function in MachineBasicBlock
448 MachineBasicBlock::removeLiveIn(MachineBasicBlock::livein_iterator I) { in removeLiveIn() function in MachineBasicBlock
DMachineSink.cpp1060 SuccBB->removeLiveIn(DefReg); in updateLiveIn()
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp458 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h306 void removeLiveIn(MCPhysReg Reg, LaneBitmask LaneMask = ~0u);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp260 void MachineBasicBlock::removeLiveIn(unsigned Reg) { in removeLiveIn() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp661 MBB.removeLiveIn(Mips::V0); in emitGPDisp()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp325 void MachineBasicBlock::removeLiveIn(MCPhysReg Reg, LaneBitmask LaneMask) { in removeLiveIn() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp136 I = MBB->removeLiveIn(I); in calcLiveInMask()