Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp43 auto OutputVTName = OutputVT->getValueAsString("LLVMName"); in VTtoGetLLVMTyString() local
48 FloatTy = (OutputVTName == "bf16") ? "BFloatTy" : "HalfTy"; in VTtoGetLLVMTyString()
60 FloatTy = (OutputVTName == "ppcf128") ? "PPC_FP128Ty" : "FP128Ty"; in VTtoGetLLVMTyString()