Home
last modified time | relevance | path

Searched defs:BitVector (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.h22 class BitVector; variable
/external/clang/include/clang/Analysis/Analyses/
DReachableCode.h24 class BitVector; variable
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DBitVector.h38 friend class BitVector; variable
73 BitVector() : Size(0), Capacity(0) { in BitVector() function
88 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
/external/v8/src/
Dbit-vector.h58 friend class BitVector; variable
65 BitVector(int length, Zone* zone) in BitVector() function
73 BitVector(const BitVector& other, Zone* zone) in BitVector() function
/external/llvm/include/llvm/ADT/
DBitVector.h43 friend class BitVector; variable
78 BitVector() : Size(0), Capacity(0) { in BitVector() function
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
105 BitVector(BitVector &&RHS) in BitVector() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h44 friend class BitVector; variable
78 BitVector() : Size(0), Capacity(0) { in BitVector() function
93 BitVector(const BitVector &RHS) : Size(RHS.size()) { in BitVector() function
105 BitVector(BitVector &&RHS) in BitVector() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.h36 class BitVector; variable
/external/llvm/lib/CodeGen/
DSpillPlacement.h38 class BitVector; variable
/external/v8/src/compiler/
Dstate-values-utils.h16 class BitVector; variable
Dast-graph-builder.h18 class BitVector; variable
/external/v8/src/wasm/
Dfunction-body-decoder.h21 class BitVector; // forward declaration variable
/external/llvm/docs/
DProgrammersManual.rst1704 .. _dss_bitvector:
1706 BitVector argument
1718 SmallBitVector
1721 The SmallBitVector container provides the same interface as BitVector, but it is argument
1732 SparseBitVector
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h22 class BitVector; variable
DTargetRegisterInfo.h30 class BitVector; variable
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h39 class BitVector; variable
DMachineFrameInfo.h31 class BitVector; variable
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp34 typedef unsigned char BitVector; // Where the limitation N <= 8 comes from. typedef in llvm::Graph::NodeSubset
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSCCIteratorTest.cpp34 typedef unsigned char BitVector; // Where the limitation N <= 8 comes from. typedef in llvm::Graph::NodeSubset
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-original.cc172 class BitVector { class
Dmethods-expected.cc168 class BitVector { class
/external/v8/src/crankshaft/
Dlithium-allocator.h23 class BitVector; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h140 typedef BV BitVector; typedef
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h30 class BitVector; variable
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h816 using BitVector = BitVectorTmpl<CfgLocalAllocator>; variable
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h28 class BitVector; variable

12