Searched refs:CurrentBlock (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | BlockIndexer.cpp | 21 CurrentBlock.Records.push_back(&R); in visit() 22 CurrentBlock.WallclockTime = &R; in visit() 27 CurrentBlock.Records.push_back(&R); in visit() 32 CurrentBlock.Records.push_back(&R); in visit() 37 CurrentBlock.Records.push_back(&R); in visit() 42 CurrentBlock.Records.push_back(&R); in visit() 47 CurrentBlock.Records.push_back(&R); in visit() 52 CurrentBlock.Records.push_back(&R); in visit() 57 CurrentBlock.ProcessID = R.pid(); in visit() 58 CurrentBlock.Records.push_back(&R); in visit() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 553 BasicBlock *CurrentBlock = CatchSwitch->getParent(); in splitBeforeCatchSwitch() local 554 BasicBlock *NewBlock = CurrentBlock->splitBasicBlock(CatchSwitch); in splitBeforeCatchSwitch() 555 CurrentBlock->getTerminator()->eraseFromParent(); in splitBeforeCatchSwitch() 558 CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock); in splitBeforeCatchSwitch() 560 CleanupReturnInst::Create(CleanupPad, NewBlock, CurrentBlock); in splitBeforeCatchSwitch() 597 BasicBlock *CurrentBlock = nullptr; in insertSpills() local 657 CurrentBlock = nullptr; in insertSpills() 723 if (CurrentBlock != E.userBlock()) { in insertSpills() 724 CurrentBlock = E.userBlock(); in insertSpills() 725 CurrentReload = CreateReload(&*CurrentBlock->getFirstInsertionPt()); in insertSpills() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2314 BasicBlock *CurrentBlock = CurInst->getParent(); in performScalarPRE() local 2318 assignBlockRPONumber(*CurrentBlock->getParent()); in performScalarPRE() 2321 for (BasicBlock *P : predecessors(CurrentBlock)) { in performScalarPRE() 2331 assert(BlockRPONumber.count(P) && BlockRPONumber.count(CurrentBlock) && in performScalarPRE() 2333 if (BlockRPONumber[P] >= BlockRPONumber[CurrentBlock] && in performScalarPRE() 2336 return Inst->getParent() == CurrentBlock; in performScalarPRE() 2343 uint32_t TValNo = VN.phiTranslate(P, CurrentBlock, ValNo, *this); in performScalarPRE() 2391 unsigned SuccNum = GetSuccessorNumber(PREPred, CurrentBlock); in performScalarPRE() 2398 if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) { in performScalarPRE() 2415 CurInst->getName() + ".pre-phi", &CurrentBlock->front()); in performScalarPRE() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | BlockIndexer.h | 41 Block CurrentBlock{0, 0, nullptr, {}};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 131 VPTBlock *CurrentBlock = nullptr; member 494 CurrentBlock = &VPTBlocks.back(); in ValidateMVEInst() 523 CurrentBlock->addInst(MI, CurrentPredicate); in ValidateMVEInst()
|
/third_party/mesa3d/src/mesa/main/ |
D | dlist.c | 1585 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc() 1597 ctx->ListState.CurrentBlock = newblock; in dlist_alloc() 1610 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc() 13590 ctx->ListState.CurrentBlock = ctx->ListState.CurrentList->Head; in _mesa_NewList() 13747 if ((list->CurrentList->Head == list->CurrentBlock) && in _mesa_EndList() 13774 list->CurrentBlock, in _mesa_EndList() 13787 free(list->CurrentBlock); in _mesa_EndList() 13809 ctx->ListState.CurrentBlock = NULL; in _mesa_EndList() 15152 ctx->ListState.CurrentBlock = NULL; in _mesa_init_display_list()
|
D | mtypes.h | 4726 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member
|