Home
last modified time | relevance | path

Searched refs:IntRecTy (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp51 IntRecTy IntRecTy::Shared;
107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
310 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
366 if (isa<IntRecTy>(Ty)) { in convertInitializerTo()
467 if (isa<IntRecTy>(Ty)) in convertInitializerTo()
919 ->convertInitializerTo(IntRecTy::get())); in interleaveIntList()
1116 dyn_cast_or_null<IntInit>(LHS->convertInitializerTo(IntRecTy::get())); in Fold()
1118 dyn_cast_or_null<IntInit>(RHS->convertInitializerTo(IntRecTy::get())); in Fold()
1349 LHS->convertInitializerTo(IntRecTy::get()))) { in Fold()
1431 lhs->convertInitializerTo(IntRecTy::get()))) { in resolveReferences()
[all …]
H A DTGParser.cpp950 Type = IntRecTy::get(); in ParseOperation()
963 Type = IntRecTy::get(); in ParseOperation()
968 Type = IntRecTy::get(); in ParseOperation()
1158 Type = IntRecTy::get(); in ParseOperation()
1159 ArgType = IntRecTy::get(); in ParseOperation()
1743 if (MHSt && !isa<IntRecTy>(MHSt->getType())) { in ParseOperationSubstr()
1755 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationSubstr()
1770 RecTy *Type = IntRecTy::get(); in ParseOperationFind()
1843 if (RHSt && !isa<IntRecTy>(RHSt->getType())) { in ParseOperationFind()
1911 : IntRecTy::get(); in ParseOperationForEachFilter()
[all …]
H A DError.cpp161 Condition->convertInitializerTo(IntRecTy::get())); in CheckAssert()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp38 reinterpret_cast<IntInit *>(Inst.convertInitializerTo(IntRecTy::get())) in emitWebAssemblyDisassemblerTables()
H A DPseudoLoweringEmitter.cpp112 auto *II = cast<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in addDagOperandMapping()
H A DDFAEmitter.cpp347 } else if (isa<IntRecTy>(SymbolV->getType())) { in Transition()
H A DSearchableTableEmitter.cpp38 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue(); in getAsInt()
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
H A DCodeGenInstruction.cpp636 dyn_cast_or_null<IntInit>(BI->convertInitializerTo(IntRecTy::get())); in tryAliasOpMatch()
H A DCodeGenDAGPatterns.cpp2825 TheInit = TheInit->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
2831 Init *II = BI->convertInitializerTo(IntRecTy::get()); in ParseTreePattern()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h142 class IntRecTy : public RecTy {
143 static IntRecTy Shared;
145 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy() function
152 static IntRecTy *get() { return &Shared; } in get()
555 : TypedInit(IK_IntInit, IntRecTy::get()), Value(V) {} in IntInit()
1045 : TypedInit(IK_IsAOpInit, IntRecTy::get()), CheckType(CheckType), in IsAOpInit()
1116 (isa<IntRecTy>(T->getType()) || in VarBitInit()