Home
last modified time | relevance | path

Searched refs:FalseMBB (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp966 LandBlk = FalseMBB; in ifPatternMatch()
967 FalseMBB = nullptr; in ifPatternMatch()
991 || (FalseMBB && FalseMBB->pred_size() > 1))) { in ifPatternMatch()
1000 if (FalseMBB && FalseMBB->pred_size() > 1) { in ifPatternMatch()
1001 FalseMBB = cloneBlockForPredecessor(FalseMBB, MBB); in ifPatternMatch()
1166 if (FalseMBB) { in showImproveSimpleJumpintoIf()
1168 << FalseMBB->size() << " numPred = " << FalseMBB->pred_size(); in showImproveSimpleJumpintoIf()
1198 && (!FalseMBB || FalseMBB->succ_size() <= 1)); in improveSimpleJumpintoIf()
1214 if (!MigrateFalse && FalseMBB && FalseMBB->pred_size() > 1) in improveSimpleJumpintoIf()
1416 if (FalseMBB) { in mergeIfthenelseBlock()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp671 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(BB); in convertCmovInstsToBranches() local
673 F->insert(It, FalseMBB); in convertCmovInstsToBranches()
679 FalseMBB->addLiveIn(X86::EFLAGS); in convertCmovInstsToBranches()
689 MBB->addSuccessor(FalseMBB); in convertCmovInstsToBranches()
696 FalseMBB->addSuccessor(SinkMBB); in convertCmovInstsToBranches()
702 MachineBasicBlock::iterator FalseInsertionPoint = FalseMBB->begin(); in convertCmovInstsToBranches()
782 FalseMBB->insert(FalseInsertionPoint, NewMI); in convertCmovInstsToBranches()
839 .addMBB(FalseMBB) in convertCmovInstsToBranches()
H A DX86FastISel.cpp1641 MachineBasicBlock *FalseMBB = FuncInfo.MBBMap[BI->getSuccessor(1)]; in X86SelectBranch() local
1655 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true; in X86SelectBranch()
1674 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1687 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1718 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1744 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1751 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1766 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1791 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
H A DX86ISelLowering.cpp28212 MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, in createPHIsForCMOVsInSinkBB() argument
28251 .addMBB(FalseMBB) in createPHIsForCMOVsInSinkBB()
28506 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local
28510 F->insert(It, FalseMBB); in EmitLoweredSelect()
28518 FalseMBB->addLiveIn(X86::EFLAGS); in EmitLoweredSelect()
28529 ThisMBB->addSuccessor(FalseMBB); in EmitLoweredSelect()
28533 FalseMBB->addSuccessor(SinkMBB); in EmitLoweredSelect()
28545 createPHIsForCMOVsInSinkBB(MIItBegin, MIItEnd, ThisMBB, FalseMBB, SinkMBB); in EmitLoweredSelect()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp241 MachineBasicBlock *FalseMBB = nullptr; in canCoalesceBranch() local
243 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB, in canCoalesceBranch()
281 if (!Cand.BranchTargetBlock || FalseMBB || in canCoalesceBranch()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp330 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in LowerFPToInt() local
334 F->insert(It, FalseMBB); in LowerFPToInt()
344 BB->addSuccessor(FalseMBB); in LowerFPToInt()
346 FalseMBB->addSuccessor(DoneMBB); in LowerFPToInt()
386 BuildMI(FalseMBB, DL, TII.get(LoweredOpcode), FalseReg).addReg(InReg); in LowerFPToInt()
387 BuildMI(FalseMBB, DL, TII.get(WebAssembly::BR)).addMBB(DoneMBB); in LowerFPToInt()
391 .addMBB(FalseMBB) in LowerFPToInt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp444 MachineBasicBlock *FalseMBB = in translateSwitch() local
447 MF->insert(std::next(CurMBB.getIterator()), FalseMBB); in translateSwitch()
448 MIRBuilder.buildBr(*FalseMBB); in translateSwitch()
449 CurMBB.addSuccessor(FalseMBB); in translateSwitch()
451 MIRBuilder.setMBB(*FalseMBB); in translateSwitch()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h461 MachineBasicBlock *FalseMBB);
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6238 MachineBasicBlock *FalseMBB, in createPHIsForSelects() argument
6276 .addReg(FalseReg).addMBB(FalseMBB); in createPHIsForSelects()
6312 MachineBasicBlock *FalseMBB = emitBlockAfter(StartMBB); in emitSelect() local
6317 FalseMBB->addLiveIn(SystemZ::CC); in emitSelect()
6328 MBB->addSuccessor(FalseMBB); in emitSelect()
6332 MBB = FalseMBB; in emitSelect()
6342 createPHIsForSelects(MIItBegin, MIItEnd, StartMBB, FalseMBB, MBB); in emitSelect()
6404 MachineBasicBlock *FalseMBB = emitBlockAfter(StartMBB); in emitCondStore() local
6409 FalseMBB->addLiveIn(SystemZ::CC); in emitCondStore()
6420 MBB->addSuccessor(FalseMBB); in emitCondStore()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1696 MachineBasicBlock *FalseMBB) { in finishCondBranch() argument
1700 if (TrueMBB != FalseMBB) { in finishCondBranch()
1709 fastEmitBranch(FalseMBB, DbgLoc); in finishCondBranch()