HomeSort by relevance Sort by last modified time
    Searched defs:BBS (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamRef.cpp 20 ArrayRefImpl(ArrayRef<uint8_t> Data, endianness Endian) : BBS(Data, Endian) {}
23 return BBS.getEndian();
27 return BBS.readBytes(Offset, Size, Buffer);
31 return BBS.readLongestContiguousChunk(Offset, Buffer);
33 uint32_t getLength() override { return BBS.getLength(); }
36 BinaryByteStream BBS;
42 : BBS(Data, Endian) {}
46 return BBS.getEndian();
50 return BBS.readBytes(Offset, Size, Buffer);
54 return BBS.readLongestContiguousChunk(Offset, Buffer)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WindowsResource.h 145 BinaryByteStream BBS;
COFF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
SafepointIRVerifier.cpp 476 /// Iterates over all BBs from BlockMap and recalculates AvailableIn/Out for
482 /// Though Contribution should belong to BBS it is passed separately with
487 const BasicBlockState *BBS,
496 /// Compute the AvailableOut set for BB, based on the BasicBlockState BBS,
501 static void transferBlock(const BasicBlock *BB, BasicBlockState &BBS,
532 BasicBlockState *BBS = new (BSAllocator.Allocate()) BasicBlockState;
534 transferInstruction(I, BBS->Cleared, BBS->Contribution);
535 BlockMap[&BB] = BBS;
539 // dominating BBs
    [all...]

Completed in 285 milliseconds