Home
last modified time | relevance | path

Searched refs:addLiveIns (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp144 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) { in addLiveIns() function
163 ::addLiveIns(*this, *Succ); in addLiveOutsNoPristines()
183 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LivePhysRegs
188 ::addLiveIns(*this, MBB); in addLiveIns()
DIfConversion.cpp1140 Redefs.addLiveIns(*CvtBBI->BB); in IfConvertSimple()
1141 Redefs.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1146 DontKill.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1245 Redefs.addLiveIns(*CvtBBI->BB); in IfConvertTriangle()
1246 Redefs.addLiveIns(*NextBBI->BB); in IfConvertTriangle()
1400 Redefs.addLiveIns(*BBI1->BB); in IfConvertDiamond()
DMachineTraceMetrics.cpp955 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble
1062 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights()
1095 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h134 void addLiveIns(const MachineBasicBlock &MBB);
182 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
DLiveRegUnits.h143 void addLiveIns(const MachineBasicBlock &MBB);
DMachineTraceMetrics.h336 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLivePhysRegs.cpp241 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LivePhysRegs
258 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns() function in llvm
330 addLiveIns(MBB, LiveRegs); in computeAndAddLiveIns()
DLiveRegUnits.cpp142 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LiveRegUnits
DIfConversion.cpp1449 Redefs.addLiveIns(CvtMBB); in IfConvertSimple()
1450 Redefs.addLiveIns(NextMBB); in IfConvertSimple()
1550 Redefs.addLiveIns(CvtMBB); in IfConvertTriangle()
1551 Redefs.addLiveIns(NextMBB); in IfConvertTriangle()
1713 Redefs.addLiveIns(MBB1); in IfConvertDiamondCommon()
1714 Redefs.addLiveIns(MBB2); in IfConvertDiamondCommon()
DMachineTraceMetrics.cpp980 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble
1087 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights()
1120 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
DRegisterScavenging.cpp86 LiveUnits.addLiveIns(MBB); in enterBasicBlock()
DMachineSink.cpp989 LiveInRegUnits.addLiveIns(MBB); in aliasWithRegsInLiveIn()
DBranchFolding.cpp942 addLiveIns(*MBB, NewLiveIns); in mergeCommonTails()
/external/llvm/include/llvm/CodeGen/
DLivePhysRegs.h123 void addLiveIns(const MachineBasicBlock &MBB);
DMachineTraceMetrics.h315 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/external/llvm/test/CodeGen/X86/
Dearly-ifcvt-crash.ll10 ; MachineTraceMetrics::Ensemble::addLiveIns crashes because the first operand
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dearly-ifcvt-crash.ll10 ; MachineTraceMetrics::Ensemble::addLiveIns crashes because the first operand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp514 LiveRegs.addLiveIns(MBB); in findScratchNonCalleeSaveRegister()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp250 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp330 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1710 LPR.addLiveIns(B); in expandStoreVec2()