/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/Target/Mips/ |
D | MipsExpandPseudo.cpp | 114 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword() 115 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword() 116 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword() 117 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword() 251 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap() 252 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap() 253 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwap() 421 MachineBasicBlock *loopMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicBinOpSubword() 422 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicBinOpSubword() 423 MachineBasicBlock *exitMBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicBinOpSubword() [all …]
|
D | Mips16ISelLowering.cpp | 529 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() 530 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() 592 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() 593 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() 658 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16() 659 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSeliT16()
|
D | MipsBranchExpansion.cpp | 268 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB() 405 MachineBasicBlock *LongBrMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() 411 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch()
|
D | MipsConstantIslandPass.cpp | 528 MachineBasicBlock *BB = MF->CreateMachineBasicBlock(); in doInitialPlacement() 855 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr() 1325 MachineBasicBlock *NewIsland = MF->CreateMachineBasicBlock(); in handleConstantPoolUser()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RetpolineThunks.cpp | 223 MachineBasicBlock *EntryMBB = MF.CreateMachineBasicBlock(Entry); in createThunkFunction() 249 MachineBasicBlock *CaptureSpec = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk() 250 MachineBasicBlock *CallTarget = MF.CreateMachineBasicBlock(Entry->getBasicBlock()); in populateThunk()
|
D | X86CmovConversion.cpp | 671 MachineBasicBlock *FalseMBB = F->CreateMachineBasicBlock(BB); in convertCmovInstsToBranches() 672 MachineBasicBlock *SinkMBB = F->CreateMachineBasicBlock(BB); in convertCmovInstsToBranches()
|
D | X86FrameLowering.cpp | 564 MachineBasicBlock *RoundMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline() 565 MachineBasicBlock *LoopMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline() 566 MachineBasicBlock *ContinueMBB = MF.CreateMachineBasicBlock(LLVM_BB); in emitStackProbeInline() 2325 MachineBasicBlock *allocMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2326 MachineBasicBlock *checkMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2655 MachineBasicBlock *stackCheckMBB = MF.CreateMachineBasicBlock(); in adjustForHiPEPrologue() 2656 MachineBasicBlock *incStackMBB = MF.CreateMachineBasicBlock(); in adjustForHiPEPrologue()
|
/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/VE/ |
D | VEInstrInfo.cpp | 79 MachineBasicBlock *syscallMBB = MF.CreateMachineBasicBlock(LLVM_BB); in expandExtendStackPseudo() 80 MachineBasicBlock *sinkMBB = MF.CreateMachineBasicBlock(LLVM_BB); in expandExtendStackPseudo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 343 ? MF->CreateMachineBasicBlock(LLVM_BB) in reorganizeBlockLayout() 366 FalseBlock = MF->CreateMachineBasicBlock(LLVM_BB); in reorganizeBlockLayout() 371 TrueBlock = MF->CreateMachineBasicBlock(LLVM_BB); in reorganizeBlockLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZPostRewrite.cpp | 177 MachineBasicBlock *RestMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove() 185 MachineBasicBlock *MoveMBB = MF.CreateMachineBasicBlock(BB); in expandCondMove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 298 auto *ThenMBB = MF.CreateMachineBasicBlock(); in addExceptionExtraction() 299 auto *ElseMBB = MF.CreateMachineBasicBlock(); in addExceptionExtraction()
|
D | WebAssemblyFixIrreducibleControlFlow.cpp | 350 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() 433 MachineBasicBlock *Routing = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop()
|
D | WebAssemblyCFGStackify.cpp | 84 AppendixBB = MF.CreateMachineBasicBlock(); in getAppendixBlock() 1033 auto *BrDest = MF.CreateMachineBasicBlock(); in fixUnwindMismatches() 1136 MachineBasicBlock *NestedEHPad = MF.CreateMachineBasicBlock(); in fixUnwindMismatches() 1146 MachineBasicBlock *NestedCont = MF.CreateMachineBasicBlock(); in fixUnwindMismatches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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 | SwitchLoweringUtils.cpp | 235 CurMF->CreateMachineBasicBlock(SI->getParent()); in buildJumpTable() 448 FuncInfo.MF->CreateMachineBasicBlock(SI->getParent()); in buildBitTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 310 MachineBasicBlock *SkipBB = MF->CreateMachineBasicBlock(); in insertSkipBlock() 515 EmptyMBBAtEnd = MF.CreateMachineBasicBlock(); in runOnMachineFunction()
|
/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()
|
D | MSP430ISelLowering.cpp | 1483 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr() 1484 MachineBasicBlock *RemBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr() 1587 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 1588 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 493 MachineBasicBlock *BB = MF->CreateMachineBasicBlock(); in doInitialConstPlacement() 596 MachineBasicBlock *JumpTableBB = MF->CreateMachineBasicBlock(); in doInitialJumpTablePlacement() 898 MF->CreateMachineBasicBlock(OrigBB->getBasicBlock()); in splitBlockBeforeInstr() 1468 MachineBasicBlock *NewIsland = MF->CreateMachineBasicBlock(); in handleConstantPoolUser() 2425 MF->CreateMachineBasicBlock(JTBB->getBasicBlock()); in adjustJTTargetBlockForward()
|
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()
|
D | ARMFrameLowering.cpp | 2288 MachineBasicBlock *PrevStackMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2289 MachineBasicBlock *PostStackMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2290 MachineBasicBlock *AllocMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2291 MachineBasicBlock *GetMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() 2292 MachineBasicBlock *McrMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 662 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() 663 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter()
|