Home
last modified time | relevance | path

Searched refs:TrueMBB (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp957 ((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 DSIPreEmitPeephole.cpp41 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 DX86FastISel.cpp1671 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 DX86ISelLowering.cpp34352 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 DFastISel.cpp1661 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 DWebAssemblyISelLowering.cpp473 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 DFastISel.h451 void finishCondBranch(const BasicBlock *BranchBB, MachineBasicBlock *TrueMBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8091 MachineBasicBlock *TrueMBB, in createPHIsForSelects() argument
8094 MachineFunction *MF = TrueMBB->getParent(); in createPHIsForSelects()
8130 .addReg(TrueReg).addMBB(TrueMBB) in createPHIsForSelects()