| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1102 IntInit *LHSi = dyn_cast_or_null<IntInit>( in CompareInit() 1104 IntInit *RHSi = dyn_cast_or_null<IntInit>( in CompareInit() 1179 if (IntInit *Idx = dyn_cast<IntInit>(Key)) { in getDagArgNoByKey() 1256 IntInit *Size = dyn_cast<IntInit>(RHS); in Fold() 1396 IntInit *Idx = dyn_cast<IntInit>(RHS); in Fold() 1437 IntInit *LHSi = dyn_cast_or_null<IntInit>( in Fold() 1439 IntInit *RHSi = dyn_cast_or_null<IntInit>( in Fold() 1760 IntInit *MHSi = dyn_cast<IntInit>(MHS); in Fold() 1761 IntInit *RHSi = dyn_cast<IntInit>(RHS); in Fold() 1782 IntInit *RHSi = dyn_cast<IntInit>(RHS); in Fold() [all …]
|
| H A D | SetTheory.cpp | 89 IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1]); in apply() 184 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[3])) { in apply() 198 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[1])) in apply() 205 if (IntInit *II = dyn_cast<IntInit>(Expr->arg_begin()[2])) in apply()
|
| H A D | TGParser.cpp | 861 RHS = IntInit::get(Records, i); in ParseSliceElement() 975 IntInit *II = dyn_cast_or_null<IntInit>(CurVal); in ParseRangePiece() 995 IntInit *II_End = dyn_cast_or_null<IntInit>(I_End); in ParseRangePiece() 1826 LHS = IntInit::get(Records, 0); in ParseOperation() 1829 RHS = IntInit::get(Records, 1); in ParseOperation() 1833 LHS = IntInit::get(Records, 0); in ParseOperation() 1835 RHS = IntInit::get(Records, 1); in ParseOperation() 1850 RHS = IntInit::get(Records, 1); in ParseOperation() 2327 RHS = IntInit::get(Records, 0); in ParseOperationFind() 2625 R = IntInit::get(Records, 1); in ParseSimpleValue() [all …]
|
| H A D | Error.cpp | 160 auto *CondValue = dyn_cast_or_null<IntInit>(Condition->convertInitializerTo( in CheckAssert()
|
| H A D | JSONBackend.cpp | 56 } else if (auto *Int = dyn_cast<IntInit>(&I)) { in translateInit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | VarLenCodeEmitterGen.cpp | 171 if (!isa<StringInit>(OperandName) || !isa<IntInit>(NumBits)) in buildRec() 174 auto NumBitsVal = cast<IntInit>(NumBits)->getValue(); in buildRec() 191 if (!isa<StringInit>(OperandName) || !isa<IntInit>(HiBit) || in buildRec() 192 !isa<IntInit>(LoBit)) in buildRec() 195 auto HiBitVal = cast<IntInit>(HiBit)->getValue(), in buildRec() 196 LoBitVal = cast<IntInit>(LoBit)->getValue(); in buildRec() 475 LoBit = static_cast<unsigned>(cast<IntInit>(DV->getArg(2))->getValue()); in getInstructionCaseForEncoding()
|
| H A D | CodeGenInstAlias.cpp | 108 if (IntInit *II = dyn_cast<IntInit>(Arg)) { in tryAliasOpMatch() 126 IntInit *II = dyn_cast_or_null<IntInit>( in tryAliasOpMatch()
|
| H A D | PseudoLoweringEmitter.cpp | 107 } else if (IntInit *II = dyn_cast<IntInit>(Dag->getArg(i))) { in addDagOperandMapping() 113 cast<IntInit>(BI->convertInitializerTo(IntRecTy::get(Records))); in addDagOperandMapping()
|
| H A D | DAGISelMatcherGen.cpp | 207 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitLeafMatchCode() 341 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() 669 if (IntInit *II = dyn_cast<IntInit>(N->getLeafValue())) { in EmitResultLeafAsOperand()
|
| H A D | GlobalISelEmitter.cpp | 135 IntInit *IntVal = dyn_cast<IntInit>(Val); in explainPredicates() 569 IntInit *IntVal = dyn_cast<IntInit>(Val); in addBuiltinPredicates() 719 if (isa<IntInit>(SrcInit)) { in createAndImportSelDAGMatcher() 805 if (IntInit *SrcIntInit = dyn_cast<IntInit>(SrcInit)) { in createAndImportSelDAGMatcher() 1064 if (auto *ChildInt = dyn_cast<IntInit>(SrcChild->getLeafValue())) { in importChildMatcher() 1246 if (const IntInit *ChildIntInit = in importExplicitUseRenderer() 1247 dyn_cast<IntInit>(DstChild->getLeafValue())) { in importExplicitUseRenderer() 1741 if (const IntInit *DefaultIntOp = dyn_cast<IntInit>(DefaultOp)) { in importDefaultOperandRenderers()
|
| H A D | WebAssemblyDisassemblerEmitter.cpp | 42 cast<IntInit>(Inst.convertInitializerTo(IntRecTy::get(RK))) in emitWebAssemblyDisassemblerTables()
|
| H A D | CodeGenDAGPatterns.cpp | 1036 IntInit *IntVal = dyn_cast<IntInit>(Val); in getPredCode() 1434 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize() 1461 if (isa<IntInit>(Child->getLeafValue())) in getPatternSize() 2344 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue(); in getIntrinsicInfo() 2478 if (IntInit *II = dyn_cast<IntInit>(getLeafValue())) { in ApplyTypeConstraints() 2755 if (N->isLeaf() && isa<IntInit>(N->getLeafValue())) in OnlyOnRHSOfCommutative() 2890 if (isa<IntInit>(TheInit) || isa<BitInit>(TheInit)) { in ParseTreePattern() 2901 if (!II || !isa<IntInit>(II)) in ParseTreePattern() 3004 IntInit::get(RK, IID), 1)); in ParseTreePattern()
|
| H A D | CompressInstEmitter.cpp | 245 } else if (IntInit *II = dyn_cast<IntInit>(Dag->getArg(I - TiedCount))) { in addDagOperandMapping()
|
| H A D | IntrinsicEmitter.cpp | 259 TypeSig.push_back(cast<IntInit>(b)->getValue()); in ComputeFixedEncoding()
|
| H A D | SearchableTableEmitter.cpp | 35 return cast<IntInit>( in getAsInt()
|
| H A D | GlobalISelCombinerEmitter.cpp | 1633 if (const auto *IntImm = dyn_cast<IntInit>(OpInit)) { in parseInstructionPatternOperand() 1657 const auto *Val = dyn_cast<IntInit>(DagOp->getArg(0)); in parseInstructionPatternOperand()
|
| H A D | DecoderEmitter.cpp | 1889 Offset = cast<IntInit>(DI->getArg(2))->getValue(); in parseVarLenInstOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 631 class IntInit : public TypedInit { 634 explicit IntInit(RecordKeeper &RK, int64_t V) in IntInit() function 638 IntInit(const IntInit &) = delete; 639 IntInit &operator=(const IntInit &) = delete; 645 static IntInit *get(RecordKeeper &RK, int64_t V);
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1204 if (auto *II = dyn_cast<IntInit>(D->getArg(1))) { in getCodeForDag() 1288 if (auto *II = dyn_cast<IntInit>(Arg)) in getCodeForDagArg() 1453 } else if (auto *II = dyn_cast<IntInit>(CodeDag->getArg(i))) { in ACLEIntrinsic()
|
| H A D | NeonEmitter.cpp | 1608 int64_t VectorSize = cast<IntInit>(Expr->getArg(0))->getValue(); in emitDagShuffle()
|