| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 349 auto LoopMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp() 350 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp() 401 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 402 auto LoopIfBodyMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 403 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 404 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 517 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg() 518 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg() 519 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 416 isValInBlock(NotCond, CurBB->getBasicBlock())) { in findMergedConditions() 448 !isValInBlock(BOpOp0, CurBB->getBasicBlock()) || in findMergedConditions() 666 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability() 667 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability() 821 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase() 872 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase() 881 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.FalseBB->getBasicBlock()}, in emitSwitchCase() 913 addMachineCFGPred({SwitchMBB->getBasicBlock(), DefaultMBB->getBasicBlock()}, in lowerJumpTableWorkItem() 915 addMachineCFGPred({SwitchMBB->getBasicBlock(), DefaultMBB->getBasicBlock()}, in lowerJumpTableWorkItem() 934 addMachineCFGPred({SwitchMBB->getBasicBlock(), (*SI)->getBasicBlock()}, in lowerJumpTableWorkItem() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLoopInfo.cpp | 104 if (const BasicBlock *PHeadBB = PHeadMBB->getBasicBlock()) in getStartLoc() 111 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
|
| H A D | BranchRelaxation.cpp | 209 MF->CreateMachineBasicBlock(BB.getBasicBlock()); in createNewBlockAfter() 227 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
|
| H A D | MachineLoopUtils.cpp | 39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
|
| H A D | MachineBasicBlock.cpp | 315 if (const BasicBlock *LBB = getBasicBlock()) in getName() 326 if (getBasicBlock()) in getFullName() 327 Name += getBasicBlock()->getName(); in getFullName() 484 if (const auto *bb = getBasicBlock()) { in printName() 989 MachineBasicBlock *SplitBB = MF->CreateMachineBasicBlock(getBasicBlock()); in splitAt()
|
| H A D | MachineCSE.cpp | 836 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IndirectThunks.cpp | 207 MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk() 209 MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
|
| H A D | X86ExpandPseudo.cpp | 94 const BasicBlock *BB = MBB->getBasicBlock(); in INITIALIZE_PASS() 647 const BasicBlock *LLVMBlk = EntryBlk->getBasicBlock(); in ExpandVastartSaveXmmRegs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 201 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 202 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 203 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 306 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 307 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 308 auto FailBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 309 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 645 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop() 646 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 663 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details() 666 OS << (const void*)BBDN->getBasicBlock() << ">"; in print_details() 799 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false); in print_details()
|
| H A D | SelectionDAGBuilder.cpp | 2101 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability() 2102 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability() 2142 const BasicBlock *BB = CurBB->getBasicBlock(); in EmitBranchForMergedCondition() 2194 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 2226 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions() 2227 !InBlock(BOpOp1, CurBB->getBasicBlock())) { in FindMergedConditions() 2523 DAG.getBasicBlock(CB.FalseBB)); in visitSwitchCase() 2585 DAG.getBasicBlock(JT.MBB)); in visitJumpTableHeader() 2796 DAG.getBasicBlock(B.Default)); in visitBitTestHeader() 2861 DAG.getBasicBlock(NextMBB)); in visitBitTestCase() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 372 BasicBlock *LBB = LBA->getBasicBlock(); in cmpConstants() 373 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants() 394 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
|
| H A D | ValueMapper.cpp | 63 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock() 535 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress() 538 return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock()); in mapBlockAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandAtomicPseudoInsts.cpp | 117 const BasicBlock *BB = MBB.getBasicBlock(); in expandAtomicRMW128() 216 const BasicBlock *BB = MBB.getBasicBlock(); in expandAtomicCmpSwap128()
|
| H A D | PPCExpandISEL.cpp | 336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 113 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwapSubword() 250 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwap() 420 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicBinOpSubword() 714 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicBinOp()
|
| H A D | Mips16ISelLowering.cpp | 518 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSel16() 581 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelT16() 647 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSeliT16()
|
| H A D | MipsBranchExpansion.cpp | 268 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB() 412 const BasicBlock *BB = MBB->getBasicBlock(); in expandToLongBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 608 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() function in __anonba06ddfc0411::BitcodeReader 2217 BasicBlock *BB = getBasicBlock(Record[0]); in parseValueSymbolTable() 4400 BasicBlock *TrueDest = getBasicBlock(Record[0]); in parseFunctionBody() 4429 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4446 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4468 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4476 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4535 BasicBlock *Default = getBasicBlock(Record[3]); in parseFunctionBody() 4591 BasicBlock *Default = getBasicBlock(Record[2]); in parseFunctionBody() 4752 Args.push_back(getBasicBlock(Record[OpNum])); in parseFunctionBody() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPostRewrite.cpp | 161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 344 if (const auto *BB = MBB->getBasicBlock()) in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 440 return Blocks[cast<BlockAddress>(L)->getBasicBlock()] in equivalentAsOperands() 441 == cast<BlockAddress>(R)->getBasicBlock(); in equivalentAsOperands()
|