HomeSort by relevance Sort by last modified time
    Searched refs:EndBlock (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 93 llvm::BasicBlock *EndBlock = CGF.createBasicBlock("setup.end");
110 CGF.Builder.CreateCondBr(CSZero, NextBlock, EndBlock);
118 CGF.EmitBranch(EndBlock);
120 CGF.EmitBlock(EndBlock);
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 402 MemoryRangeHeader *EndBlock =
404 EndBlock->ThisAllocated = 1;
405 EndBlock->PrevAllocated = 0;
406 EndBlock->BlockSize = sizeof(MemoryRangeHeader);
413 NewBlock->BlockSize = (uintptr_t)EndBlock - (uintptr_t)NewBlock;
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 133 /// EndBlock - We've reached the end of the current block, (or the end of the
134 /// file, which is treated like a series of EndBlock records.
141 EndBlock,
152 BitstreamEntry E; E.Kind = EndBlock; return E;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 470 case BitstreamEntry::EndBlock:
526 case BitstreamEntry::EndBlock:
609 case BitstreamEntry::EndBlock:
825 case BitstreamEntry::EndBlock:
881 case BitstreamEntry::EndBlock:
    [all...]
BitstreamReader.cpp 321 case llvm::BitstreamEntry::EndBlock:
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 148 case llvm::BitstreamEntry::EndBlock:
609 case llvm::BitstreamEntry::EndBlock:
ASTReader.cpp 832 case llvm::BitstreamEntry::EndBlock:
    [all...]
ASTReaderStmt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 775 case BitstreamEntry::EndBlock:
840 case BitstreamEntry::EndBlock:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 495 case BitstreamEntry::EndBlock:
559 case BitstreamEntry::EndBlock:
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 378 case BitstreamEntry::EndBlock: {
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 261 EndBlock = BB->end(); NextExportInst != EndBlock;
    [all...]
  /external/v8/src/
parser.cc 836 if (InBlock()) EndBlock();
846 EndBlock();
920 void EndBlock() {
    [all...]

Completed in 614 milliseconds