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

/external/clang/utils/TableGen/
H A DNeonEmitter.cpp426 std::string getInstTypeCode(Type T, ClassKind CK);
939 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) { function in class:Intrinsic
1047 std::string typeCode = getInstTypeCode(BaseType, LocalCK);
1065 S += "_" + getInstTypeCode(InBaseType, LocalCK);

Completed in 230 milliseconds