Lines Matching refs:InstName
724 const std::string &InstName, in PreprocessInstruction() argument
736 Prefix = InstName.size() == 0? Name.slice(0, PrefixEnd).str() : InstName; in PreprocessInstruction()
745 if (InstName.compare("vtbl") == 0 || in PreprocessInstruction()
746 InstName.compare("vtbx") == 0) { in PreprocessInstruction()
1020 const std::string &InstName, in GenerateChecksForIntrinsic() argument
1059 PreprocessInstruction(NameRef, InstName, Prefix, in GenerateChecksForIntrinsic()
2414 ClassKind ck, const std::string &InstName, in GenTest() argument
2435 GenerateChecksForIntrinsic(name, proto, outTypeStr, inTypeStr, ck, InstName, in GenTest()
2507 std::string InstName = R->getValueAsString("InstName"); in genTargetTest() local
2536 isShift, isHiddenLOp, ck, InstName, isA64, in genTargetTest()
2546 isHiddenLOp, ck, InstName, isA64, testFuncProto); in genTargetTest()