Lines Matching defs:CK
319 ClassKind CK;
371 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter,
373 : R(R), Name(Name.str()), OutTS(OutTS), InTS(InTS), CK(CK), Body(Body),
475 return CK;
483 std::string getInstTypeCode(Type T, ClassKind CK) const;
496 std::string mangleName(std::string Name, ClassKind CK) const;
951 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const {
955 if (CK == ClassB && TargetGuard == "neon")
968 if (CK == ClassI) {
979 if (CK == ClassB && TargetGuard == "neon") {
1051 ClassKind LocalCK = CK;
1300 ClassKind LocalCK = CK;
1966 ClassKind CK = ClassNone;
1968 CK = ClassMap[R->getSuperClasses()[1].first];
1995 Entry.emplace_back(R, Name, Proto, I.first, I.second, CK, Body, *this,