Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp933 LandBlk = FalseMBB; in ifPatternMatch()
934 FalseMBB = nullptr; in ifPatternMatch()
958 || (FalseMBB && FalseMBB->pred_size() > 1))) { in ifPatternMatch()
967 if (FalseMBB && FalseMBB->pred_size() > 1) { in ifPatternMatch()
968 FalseMBB = cloneBlockForPredecessor(FalseMBB, MBB); in ifPatternMatch()
1133 if (FalseMBB) { in showImproveSimpleJumpintoIf()
1135 << FalseMBB->size() << " numPred = " << FalseMBB->pred_size(); in showImproveSimpleJumpintoIf()
1165 && (!FalseMBB || FalseMBB->succ_size() <= 1)); in improveSimpleJumpintoIf()
1181 if (!MigrateFalse && FalseMBB && FalseMBB->pred_size() > 1) in improveSimpleJumpintoIf()
1380 if (FalseMBB) { in mergeIfthenelseBlock()
[all …]
H A DSIPreEmitPeephole.cpp42 MachineBasicBlock *&FalseMBB,
297 MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) { in getBlockDestinations() argument
298 if (TII->analyzeBranch(SrcMBB, TrueMBB, FalseMBB, Cond)) in getBlockDestinations()
301 if (!FalseMBB) in getBlockDestinations()
302 FalseMBB = SrcMBB.getNextNode(); in getBlockDestinations()
347 MachineBasicBlock *FalseMBB = nullptr; in removeExeczBranch() local
350 if (!getBlockDestinations(SrcMBB, TrueMBB, FalseMBB, Cond)) in removeExeczBranch()
355 mustRetainExeczBranch(*FalseMBB, *TrueMBB)) in removeExeczBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp688 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(BB); in convertCmovInstsToBranches() local
690 F->insert(It, FalseMBB); in convertCmovInstsToBranches()
696 FalseMBB->addLiveIn(X86::EFLAGS); in convertCmovInstsToBranches()
706 MBB->addSuccessor(FalseMBB); in convertCmovInstsToBranches()
713 FalseMBB->addSuccessor(SinkMBB); in convertCmovInstsToBranches()
719 MachineBasicBlock::iterator FalseInsertionPoint = FalseMBB->begin(); in convertCmovInstsToBranches()
803 FalseMBB->insert(FalseInsertionPoint, NewMI); in convertCmovInstsToBranches()
859 .addMBB(FalseMBB) in convertCmovInstsToBranches()
885 L->addBasicBlockToLoop(FalseMBB, MLI->getBase()); in convertCmovInstsToBranches()
H A DX86FastISel.cpp1639 MachineBasicBlock *FalseMBB = FuncInfo.MBBMap[BI->getSuccessor(1)]; in X86SelectBranch() local
1653 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch()
1672 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1685 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1714 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1740 std::swap(TrueMBB, FalseMBB); in X86SelectBranch()
1747 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1760 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
1784 finishCondBranch(BI->getParent(), TrueMBB, FalseMBB); in X86SelectBranch()
H A DX86ISelLowering.cpp34352 MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, in createPHIsForCMOVsInSinkBB() argument
34392 .addMBB(FalseMBB) in createPHIsForCMOVsInSinkBB()
34642 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local
34646 F->insert(It, FalseMBB); in EmitLoweredSelect()
34651 FalseMBB->setCallFrameSize(CallFrameSize); in EmitLoweredSelect()
34659 FalseMBB->addLiveIn(X86::EFLAGS); in EmitLoweredSelect()
34677 ThisMBB->addSuccessor(FalseMBB); in EmitLoweredSelect()
34681 FalseMBB->addSuccessor(SinkMBB); in EmitLoweredSelect()
34692 createPHIsForCMOVsInSinkBB(MIItBegin, MIItEnd, ThisMBB, FalseMBB, SinkMBB); in EmitLoweredSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp236 MachineBasicBlock *FalseMBB = nullptr; in canCoalesceBranch() local
238 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB, in canCoalesceBranch()
281 if (!Cand.BranchTargetBlock || FalseMBB || in canCoalesceBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp474 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(LLVMBB); in LowerFPToInt() local
478 F->insert(It, FalseMBB); in LowerFPToInt()
487 BB->addSuccessor(FalseMBB); in LowerFPToInt()
489 FalseMBB->addSuccessor(DoneMBB); in LowerFPToInt()
529 BuildMI(FalseMBB, DL, TII.get(LoweredOpcode), FalseReg).addReg(InReg); in LowerFPToInt()
530 BuildMI(FalseMBB, DL, TII.get(WebAssembly::BR)).addMBB(DoneMBB); in LowerFPToInt()
534 .addMBB(FalseMBB) in LowerFPToInt()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h452 MachineBasicBlock *FalseMBB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1662 MachineBasicBlock *FalseMBB) { in finishCondBranch() argument
1666 if (TrueMBB != FalseMBB) { in finishCondBranch()
1675 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8092 MachineBasicBlock *FalseMBB, in createPHIsForSelects() argument
8131 .addReg(FalseReg).addMBB(FalseMBB); in createPHIsForSelects()
8191 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitSelect() local
8196 FalseMBB->addLiveIn(SystemZ::CC); in emitSelect()
8207 MBB->addSuccessor(FalseMBB); in emitSelect()
8211 MBB = FalseMBB; in emitSelect()
8218 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect()
8284 MachineBasicBlock *FalseMBB = SystemZ::emitBlockAfter(StartMBB); in emitCondStore() local
8289 FalseMBB->addLiveIn(SystemZ::CC); in emitCondStore()
8300 MBB->addSuccessor(FalseMBB); in emitCondStore()
[all …]