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

  /external/llvm/include/llvm/TableGen/
Record.h 29 // RecTy subclasses.
69 class RecTy {
72 RecTy() : ListTy(0) {}
73 virtual ~RecTy() {}
81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
114 public: // These methods should only be called by subclasses of RecTy.
127 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
135 class BitRecTy : public RecTy {
151 virtual Init *convertValue( UnOpInit *UI) { return RecTy::convertValue(UI);}
152 virtual Init *convertValue( BinOpInit *UI) { return RecTy::convertValue(UI);
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 28 class RecTy;
135 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0,
137 Init *ParseValue(Record *CurRec, RecTy *ItemType = 0,
139 std::vector<Init*> ParseValueList(Record *CurRec, Record *ArgsRec = 0, RecTy *EltTy = 0);
145 RecTy *ParseType();
147 RecTy *ParseOperatorType();
Record.cpp 84 void RecTy::dump() const { print(errs()); }
86 ListRecTy *RecTy::getListTy() {
393 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) {
407 RecTy *NewType1 = resolveTypes(SuperRecTy1, T2);
426 RecTy *NewType2 = resolveTypes(T1, SuperRecTy2);
588 RecTy *EltTy) {
599 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) {
620 RecTy *EltTy = ListType->getElementType()
    [all...]
TGParser.cpp 330 RecTy *Type = 0;
606 RecTy *TGParser::ParseType() {
640 RecTy *SubType = ParseType();
731 RecTy *Type = 0;
847 RecTy *Type = 0;
909 RecTy *Type = 0;
966 RecTy *MHSTy = 0;
967 RecTy *RHSTy = 0;
1038 RecTy *TGParser::ParseOperatorType() {
1039 RecTy *Type = 0
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 186 RecTy *RegisterRecTy = RecordRecTy::get(RegisterCl);
  /external/clang/lib/CodeGen/
CGCall.cpp 51 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
52 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
    [all...]

Completed in 182 milliseconds