/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 72 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 D | CodeGenPrepare.cpp | 1843 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 D | NaClBitcodeParser.cpp | 62 Parser->Record.Entry.Kind = NaClBitstreamEntry::EndBlock; in EndBlockInfoBlock() 134 case NaClBitstreamEntry::EndBlock: { in ParseBlockInternal()
|
H A D | NaClBitstreamReader.cpp | 407 case llvm::NaClBitstreamEntry::EndBlock:
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-scheduler.cc | 101 void InstructionScheduler::EndBlock(RpoNumber rpo) { in EndBlock() function in v8::internal::compiler::InstructionScheduler 107 sequence()->EndBlock(rpo); in EndBlock()
|
H A D | instruction-scheduler.h | 40 V8_EXPORT_PRIVATE void EndBlock(RpoNumber rpo);
|
H A D | mid-tier-register-allocator.cc | 1397 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 D | instruction-selector.h | 306 void EndBlock(RpoNumber rpo);
|
H A D | instruction-selector.cc | 143 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 D | instruction.cc | 896 void InstructionSequence::EndBlock(RpoNumber rpo) {
|
H A D | instruction.h | 1735 void EndBlock(RpoNumber rpo);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 322 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 D | constant-pool.h | 317 void EndBlock();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 193 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 D | MetadataLoader.cpp | 699 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 D | BitcodeAnalyzer.cpp | 799 case BitstreamEntry::EndBlock: { in parseBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.h | 149 // Needs all MIs to be grouped between BeginBlock and EndBlock. 153 MachineBasicBlock::iterator EndBlock); 210 MachineBasicBlock::iterator EndBlock);
|
H A D | SIMachineScheduler.cpp | 326 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 D | R600ISelLowering.cpp | 434 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 D | BitstreamReader.h | 309 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 D | NaClBitstreamReader.h | 301 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 D | BitstreamReader.cpp | 423 case llvm::BitstreamEntry::EndBlock: in ReadBlockInfoBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 181 case BitstreamEntry::EndBlock: in parseBlock()
|