| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandPseudoInsts.cpp | 289 auto LoopMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp() 290 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp() 341 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 342 auto LoopIfBodyMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 343 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 344 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp() 458 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg() 459 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg() 460 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineLoopInfo.cpp | 94 if (const BasicBlock *PHeadBB = PHeadMBB->getBasicBlock()) in getStartLoc() 101 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
|
| H A D | BranchRelaxation.cpp | 216 MF->CreateMachineBasicBlock(BB.getBasicBlock()); in createNewBlockAfter() 234 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
|
| H A D | MachineBasicBlock.cpp | 248 if (const BasicBlock *LBB = getBasicBlock()) in getName() 259 if (getBasicBlock()) in getFullName() 260 Name += getBasicBlock()->getName(); in getFullName() 296 if (const auto *BB = getBasicBlock()) { in print()
|
| H A D | MachineFunction.cpp | 520 if (const BasicBlock *BB = Node->getBasicBlock()) in getNodeLabel() 636 const Instruction *FirstI = LandingPad->getBasicBlock()->getFirstNonPHI(); in addLandingPad()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RetpolineThunks.cpp | 250 MachineBasicBlock *CaptureSpec = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk() 251 MachineBasicBlock *CallTarget = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
|
| H A D | X86ExpandPseudo.cpp | 76 const BasicBlock *BB = MBB->getBasicBlock(); in ExpandICallBranchFunnel()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 606 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 607 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 608 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP() 688 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 689 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 690 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 596 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details() 599 OS << (const void*)BBDN->getBasicBlock() << ">"; in print_details() 663 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false); in print_details()
|
| H A D | SelectionDAGBuilder.cpp | 1760 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability() 1761 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability() 1801 const BasicBlock *BB = CurBB->getBasicBlock(); in EmitBranchForMergedCondition() 1853 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 1879 BOp->getParent() != CurBB->getBasicBlock() || in FindMergedConditions() 2144 DAG.getBasicBlock(CB.FalseBB)); in visitSwitchCase() 2207 DAG.getBasicBlock(JT.MBB)); in visitJumpTableHeader() 2399 DAG.getBasicBlock(MBB)); in visitBitTestHeader() 2459 DAG.getBasicBlock(NextMBB)); in visitBitTestCase() 2533 DAG.getBasicBlock(Return))); in visitInvoke() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 114 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwapSubword() 251 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicCmpSwap() 388 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicBinOpSubword() 578 const BasicBlock *LLVM_BB = BB.getBasicBlock(); in expandAtomicBinOp()
|
| H A D | Mips16ISelLowering.cpp | 526 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSel16() 589 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSelT16() 655 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in emitSeliT16()
|
| H A D | MipsBranchExpansion.cpp | 269 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB() 404 const BasicBlock *BB = MBB->getBasicBlock(); in expandToLongBranch()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 353 BasicBlock *LBB = LBA->getBasicBlock(); in cmpConstants() 354 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants() 375 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
|
| H A D | ValueMapper.cpp | 62 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock() 502 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress() 505 return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock()); in mapBlockAddress()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZExpandPseudo.cpp | 69 const BasicBlock *BB = MBB.getBasicBlock(); in expandLOCRMux()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 175 if (const auto *BB = MBB->getBasicBlock()) in print()
|
| H A D | WebAssemblyISelLowering.cpp | 327 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in LowerFPToInt() 1020 Ops.push_back(DAG.getBasicBlock(MBB)); in LowerBR_JT() 1025 Ops.push_back(DAG.getBasicBlock(MBBs[0])); in LowerBR_JT()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 223 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 565 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() function in __anond7564fed0411::BitcodeReader 2035 BasicBlock *BB = getBasicBlock(Record[0]); in parseValueSymbolTable() 3928 BasicBlock *TrueDest = getBasicBlock(Record[0]); in parseFunctionBody() 3957 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 3974 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 3996 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4004 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4063 BasicBlock *Default = getBasicBlock(Record[3]); in parseFunctionBody() 4119 BasicBlock *Default = getBasicBlock(Record[2]); in parseFunctionBody() 4253 BasicBlock *BB = getBasicBlock(Record[2+i]); in parseFunctionBody() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 408 return Blocks[cast<BlockAddress>(L)->getBasicBlock()] in equivalentAsOperands() 409 == cast<BlockAddress>(R)->getBasicBlock(); in equivalentAsOperands()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 937 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 938 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 939 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 1062 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64() 1063 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64() 1064 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCExpandISEL.cpp | 337 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1467 ->BlockAddresses.erase(std::make_pair(getFunction(), getBasicBlock())); in destroyConstantImpl() 1468 getBasicBlock()->AdjustBlockAddressRefCount(-1); in destroyConstantImpl() 1475 BasicBlock *NewBB = getBasicBlock(); in handleOperandChangeImpl() 1491 getBasicBlock()->AdjustBlockAddressRefCount(-1); in handleOperandChangeImpl() 1496 getBasicBlock())); in handleOperandChangeImpl() 1500 getBasicBlock()->AdjustBlockAddressRefCount(1); in handleOperandChangeImpl()
|