Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp474 auto ComplexTT = ComplexType.split(":"); in parsePrototypeDescriptor() local
475 if (ComplexTT.first == "Log2EEW") { in parsePrototypeDescriptor()
477 if (ComplexTT.second.getAsInteger(10, Log2EEW)) { in parsePrototypeDescriptor()
498 } else if (ComplexTT.first == "FixedSEW") { in parsePrototypeDescriptor()
500 if (ComplexTT.second.getAsInteger(10, NewSEW)) { in parsePrototypeDescriptor()
521 } else if (ComplexTT.first == "LFixedLog2LMUL") { in parsePrototypeDescriptor()
523 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()
553 } else if (ComplexTT.first == "SFixedLog2LMUL") { in parsePrototypeDescriptor()
555 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()
586 } else if (ComplexTT.first == "SEFixedLog2LMUL") { in parsePrototypeDescriptor()
[all …]