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

  /external/v8/src/asmjs/
asm-types.cc 27 switch (avt->Bitset()) {
49 return avt->Bitset() == tavt->Bitset();
62 return (avt->Bitset() & tavt->Bitset()) == tavt->Bitset();
80 switch (value->Bitset()) {
103 switch (value->Bitset()) {
125 switch (value->Bitset()) {
asm-types.h 89 bitset_t Bitset() const {
  /external/v8/src/compiler/
types.h 97 // Values for bitset types
214 // Bitset types (internal).
218 typedef uint32_t bitset; // Internal typedef in class:v8::internal::compiler::BitsetType
227 static bitset SignedSmall();
228 static bitset UnsignedSmall();
230 bitset Bitset() {
231 return static_cast<bitset>(reinterpret_cast<uintptr_t>(this) ^ 1u);
234 static bool IsInhabited(bitset bits) { return bits != kNone; }
236 static bool Is(bitset bits1, bitset bits2)
353 BitsetType::bitset bitset = BitsetType::Lub(*value); local
514 typedef BitsetType::bitset bitset; \/\/ Internal typedef in class:v8::internal::compiler::BitsetType::Type
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 130 void printRegisterSet(Ostream &Str, const SmallBitVector &Bitset,
135 for (RegNumT RegNum : RegNumBVIter(Bitset)) {
    [all...]
  /external/v8/src/ast/
ast-types.h 145 // Note that the bitset representation is closed under both Union and Intersect.
148 // Values for bitset types
280 // Bitset types (internal).
284 typedef uint32_t bitset; // Internal typedef in class:v8::internal::AstBitsetType
293 static bitset SignedSmall();
294 static bitset UnsignedSmall();
296 bitset Bitset() {
297 return static_cast<bitset>(reinterpret_cast<uintptr_t>(this) ^ 1u);
300 static bool IsInhabited(bitset bits)
435 AstBitsetType::bitset bitset = AstBitsetType::Lub(*value); local
694 typedef AstBitsetType::bitset bitset; \/\/ Internal typedef in class:v8::internal::AstBitsetType::AstType
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 274 milliseconds