Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp412 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 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 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()
1015 MachineBasicBlock *SplitBB = MF->CreateMachineBasicBlock(getBasicBlock()); in splitAt()
H A DMachineLoopUtils.cpp39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
H A DMachineCSE.cpp836 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
/netbsd-src/external/apache2/llvm/dist/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()
644 const BasicBlock *LLVMBlk = EntryBlk->getBasicBlock(); in ExpandVastartSaveXmmRegs()
/netbsd-src/external/apache2/llvm/dist/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()
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 DSelectionDAGDumper.cpp661 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 DSelectionDAGBuilder.cpp1694 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 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp638 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 DDifferenceEngine.cpp407 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 DWebAssemblyExceptionInfo.cpp344 if (const auto *BB = MBB->getBasicBlock()) in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1115 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()

1234