Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DWebAssemblyDisassemblerEmitter.cpp55 Def.getValue("StackBased")->getValue()->getCastTo(StringRecTy::get()); in emitWebAssemblyDisassemblerTables()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp294 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
876 getCastTo(IntRecTy::get()))->getAsString()); in interleaveIntList()
881 getCastTo(IntRecTy::get()))->getAsString()); in interleaveIntList()
1548 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
2143 Value = V->getCastTo(getType()); in setValue()
2168 Value = V->getCastTo(getType()); in setValue()
DTGParser.cpp190 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
2036 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h376 virtual Init *getCastTo(RecTy *Ty) const = 0;
443 Init *getCastTo(RecTy *Ty) const override;
470 Init *getCastTo(RecTy *Ty) const override;
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h357 virtual Init *getCastTo(RecTy *Ty) const = 0;
424 Init *getCastTo(RecTy *Ty) const override;
451 Init *getCastTo(RecTy *Ty) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp303 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
1468 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
2034 Value = V->getCastTo(getType()); in setValue()
DTGParser.cpp189 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
1964 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue()