Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6209 MachineBasicBlock *destMBB = MI->getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter() local
6210 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()
6212 std::swap(destMBB, exitMBB); in EmitInstrWithCustomInserter()
6215 .addMBB(destMBB).addImm(ARMCC::EQ).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8374 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB(); in EmitInstrWithCustomInserter() local
8375 MachineBasicBlock *exitMBB = OtherSucc(BB, destMBB); in EmitInstrWithCustomInserter()
8377 std::swap(destMBB, exitMBB); in EmitInstrWithCustomInserter()
8380 .addMBB(destMBB).addImm(ARMCC::EQ).addReg(ARM::CPSR); in EmitInstrWithCustomInserter()