Home
last modified time | relevance | path

Searched refs:DoneMBB (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dmemcmp-02.ll2 ; and the DoneMBB becomes empty. It will not pass the mischeduling verifiers
3 ; if DoneMBB does not have CC in its live-in list.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp226 MachineBasicBlock *DoneMBB = F->CreateMachineBasicBlock(LLVM_BB); in LowerFPToInt() local
231 F->insert(It, DoneMBB); in LowerFPToInt()
234 DoneMBB->splice(DoneMBB->begin(), BB, in LowerFPToInt()
237 DoneMBB->transferSuccessorsAndUpdatePHIs(BB); in LowerFPToInt()
241 TrueMBB->addSuccessor(DoneMBB); in LowerFPToInt()
242 FalseMBB->addSuccessor(DoneMBB); in LowerFPToInt()
294 .addMBB(DoneMBB); in LowerFPToInt()
297 BuildMI(*DoneMBB, DoneMBB->begin(), DL, TII.get(TargetOpcode::PHI), OutReg) in LowerFPToInt()
303 return DoneMBB; in LowerFPToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6329 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicLoadBinary() local
6393 MBB->addSuccessor(DoneMBB); in emitAtomicLoadBinary()
6396 return DoneMBB; in emitAtomicLoadBinary()
6447 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicLoadMinMax() local
6511 MBB->addSuccessor(DoneMBB); in emitAtomicLoadMinMax()
6514 return DoneMBB; in emitAtomicLoadMinMax()
6558 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicCmpSwapW() local
6605 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB); in emitAtomicCmpSwapW()
6606 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
6631 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5354 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicLoadBinary() local
5416 MBB->addSuccessor(DoneMBB); in emitAtomicLoadBinary()
5419 return DoneMBB; in emitAtomicLoadBinary()
5470 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicLoadMinMax() local
5532 MBB->addSuccessor(DoneMBB); in emitAtomicLoadMinMax()
5535 return DoneMBB; in emitAtomicLoadMinMax()
5579 MachineBasicBlock *DoneMBB = splitBlockBefore(MI, MBB); in emitAtomicCmpSwapW() local
5624 .addImm(SystemZ::CCMASK_CMP_NE).addMBB(DoneMBB); in emitAtomicCmpSwapW()
5625 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
5647 MBB->addSuccessor(DoneMBB); in emitAtomicCmpSwapW()
[all …]