Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp483 std::string getInstTypeCode(Type T, ClassKind CK) const;
951 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { in getInstTypeCode() function in Intrinsic
1059 std::string typeCode = getInstTypeCode(BaseType, LocalCK); in mangleName()
1078 S += "_" + getInstTypeCode(InBaseType, LocalCK); in mangleName()