Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp480 std::string getInstTypeCode(Type T, ClassKind CK) const;
950 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { in getInstTypeCode() function in Intrinsic
1058 std::string typeCode = getInstTypeCode(BaseType, LocalCK); in mangleName()
1077 S += "_" + getInstTypeCode(InBaseType, LocalCK); in mangleName()