Home
last modified time | relevance | path

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/
DLivePhysRegs.h134 void addLiveIns(const MachineBasicBlock &MBB);
185 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
DLiveRegUnits.h142 void addLiveIns(const MachineBasicBlock &MBB);
DMachineTraceMetrics.h335 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp236 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()
DLiveRegUnits.cpp136 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LiveRegUnits
DIfConversion.cpp1567 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()
DMachineTraceMetrics.cpp979 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()
DRegisterScavenging.cpp86 LiveUnits.addLiveIns(MBB); in enterBasicBlock()
DMachineSink.cpp1142 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
DBranchFolding.cpp913 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp719 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/
DAArch64LoadStoreOptimizer.cpp2059 DefinedInBB.addLiveIns(MBB); in optimizeBlock()
DAArch64FrameLowering.cpp397 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1774 LPR.addLiveIns(B); in expandStoreVec2()