Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DVTEmitter.cpp53 auto OutputVTName = OutputVT->getValueAsString("LLVMName"); in vTtoGetLlvmTyString() local
58 FloatTy = (OutputVTName == "bf16") ? "BFloatTy" : "HalfTy"; in vTtoGetLlvmTyString()
70 FloatTy = (OutputVTName == "ppcf128") ? "PPC_FP128Ty" : "FP128Ty"; in vTtoGetLlvmTyString()