reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 return To::classof(&Val); 106 return isa_impl<To, From>::doit(*Val); 122 return isa_impl_wrap<To, SimpleFrom, 132 return isa_impl_cl<To,FromTy>::doit(Val); 142 return isa_impl_wrap<X, const Y,include/llvm/TableGen/Record.h
101 static BitRecTy Shared; 110 static BitRecTy *get() { return &Shared; } 486 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Value(V) {} 1110 : TypedInit(IK_VarBitInit, BitRecTy::get()), TI(T), Bit(B) {lib/TableGen/Record.cpp
53 BitRecTy BitRecTy::Shared; 319 if (isa<BitRecTy>(Ty)) 366 if (isa<BitRecTy>(Ty)) { 482 if (isa<BitRecTy>(Ty)) { 681 if (getType() == BitRecTy::get()) 1409 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && 1489 if (getType() == BitRecTy::get()) 1554 if (getType() == BitRecTy::get()) 1719 if (getType() == BitRecTy::get())lib/TableGen/TGParser.cpp
802 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); 1106 Type = BitRecTy::get(); 1113 Type = BitRecTy::get(); 1465 MHSTy = BitRecTy::get(); 1472 RHSTy = BitRecTy::get(); 1727 VTy = BitRecTy::get(); 1919 Init *Bit = Vals[i]->getCastTo(BitRecTy::get());