Home
last modified time | relevance | path

Searched refs:CurrentBlock (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockIndexer.cpp21 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/node/deps/v8/src/compiler/
Draw-machine-assembler.cc537 schedule()->AddGoto(CurrentBlock(), Use(label)); in Goto()
548 schedule()->AddBranch(CurrentBlock(), branch, true_block, false_block); in Branch()
563 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception)); in Continuations()
589 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); in Switch()
596 schedule()->AddReturn(CurrentBlock(), ret); in Return()
603 schedule()->AddReturn(CurrentBlock(), ret); in Return()
610 schedule()->AddReturn(CurrentBlock(), ret); in Return()
617 schedule()->AddReturn(CurrentBlock(), ret); in Return()
627 schedule()->AddReturn(CurrentBlock(), ret); in Return()
650 schedule()->AddReturn(CurrentBlock(), ret); in PopAndReturn()
[all …]
Draw-machine-assembler.h1092 BasicBlock* CurrentBlock();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp553 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/
DGVN.cpp2314 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/
DBlockIndexer.h41 Block CurrentBlock{0, 0, nullptr, {}};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp131 VPTBlock *CurrentBlock = nullptr; member
494 CurrentBlock = &VPTBlocks.back(); in ValidateMVEInst()
523 CurrentBlock->addInst(MI, CurrentPredicate); in ValidateMVEInst()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2917 union gl_dlist_node *CurrentBlock; /**< Pointer to current block of nodes */ member
Ddlist.c1510 Node *last = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos - in dlist_alloc()
1519 Node *n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1531 ctx->ListState.CurrentBlock = newblock; in dlist_alloc()
1535 Node *n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
13507 ctx->ListState.CurrentBlock = ctx->ListState.CurrentList->Head; in _mesa_NewList()
13668 if ((list->CurrentList->Head == list->CurrentBlock) && in _mesa_EndList()
13695 list->CurrentBlock, in _mesa_EndList()
13700 free(list->CurrentBlock); in _mesa_EndList()
13720 ctx->ListState.CurrentBlock = NULL; in _mesa_EndList()
14462 ctx->ListState.CurrentBlock = NULL; in _mesa_init_display_list()