Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp366 auto LoopMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp()
367 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicBinOp()
418 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp()
419 auto LoopIfBodyMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp()
420 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp()
421 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicMinMaxOp()
534 auto LoopHeadMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg()
535 auto LoopTailMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg()
536 auto DoneMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAtomicCmpXchg()
635 MachineBasicBlock *NewMBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandAuipcInstPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp101 if (const BasicBlock *PHeadBB = PHeadMBB->getBasicBlock()) in getStartLoc()
108 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
DBranchRelaxation.cpp214 MF->CreateMachineBasicBlock(BB.getBasicBlock()); in createNewBlockAfter()
232 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
DMachineLoopUtils.cpp39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
DMachineBasicBlock.cpp257 if (const BasicBlock *LBB = getBasicBlock()) in getName()
268 if (getBasicBlock()) in getFullName()
269 Name += getBasicBlock()->getName(); in getFullName()
305 if (const auto *BB = getBasicBlock()) { in print()
DMachineCSE.cpp821 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
DMachineFunction.cpp569 if (const BasicBlock *BB = Node->getBasicBlock()) in getNodeLabel()
685 const Instruction *FirstI = LandingPad->getBasicBlock()->getFirstNonPHI(); in addLandingPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp191 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP()
192 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP()
193 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP()
273 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128()
274 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128()
275 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandCMP_SWAP_128()
361 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop()
362 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp249 MachineBasicBlock *CaptureSpec = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
250 MachineBasicBlock *CallTarget = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp425 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability()
426 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability()
579 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase()
616 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.TrueBB->getBasicBlock()}, in emitSwitchCase()
626 addMachineCFGPred({SwitchBB->getBasicBlock(), CB.FalseBB->getBasicBlock()}, in emitSwitchCase()
667 addMachineCFGPred({SwitchMBB->getBasicBlock(), DefaultMBB->getBasicBlock()}, in lowerJumpTableWorkItem()
669 addMachineCFGPred({SwitchMBB->getBasicBlock(), DefaultMBB->getBasicBlock()}, in lowerJumpTableWorkItem()
688 addMachineCFGPred({SwitchMBB->getBasicBlock(), (*SI)->getBasicBlock()}, in lowerJumpTableWorkItem()
800 DefaultMBB->getBasicBlock()->getFirstNonPHIOrDbg()); in lowerSwitchWorkItem()
802 Fallthrough = CurMF->CreateMachineBasicBlock(CurMBB->getBasicBlock()); in lowerSwitchWorkItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp628 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details()
631 OS << (const void*)BBDN->getBasicBlock() << ">"; in print_details()
733 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false); in print_details()
DSelectionDAGBuilder.cpp1640 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1660 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
1661 DAG.getBasicBlock(SuccessorColorMBB)); in visitCatchRet()
1776 ? BPI->getEdgeProbability(FuncInfo.MBB->getBasicBlock(), UnwindDest) in visitCleanupRet()
2020 const BasicBlock *SrcBB = Src->getBasicBlock(); in getEdgeProbability()
2021 const BasicBlock *DstBB = Dst->getBasicBlock(); in getEdgeProbability()
2061 const BasicBlock *BB = CurBB->getBasicBlock(); in EmitBranchForMergedCondition()
2113 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions()
2139 BOp->getParent() != CurBB->getBasicBlock() || in FindMergedConditions()
2140 !InBlock(BOp->getOperand(0), CurBB->getBasicBlock()) || in FindMergedConditions()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.cpp78 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandExtendStackPseudo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp365 BasicBlock *LBB = LBA->getBasicBlock(); in cmpConstants()
366 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants()
387 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
DValueMapper.cpp61 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock()
501 BB = cast_or_null<BasicBlock>(mapValue(BA.getBasicBlock())); in mapBlockAddress()
504 return getVM()[&BA] = BlockAddress::get(F, BB ? BB : BA.getBasicBlock()); in mapBlockAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp161 if (const auto *BB = MBB->getBasicBlock()) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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()
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()
DMipsBranchExpansion.cpp268 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB()
403 const BasicBlock *BB = MBB->getBasicBlock(); in expandToLongBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAsmPrinter.cpp222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp638 BasicBlock *getBasicBlock(unsigned ID) const { in getBasicBlock() function in __anondfca2ef20411::BitcodeReader
2207 BasicBlock *BB = getBasicBlock(Record[0]); in parseValueSymbolTable()
4237 BasicBlock *TrueDest = getBasicBlock(Record[0]); in parseFunctionBody()
4246 BasicBlock *FalseDest = getBasicBlock(Record[1]); in parseFunctionBody()
4266 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody()
4283 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody()
4305 BasicBlock *BB = getBasicBlock(Record[Idx++]); in parseFunctionBody()
4313 UnwindDest = getBasicBlock(Record[Idx++]); in parseFunctionBody()
4372 BasicBlock *Default = getBasicBlock(Record[3]); in parseFunctionBody()
4413 BasicBlock *DestBB = getBasicBlock(Record[CurIdx++]); in parseFunctionBody()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZPostRewrite.cpp161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp945 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP()
946 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP()
947 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP()
1070 auto LoadCmpBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64()
1071 auto StoreBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64()
1072 auto DoneBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in ExpandCMP_SWAP_64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()

1234