Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp50 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h376 virtual Init *getCastTo(RecTy *Ty) const = 0;
443 Init *getCastTo(RecTy *Ty) const override;
470 Init *getCastTo(RecTy *Ty) const override;
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp296 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
1383 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
1811 Value = V->getCastTo(getType()); in setValue()
H A DTGParser.cpp190 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
1771 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()