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.cpp477 auto ComplexTT = ComplexType.split(":"); in parsePrototypeDescriptor() local
478 if (ComplexTT.first == "Log2EEW") { in parsePrototypeDescriptor()
480 if (ComplexTT.second.getAsInteger(10, Log2EEW)) { in parsePrototypeDescriptor()
501 } else if (ComplexTT.first == "FixedSEW") { in parsePrototypeDescriptor()
503 if (ComplexTT.second.getAsInteger(10, NewSEW)) { in parsePrototypeDescriptor()
524 } else if (ComplexTT.first == "LFixedLog2LMUL") { in parsePrototypeDescriptor()
526 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()
556 } else if (ComplexTT.first == "SFixedLog2LMUL") { in parsePrototypeDescriptor()
558 if (ComplexTT.second.getAsInteger(10, Log2LMUL)) { in parsePrototypeDescriptor()
589 } else if (ComplexTT.first == "SEFixedLog2LMUL") { in parsePrototypeDescriptor()
[all …]