Home
last modified time | relevance | path

Searched refs:getBasicBlock (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp349 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 DIRTranslator.cpp416 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 DMachineLoopInfo.cpp104 if (const BasicBlock *PHeadBB = PHeadMBB->getBasicBlock()) in getStartLoc()
111 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
H A DBranchRelaxation.cpp209 MF->CreateMachineBasicBlock(BB.getBasicBlock()); in createNewBlockAfter()
227 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
H A DMachineLoopUtils.cpp39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
H A DMachineBasicBlock.cpp315 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 DMachineCSE.cpp836 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp207 MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
209 MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
H A DX86ExpandPseudo.cpp94 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 DAArch64ExpandPseudoInsts.cpp201 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 DSelectionDAGDumper.cpp663 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 DSelectionDAGBuilder.cpp2101 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 DFunctionComparator.cpp372 BasicBlock *LBB = LBA->getBasicBlock(); in cmpConstants()
373 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()
394 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
H A DValueMapper.cpp63 : 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 DPPCExpandAtomicPseudoInsts.cpp117 const BasicBlock *BB = MBB.getBasicBlock(); in expandAtomicRMW128()
216 const BasicBlock *BB = MBB.getBasicBlock(); in expandAtomicCmpSwap128()
H A DPPCExpandISEL.cpp336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp113 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 DMips16ISelLowering.cpp518 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 DMipsBranchExpansion.cpp268 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 DLanaiAsmPrinter.cpp222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp608 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 DSystemZPostRewrite.cpp161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp344 if (const auto *BB = MBB->getBasicBlock()) in print()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp440 return Blocks[cast<BlockAddress>(L)->getBasicBlock()] in equivalentAsOperands()
441 == cast<BlockAddress>(R)->getBasicBlock(); in equivalentAsOperands()

1234