Searched refs:TrueMBB (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 957 ((TrueMBB && TrueMBB->pred_size() > 1) in ifPatternMatch() 962 if (TrueMBB && TrueMBB->pred_size() > 1) { in ifPatternMatch() 963 TrueMBB = cloneBlockForPredecessor(TrueMBB, MBB); in ifPatternMatch() 1081 DownBlk = TrueMBB; in handleJumpintoIfImp() 1124 if (TrueMBB) { in showImproveSimpleJumpintoIf() 1126 << TrueMBB->size() << " numPred = " << TrueMBB->pred_size(); in showImproveSimpleJumpintoIf() 1164 assert((!TrueMBB || TrueMBB->succ_size() <= 1) in improveSimpleJumpintoIf() 1179 if (!MigrateTrue && TrueMBB && TrueMBB->pred_size() > 1) in improveSimpleJumpintoIf() 1345 assert (TrueMBB); in mergeIfthenelseBlock() 1371 if (TrueMBB) { in mergeIfthenelseBlock() [all …]
|
| H A D | SIPreEmitPeephole.cpp | 41 MachineBasicBlock *&TrueMBB, 296 MachineBasicBlock &SrcMBB, MachineBasicBlock *&TrueMBB, in getBlockDestinations() argument 298 if (TII->analyzeBranch(SrcMBB, TrueMBB, FalseMBB, Cond)) in getBlockDestinations() 346 MachineBasicBlock *TrueMBB = nullptr; in removeExeczBranch() local 350 if (!getBlockDestinations(SrcMBB, TrueMBB, FalseMBB, Cond)) in removeExeczBranch() 354 if ((SrcMBB.getNumber() >= TrueMBB->getNumber()) || in removeExeczBranch() 355 mustRetainExeczBranch(*FalseMBB, *TrueMBB)) in removeExeczBranch() 360 SrcMBB.removeSuccessor(TrueMBB); in removeExeczBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1671 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch() 1672 std::swap(TrueMBB, FalseMBB); in X86SelectBranch() 1685 std::swap(TrueMBB, FalseMBB); in X86SelectBranch() 1705 .addMBB(TrueMBB).addImm(CC); in X86SelectBranch() 1711 .addMBB(TrueMBB).addImm(X86::COND_P); in X86SelectBranch() 1739 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch() 1740 std::swap(TrueMBB, FalseMBB); in X86SelectBranch() 1745 .addMBB(TrueMBB).addImm(JmpCond); in X86SelectBranch() 1759 .addMBB(TrueMBB).addImm(CC); in X86SelectBranch() 1783 .addMBB(TrueMBB).addImm(X86::COND_NE); in X86SelectBranch() [all …]
|
| H A D | X86ISelLowering.cpp | 34352 MachineBasicBlock *TrueMBB, MachineBasicBlock *FalseMBB, in createPHIsForCMOVsInSinkBB() argument 34354 MachineFunction *MF = TrueMBB->getParent(); in createPHIsForCMOVsInSinkBB() 34394 .addMBB(TrueMBB); in createPHIsForCMOVsInSinkBB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1661 MachineBasicBlock *TrueMBB, in finishCondBranch() argument 1666 if (TrueMBB != FalseMBB) { in finishCondBranch() 1669 FuncInfo.BPI->getEdgeProbability(BranchBB, TrueMBB->getBasicBlock()); in finishCondBranch() 1670 FuncInfo.MBB->addSuccessor(TrueMBB, BranchProbability); in finishCondBranch() 1672 FuncInfo.MBB->addSuccessorWithoutProb(TrueMBB); in finishCondBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 473 MachineBasicBlock *TrueMBB = F->CreateMachineBasicBlock(LLVMBB); in LowerFPToInt() local 479 F->insert(It, TrueMBB); in LowerFPToInt() 486 BB->addSuccessor(TrueMBB); in LowerFPToInt() 488 TrueMBB->addSuccessor(DoneMBB); in LowerFPToInt() 528 BuildMI(BB, DL, TII.get(WebAssembly::BR_IF)).addMBB(TrueMBB).addReg(EqzReg); in LowerFPToInt() 531 BuildMI(TrueMBB, DL, TII.get(IConst), TrueReg).addImm(Substitute); in LowerFPToInt() 536 .addMBB(TrueMBB); in LowerFPToInt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 451 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8091 MachineBasicBlock *TrueMBB, in createPHIsForSelects() argument 8094 MachineFunction *MF = TrueMBB->getParent(); in createPHIsForSelects() 8130 .addReg(TrueReg).addMBB(TrueMBB) in createPHIsForSelects()
|