| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVExpandPseudoInsts.cpp | 366 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/ |
| D | MachineLoopInfo.cpp | 101 if (const BasicBlock *PHeadBB = PHeadMBB->getBasicBlock()) in getStartLoc() 108 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc()
|
| D | BranchRelaxation.cpp | 214 MF->CreateMachineBasicBlock(BB.getBasicBlock()); in createNewBlockAfter() 232 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr()
|
| D | MachineLoopUtils.cpp | 39 MachineBasicBlock *NewBB = MF.CreateMachineBasicBlock(Loop->getBasicBlock()); in PeelSingleBlockLoop()
|
| D | MachineBasicBlock.cpp | 257 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()
|
| D | MachineCSE.cpp | 821 auto BB = MBB->getBasicBlock(), BB1 = MBB1->getBasicBlock(); in ProcessBlockPRE()
|
| D | MachineFunction.cpp | 569 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/ |
| D | AArch64ExpandPseudoInsts.cpp | 191 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/ |
| D | X86RetpolineThunks.cpp | 249 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/ |
| D | IRTranslator.cpp | 425 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/ |
| D | SelectionDAGDumper.cpp | 628 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()
|
| D | SelectionDAGBuilder.cpp | 1640 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/ |
| D | VEInstrInfo.cpp | 78 const BasicBlock *LLVM_BB = BB->getBasicBlock(); in expandExtendStackPseudo()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | FunctionComparator.cpp | 365 BasicBlock *LBB = LBA->getBasicBlock(); in cmpConstants() 366 BasicBlock *RBB = RBA->getBasicBlock(); in cmpConstants() 387 return cmpValues(LBA->getBasicBlock(), RBA->getBasicBlock()); in cmpConstants()
|
| D | ValueMapper.cpp | 61 : 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/ |
| D | WebAssemblyExceptionInfo.cpp | 161 if (const auto *BB = MBB->getBasicBlock()) in print()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| 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()
|
| 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()
|
| D | MipsBranchExpansion.cpp | 268 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/ |
| D | MSP430BranchSelector.cpp | 153 MF->CreateMachineBasicBlock(MBB->getBasicBlock()); in expandBranches()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiAsmPrinter.cpp | 222 if (const BasicBlock *B = Pred->getBasicBlock()) in isBlockOnlyReachableByFallthrough()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 638 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/ |
| D | SystemZPostRewrite.cpp | 161 const BasicBlock *BB = MBB.getBasicBlock(); in expandCondMove()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMExpandPseudoInsts.cpp | 945 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/ |
| D | PPCExpandISEL.cpp | 336 const BasicBlock *LLVM_BB = MBB->getBasicBlock(); in reorganizeBlockLayout()
|