Searched refs:BitRecTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp84 BitRecTy BitRecTy::Shared;
103 Init *BitRecTy::convertValue(BitsInit *BI) {
108 Init *BitRecTy::convertValue(IntInit *II) {
115 Init *BitRecTy::convertValue(TypedInit *VI) {
117 if (isa<BitRecTy>(Ty) || isa<BitsRecTy>(Ty) || isa<IntRecTy>(Ty))
122 bool BitRecTy::baseClassOf(const RecTy *RHS) const{
191 if (Size == 1 && isa<BitRecTy>(VI->getType()))
735 if (getType() == BitRecTy::get())
1327 if (getType() == BitRecTy
[all...]
H A DTGParser.cpp682 case tgtok::Bit: Lex.Lex(); return BitRecTy::get();
936 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break;
1050 MHSTy = BitRecTy::get();
1057 RHSTy = BitRecTy::get();
1254 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get());
/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h32 class BitRecTy;
141 /// BitRecTy - 'bit' - Represent a single bit
143 class BitRecTy : public RecTy { class in namespace:llvm
144 static BitRecTy Shared;
145 BitRecTy() : RecTy(BitRecTyKind) {} function in class:llvm::BitRecTy
151 static BitRecTy *get() { return &Shared; }

Completed in 67 milliseconds