Home
last modified time | relevance | path

Searched refs:EndBlock (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp72 BasicBlock *EndBlock; member in __anon24006::MemCmpExpansion
202 // 2. An EndBlock, split from original instruction point, which is the block to
254 EndBlock->getParent(), EndBlock); in createLoadCmpBlocks()
261 EndBlock->getParent(), EndBlock); in createResultBlock()
301 // Early exit branch if difference found to EndBlock. Otherwise, continue to in emitLoadCompareByteBlock()
306 BranchInst::Create(EndBlock, LoadCmpBlocks[BlockIndex + 1], Cmp); in emitLoadCompareByteBlock()
309 // The last block has an unconditional branch to EndBlock. in emitLoadCompareByteBlock()
310 BranchInst *CmpBr = BranchInst::Create(EndBlock); in emitLoadCompareByteBlock()
[all...]
H A DCodeGenPrepare.cpp1843 BasicBlock *EndBlock = CallBlock->splitBasicBlock(SplitPt, "cond.end"); in despeculateCountZeros() local
1854 Builder.CreateCondBr(Cmp, EndBlock, CallBlock); in despeculateCountZeros()
1859 Builder.SetInsertPoint(&EndBlock->front()); in despeculateCountZeros()
6124 BasicBlock *EndBlock = StartBlock->splitBasicBlock(SplitPt, "select.end"); in optimizeSelectInst() local
6125 BFI->setBlockFreq(EndBlock, BFI->getBlockFreq(StartBlock).getFrequency()); in optimizeSelectInst()
6143 EndBlock->getParent(), EndBlock); in optimizeSelectInst()
6144 TrueBranch = BranchInst::Create(EndBlock, TrueBlock); in optimizeSelectInst()
6153 EndBlock->getParent(), EndBlock); in optimizeSelectInst()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeParser.cpp62 Parser->Record.Entry.Kind = NaClBitstreamEntry::EndBlock; in EndBlockInfoBlock()
134 case NaClBitstreamEntry::EndBlock: { in ParseBlockInternal()
H A DNaClBitstreamReader.cpp407 case llvm::NaClBitstreamEntry::EndBlock:
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc101 void InstructionScheduler::EndBlock(RpoNumber rpo) { in EndBlock() function in v8::internal::compiler::InstructionScheduler
107 sequence()->EndBlock(rpo); in EndBlock()
H A Dinstruction-scheduler.h40 V8_EXPORT_PRIVATE void EndBlock(RpoNumber rpo);
H A Dmid-tier-register-allocator.cc1397 void EndBlock(const InstructionBlock* block);
1714 void SinglePassRegisterAllocator::EndBlock(const InstructionBlock* block) { in EndBlock() function in v8::internal::compiler::SinglePassRegisterAllocator
3153 general_reg_allocator_.EndBlock(block); in AllocateRegisters()
3154 double_reg_allocator_.EndBlock(block); in AllocateRegisters()
H A Dinstruction-selector.h306 void EndBlock(RpoNumber rpo);
H A Dinstruction-selector.cc143 EndBlock(RpoNumber::FromInt(block->rpo_number())); in SelectInstructions()
160 void InstructionSelector::EndBlock(RpoNumber rpo) { in EndBlock() function in v8::internal::compiler::InstructionSelector
163 scheduler_->EndBlock(rpo); in EndBlock()
165 sequence()->EndBlock(rpo); in EndBlock()
H A Dinstruction.cc896 void InstructionSequence::EndBlock(RpoNumber rpo) {
H A Dinstruction.h1735 void EndBlock(RpoNumber rpo);
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc322 void ConstantPool::EndBlock() { in EndBlock() function in v8::internal::ConstantPool
452 ConstantPool::BlockScope::~BlockScope() { pool_->EndBlock(); } in ~BlockScope()
571 void ConstantPool::EndBlock() { in EndBlock() function in v8::internal::ConstantPool
701 ConstantPool::BlockScope::~BlockScope() { pool_->EndBlock(); } in ~BlockScope()
H A Dconstant-pool.h317 void EndBlock();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp193 case BitstreamEntry::EndBlock: in readIdentificationBlock()
237 case BitstreamEntry::EndBlock: in readIdentificationCode()
275 case BitstreamEntry::EndBlock: in hasObjCCategoryInModule()
318 case BitstreamEntry::EndBlock: in hasObjCCategory()
358 case BitstreamEntry::EndBlock: in readModuleTriple()
396 case BitstreamEntry::EndBlock: in readTriple()
1371 case BitstreamEntry::EndBlock: in parseAttributeBlock()
1584 case BitstreamEntry::EndBlock: in parseAttributeGroupBlock()
1699 case BitstreamEntry::EndBlock: in parseTypeTableBody()
1942 case BitstreamEntry::EndBlock in parseOperandBundleTags()
[all...]
H A DMetadataLoader.cpp699 case BitstreamEntry::EndBlock: { in lazyLoadModuleMetadataBlock()
952 case BitstreamEntry::EndBlock: in parseMetadata()
1995 case BitstreamEntry::EndBlock: in parseMetadataAttachment()
2099 case BitstreamEntry::EndBlock: in parseMetadataKinds()
H A DBitcodeAnalyzer.cpp799 case BitstreamEntry::EndBlock: { in parseBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h149 // Needs all MIs to be grouped between BeginBlock and EndBlock.
153 MachineBasicBlock::iterator EndBlock);
210 MachineBasicBlock::iterator EndBlock);
H A DSIMachineScheduler.cpp326 MachineBasicBlock::iterator EndBlock) { in initRegPressure()
381 LIS->getInstructionIndex(*EndBlock).getRegSlot(), MRI, in initRegPressure()
399 MachineBasicBlock::iterator EndBlock) { in schedule()
404 initRegPressure(BeginBlock, EndBlock); in schedule()
325 initRegPressure(MachineBasicBlock::iterator BeginBlock, MachineBasicBlock::iterator EndBlock) initRegPressure() argument
398 schedule(MachineBasicBlock::iterator BeginBlock, MachineBasicBlock::iterator EndBlock) schedule() argument
H A DR600ISelLowering.cpp434 EndBlock = BB->end(); NextExportInst != EndBlock; in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h309 EndBlock, // We've reached the end of the current block, (or the end of the enumerator
310 // file, which is treated like a series of EndBlock records.
322 BitstreamEntry E; E.Kind = EndBlock; return E; in getEndBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h301 EndBlock, // We've reached the end of the current block, (or the end of the enumerator
302 // file, which is treated like a series of EndBlock records.
316 E.Kind = EndBlock; in getEndBlock()
365 /// Called just before an EndBlock record is processed by
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp423 case llvm::BitstreamEntry::EndBlock: in ReadBlockInfoBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp181 case BitstreamEntry::EndBlock: in parseBlock()

Completed in 53 milliseconds