HomeSort by: relevance | last modified time | path
    Searched refs:IntRecTy (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Error.cpp 161 Condition->convertInitializerTo(IntRecTy::get()));
Record.cpp 51 IntRecTy IntRecTy::Shared;
107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const {
310 if (isa<IntRecTy>(Ty))
366 if (isa<IntRecTy>(Ty)) {
467 if (isa<IntRecTy>(Ty))
728 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())))
775 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())))
919 ->convertInitializerTo(IntRecTy::get()));
928 ->convertInitializerTo(IntRecTy::get()))
    [all...]
TGParser.cpp 818 case tgtok::Int: Lex.Lex(); return IntRecTy::get();
950 Type = IntRecTy::get();
963 Type = IntRecTy::get();
968 Type = IntRecTy::get();
1158 Type = IntRecTy::get();
1159 ArgType = IntRecTy::get();
1246 if (InitList.size() == 2 && !isa<IntRecTy>(ArgType)) {
1256 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) &&
1269 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) &&
1281 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy()))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
WebAssemblyDisassemblerEmitter.cpp 38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get()))
PseudoLoweringEmitter.cpp 112 auto *II = cast<IntInit>(BI->convertInitializerTo(IntRecTy::get()));
DFAEmitter.cpp 346 } else if (isa<IntRecTy>(SymbolV->getType())) {
SearchableTableEmitter.cpp 38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue();
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) {
CodeGenInstruction.cpp 636 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get()));
CodeGenDAGPatterns.cpp 2825 TheInit = TheInit->convertInitializerTo(IntRecTy::get());
2831 Init *II = BI->convertInitializerTo(IntRecTy::get());
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 142 class IntRecTy : public RecTy {
143 static IntRecTy Shared;
145 IntRecTy() : RecTy(IntRecTyKind) {}
152 static IntRecTy *get() { return &Shared; }
555 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {}
1045 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType),
1116 (isa<IntRecTy>(T->getType()) ||

Completed in 68 milliseconds