/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 412 isValInBlock(NotCond, CurBB->getBasicBlock())) { in findMergedConditions() 443 if (!BOpIsInOrAndTree || BOp->getParent() != CurBB->getBasicBlock() || in findMergedConditions() 444 !isValInBlock(BOpOp0, CurBB->getBasicBlock()) || in findMergedConditions() 445 !isValInBlock(BOpOp1, CurBB->getBasicBlock())) { in findMergedConditions() 454 MF->CreateMachineBasicBlock(CurBB->getBasicBlock()); in findMergedConditions() 662 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability() 663 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability() 817 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase() 868 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase() 877 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.FalseBB->getBasicBlock()}, in emitSwitchCase() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 | 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() 1015 MachineBasicBlock *SplitBB = MF->CreateMachineBasicBlock(getBasicBlock()); in splitAt()
|
H A D | MachineLoopUtils.cpp | 39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
|
H A D | MachineCSE.cpp | 836 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
|
/netbsd-src/external/apache2/llvm/dist/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() 644 const BasicBlock *LLVMBlk = EntryBlk->getBasicBlock(); in ExpandVastartSaveXmmRegs()
|
/netbsd-src/external/apache2/llvm/dist/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() 283 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 284 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 285 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128() 593 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop() 594 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 661 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details() 664 OS << (const void*)BBDN->getBasicBlock() << ">"; in print_details() 797 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false); in print_details()
|
H A D | SelectionDAGBuilder.cpp | 1694 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet() 1714 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet() 1715 DAG.getBasicBlock(SuccessorColorMBB)); in visitCatchRet() 1852 ? BPI->getEdgeProbability(FuncInfo.MBB->getBasicBlock(), UnwindDest) in visitCleanupRet() 2100 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability() 2101 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability() 2141 const BasicBlock *BB = CurBB->getBasicBlock(); in EmitBranchForMergedCondition() 2193 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions() 2224 if (!BOpIsInOrAndTree || BOp->getParent() != CurBB->getBasicBlock() || in FindMergedConditions() 2225 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiAsmPrinter.cpp | 222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 638 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() function in __anon8c0d27130411::BitcodeReader 2244 BasicBlock *BB = getBasicBlock(Record[0]); in parseValueSymbolTable() 4433 BasicBlock *TrueDest = getBasicBlock(Record[0]); in parseFunctionBody() 4442 BasicBlock *FalseDest = getBasicBlock(Record[1]); in parseFunctionBody() 4462 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4479 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4501 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4509 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody() 4568 BasicBlock *Default = getBasicBlock(Record[3]); in parseFunctionBody() 4609 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); in parseFunctionBody() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 407 return Blocks[cast<BlockAddress>(L)->getBasicBlock()] in equivalentAsOperands() 408 == cast<BlockAddress>(R)->getBasicBlock(); in equivalentAsOperands()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 344 if (const auto *BB = MBB->getBasicBlock()) in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZPostRewrite.cpp | 161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1115 ClearBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in CMSEClearFPRegsV8() 1116 DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in CMSEClearFPRegsV8() 1606 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 1607 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 1608 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP() 1731 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64() 1732 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64() 1733 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64()
|