Searched refs:BitRecTy (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 84 BitRecTy BitRecTy::Shared; 103 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() 241 if (isa<BitRecTy>(Ty)) in convertInitializerTo() 289 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 417 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 618 if (getType() == BitRecTy::get()) in getBit() 1178 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 1180 if (isa<BitRecTy>(getType())) in convertInitializerTo() 1192 TOI->getMHS()->convertInitializerTo(BitRecTy::get()) && in convertInitializerTo() 1193 TOI->getRHS()->convertInitializerTo(BitRecTy::get())) in convertInitializerTo() [all …]
|
D | TGParser.cpp | 664 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); in ParseType() 895 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break; in ParseOperation() 1028 MHSTy = BitRecTy::get(); in ParseOperation() 1035 RHSTy = BitRecTy::get(); in ParseOperation() 1291 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get()); in ParseSimpleValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 53 BitRecTy BitRecTy::Shared; 76 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() 319 if (isa<BitRecTy>(Ty)) in convertInitializerTo() 366 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 482 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 681 if (getType() == BitRecTy::get()) in getBit() 1445 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo() 1525 if (getType() == BitRecTy::get()) in getBit() 1590 if (getType() == BitRecTy::get()) in getBit() 1755 if (getType() == BitRecTy::get()) in getBit()
|
D | TGParser.cpp | 804 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); in ParseType() 1140 Type = BitRecTy::get(); in ParseOperation() 1147 Type = BitRecTy::get(); in ParseOperation() 1510 MHSTy = BitRecTy::get(); in ParseOperation() 1517 RHSTy = BitRecTy::get(); in ParseOperation() 1772 VTy = BitRecTy::get(); in ParseOperationCond() 1964 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue() 2942 ListInit *EmptyList = ListInit::get({}, BitRecTy::get()); in ParseIf() 2943 ListInit *SingletonList = ListInit::get({BitInit::get(1)}, BitRecTy::get()); in ParseIf() 2944 RecTy *BitListTy = ListRecTy::get(BitRecTy::get()); in ParseIf()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 50 BitRecTy BitRecTy::Shared; 72 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() 310 if (isa<BitRecTy>(Ty)) in convertInitializerTo() 357 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 473 if (isa<BitRecTy>(Ty)) { in convertInitializerTo() 653 if (getType() == BitRecTy::get()) in getBit() 1525 if (isa<BitRecTy>(getType()) && isa<BitsRecTy>(Ty) && in convertInitializerTo() 1605 if (getType() == BitRecTy::get()) in getBit() 1670 if (getType() == BitRecTy::get()) in getBit() 1833 if (getType() == BitRecTy::get()) in getBit()
|
D | TGParser.cpp | 804 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); in ParseType() 1155 Type = BitRecTy::get(); in ParseOperation() 1458 MHSTy = BitRecTy::get(); in ParseOperation() 1465 RHSTy = BitRecTy::get(); in ParseOperation() 1838 VTy = BitRecTy::get(); in ParseOperationCond() 2036 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue() 3002 ListInit *EmptyList = ListInit::get({}, BitRecTy::get()); in ParseIf() 3003 ListInit *SingletonList = ListInit::get({BitInit::get(1)}, BitRecTy::get()); in ParseIf() 3004 RecTy *BitListTy = ListRecTy::get(BitRecTy::get()); in ParseIf()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 100 class BitRecTy : public RecTy { 101 static BitRecTy Shared; 103 BitRecTy() : RecTy(BitRecTyKind) {} in BitRecTy() function 110 static BitRecTy *get() { return &Shared; } in get() 486 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Value(V) {} in BitInit() 1110 : TypedInit(IK_VarBitInit, BitRecTy::get()), TI(T), Bit(B) { in VarBitInit()
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 101 class BitRecTy : public RecTy { 102 static BitRecTy Shared; 104 BitRecTy() : RecTy(BitRecTyKind) {} in BitRecTy() function 111 static BitRecTy *get() { return &Shared; } in get() 471 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Value(V) {} in BitInit() 1081 : TypedInit(IK_VarBitInit, BitRecTy::get()), TI(T), Bit(B) { in VarBitInit()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 84 class BitRecTy : public RecTy { 85 static BitRecTy Shared; 86 BitRecTy() : RecTy(BitRecTyKind) {} in BitRecTy() function 93 static BitRecTy *get() { return &Shared; } in get()
|
/external/llvm-project/llvm/docs/TableGen/ |
D | BackGuide.rst | 182 ``BitRecTy``,
|