Searched refs:addLiveIns (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 134 void addLiveIns(const MachineBasicBlock &MBB); 185 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
|
D | LiveRegUnits.h | 142 void addLiveIns(const MachineBasicBlock &MBB);
|
D | MachineTraceMetrics.h | 335 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 236 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LivePhysRegs 253 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns() function in llvm 325 addLiveIns(MBB, LiveRegs); in computeAndAddLiveIns()
|
D | LiveRegUnits.cpp | 136 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LiveRegUnits
|
D | IfConversion.cpp | 1567 Redefs.addLiveIns(CvtMBB); in IfConvertSimple() 1568 Redefs.addLiveIns(NextMBB); in IfConvertSimple() 1668 Redefs.addLiveIns(CvtMBB); in IfConvertTriangle() 1669 Redefs.addLiveIns(NextMBB); in IfConvertTriangle() 1831 Redefs.addLiveIns(MBB1); in IfConvertDiamondCommon() 1832 Redefs.addLiveIns(MBB2); in IfConvertDiamondCommon()
|
D | MachineTraceMetrics.cpp | 979 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble 1086 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights() 1119 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
|
D | RegisterScavenging.cpp | 86 LiveUnits.addLiveIns(MBB); in enterBasicBlock()
|
D | MachineSink.cpp | 1142 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
|
D | BranchFolding.cpp | 913 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 719 LiveRegs.addLiveIns(MBB); in emitPrologue() 776 LiveRegs.addLiveIns(MBB); in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 2059 DefinedInBB.addLiveIns(MBB); in optimizeBlock()
|
D | AArch64FrameLowering.cpp | 397 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1774 LPR.addLiveIns(B); in expandStoreVec2()
|