Home
last modified time | relevance | path

Searched refs:getCastTo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp55 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h359 virtual Init *getCastTo(RecTy *Ty) const = 0;
426 Init *getCastTo(RecTy *Ty) const override;
453 Init *getCastTo(RecTy *Ty) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp291 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
1643 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
2244 Value = V->getCastTo(getType()); in setValue()
2269 Value = V->getCastTo(getType()); in setValue()
H A DTGParser.cpp191 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
2205 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()
3746 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()