HomeSort by relevance Sort by last modified time
    Searched refs:Block (Results 301 - 325 of 648) sorted by null

<<11121314151617181920>>

  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 120 Block<Dest,BlockRows,BlockCols>(dst,i*Br,j*Bc,Br,Bc) = m_A.coeff(i,j) * m_B;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 278 Block,
516 // These elements are referred to as blocks. The size of a block may vary
528 // This contains the block # of the block map.
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 22 // Free all the Abbrevs in the block scope.
27 /// the block, and return true if the block has an error.
29 // Save the current block's state on BlockScope.
30 BlockScope.push_back(Block(CurCodeSize));
33 // Add the abbrevs specific to this block to the CurAbbrevs list.
40 // Get the codesize of this block.
50 // Validate that this block is sane.
295 // If this is the second stream to get to the block info block, skip it
    [all...]
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 284 bool Block);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 169 Block block = e.begin_block(); local
191 block.end();
192 EmitUtils.wrap_throwable(block, INVOCATION_TARGET_EXCEPTION);
  /external/v8/src/ast/
ast-literal-reindexer.cc 47 Visit(node->block());
120 void AstLiteralReindexer::VisitBlock(Block* node) {
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 77 void ALAA::VisitBlock(Block* stmt) { VisitStatements(stmt->statements()); }
81 Visit(expr->block());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 181 ;; Section 8.2.12.3 Define Constant Block -dcb
  /external/clang/lib/AST/
CommentSema.cpp 437 VerbatimBlockComment *Block,
441 Block->setCloseName(CloseName, CloseNameLocBegin);
442 Block->setLines(Lines);
    [all...]
CommentParser.cpp 339 // Block command ahead. We can't nest block commands, so pretend that this
369 // If there's a block command ahead, we will attach an empty paragraph to
385 BlockContentComment *Block = parseParagraphOrBlockCommand();
386 // Since we have checked for a block command, we should have parsed a
388 Paragraph = cast<ParagraphComment>(Block);
562 break; // Block content or EOF ahead, finish this parapgaph.
577 break; // Block command ahead, finish this parapgaph.
694 // Unterminated \\verbatim block
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 142 public Block begin_block() {
143 return new Block(this);
146 public void catch_exception(Block block, Type exception) {
147 if (block.getEnd() == null) {
148 throw new IllegalStateException("end of block is unset");
150 mv.visitTryCatchBlock(block.getStart(),
151 block.getEnd(),
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 168 static bool hasRecursiveCallInPath(const FunctionDecl *FD, CFGBlock &Block) {
169 // Process all the Stmt's in this block to find any calls to FD.
170 for (const auto &B : Block) {
206 // Returns true if there exists a path to the exit block and every path
207 // to the exit block passes through a call to FD.
212 // Mark all nodes as FoundNoPath, then set the status of the entry block.
216 // Make the processing stack and seed it with the entry block.
232 // Only change state if the block has a recursive call.
267 // If the exit block is unreachable, skip processing the function.
324 // Now we know what is live, we check the live precessors of the exit block
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 210 /// basic block.
213 /// of this basic block.
216 /// block. This means that subtracting basic block offsets always gives a
220 /// block may not actually be aligned.
223 /// Size - Size of the basic block in bytes. If the block contains
227 /// beginning of the block, or from an aligned jump table at the end.
244 /// (i.e. blocks that don't fall through to the following block, due
257 /// highest basic block where a new CPEntry can be placed. To ensure thi
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 438 // an exiting block *and* have a canonical induction variable.
446 // successor is `LatchExit', the exit block of the loop.
528 // A utility function that does a `replaceUsesOfWith' on the incoming block
529 // set of a `PHINode' -- replaces instances of `Block' in the `PHINode's
530 // incoming block list with `ReplaceBy'.
531 static void replacePHIBlock(PHINode *PN, BasicBlock *Block,
556 // .PseudoExit is a basic block that unconditionally branches to
559 // .ExitSelector is a basic block that decides, on exit from the loop,
580 // `ContinuationBlockAndPreheader' was the continuation block for some call to
630 void LoopConstrainer::replacePHIBlock(PHINode *PN, BasicBlock *Block,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 111 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
112 JumpDest(llvm::BasicBlock *Block,
115 : Block(Block), ScopeDepth(Depth), Index(Index) {}
117 bool isValid() const { return Block != nullptr; }
118 llvm::BasicBlock *getBlock() const { return Block; }
128 llvm::BasicBlock *Block;
162 /// ReturnBlock - Unified return block.
169 /// AllocaInsertPoint - This is an instruction in the entry block before which
274 /// Whether we processed a Microsoft-style asm block during CodeGen. These ca
740 llvm::BasicBlock *block = OutermostConditional->getStartingBlock(); local
    [all...]
CodeGenModule.h 464 } Block;
753 /// Fetches the global unique block count.
754 int getUniqueBlockCount() { return ++Block.GlobalUniqueCount; }
756 /// Fetches the type of a generic block descriptor.
759 /// The type of a generic block literal.
762 /// Gets the address of a block which requires no captures.
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 81 template<typename XprType, int BlockRows=Dynamic, int BlockCols=Dynamic, bool InnerPanel = false> class Block;
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 112 cmsUInt8Number* Block;
    [all...]
  /external/v8/test/mjsunit/harmony/
async-function-debug-scopes.js 349 CheckScopeChain([debug.ScopeType.Block,
429 "(AsyncFunctionExpression) Catch block 1",
441 "(AsyncFunctionExpression) Catch block 1 --- resume normal",
446 CheckScopeChain([debug.ScopeType.Block,
458 "(AsyncFunctionExpression) Catch block 1 --- resume throw",
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 558 void Block() {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 118 * Amazon Elastic Block Store (EBS)
  /external/clang/include/clang/AST/
DeclBase.h 739 /// \brief If this decl is defined inside a function/method/block it returns
920 /// \brief Determine whether this is a block-scope declaration with linkage.
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 1 //===- BlockFrequencyImplInfo.cpp - Block Frequency Info Implementation ---===//
22 #define DEBUG_TYPE "block-freq"
357 // Block scale stores the inverse of the scale. If this is an infinite loop,
558 Scaled64 Block(Freq.getFrequency(), 0);
561 return OS << Block / Entry;
619 // Map from nodes in the SCC to whether it's an entry block.
632 // This is an entry block.
642 // Every block is a header.
738 // Since the loop has more than one header block, the mass flowing back into
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 335 if (auto *Block = dyn_cast<DILexicalBlockBase>(this))
336 return Block->getScope()->getSubprogram();
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 150 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
151 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
288 /// Basic block to populate
624 // Create a legal entry block.
695 // Generate lots of random instructions inside a single basic block.
697 // Break the basic block into many loops.

Completed in 4932 milliseconds

<<11121314151617181920>>