Home
last modified time | relevance | path

Searched refs:JoinMBB (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6153 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitSelect() local
6158 if (!LastMI->killsRegister(SystemZ::CC) && !checkCCKill(*LastMI, JoinMBB)) { in emitSelect()
6160 JoinMBB->addLiveIn(SystemZ::CC); in emitSelect()
6168 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
6169 MBB->addSuccessor(JoinMBB); in emitSelect()
6175 MBB->addSuccessor(JoinMBB); in emitSelect()
6180 MBB = JoinMBB; in emitSelect()
6187 return JoinMBB; in emitSelect()
6245 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local
6250 if (!MI.killsRegister(SystemZ::CC) && !checkCCKill(MI, JoinMBB)) { in emitCondStore()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5211 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitSelect() local
5219 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitSelect()
5220 MBB->addSuccessor(JoinMBB); in emitSelect()
5226 MBB->addSuccessor(JoinMBB); in emitSelect()
5231 MBB = JoinMBB; in emitSelect()
5237 return JoinMBB; in emitSelect()
5280 MachineBasicBlock *JoinMBB = splitBlockBefore(MI, MBB); in emitCondStore() local
5288 .addImm(CCValid).addImm(CCMask).addMBB(JoinMBB); in emitCondStore()
5289 MBB->addSuccessor(JoinMBB); in emitCondStore()
5298 MBB->addSuccessor(JoinMBB); in emitCondStore()
[all …]