Searched refs:InstName (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | arm_neon.td | 154 string InstName = ""; 280 let InstName = "vcge" in 283 let InstName = "vcgt" in 285 let InstName = "vacge" in { 289 let InstName = "vacgt" in { 389 let InstName = "vmov" in 395 let InstName = "vmov" in 405 let InstName = "vmov" in { 411 let InstName = "" in 422 let InstName = "vmov" in { [all …]
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CodeEmitterGen.cpp | 292 const std::string &InstName = R->getValueAsString("Namespace") + "::" in run() local 296 CaseMap[Case].push_back(InstName); in run()
|
| D | CodeGenSchedule.cpp | 543 std::string InstName = (*I)->TheDef->getName(); in collectSchedClasses() local 557 dbgs() << "Itinerary for " << InstName << ": " in collectSchedClasses() 562 dbgs() << "SchedRW machine model for " << InstName; in collectSchedClasses() 575 dbgs() << "InstRW on " << ProcModel.ModelName << " for " << InstName; in collectSchedClasses()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ |
| D | NeonEmitter.cpp | 974 const std::string &InstName, in PreprocessInstruction() argument 986 Prefix = InstName.size() == 0? Name.slice(0, PrefixEnd).str() : InstName; in PreprocessInstruction() 995 if (InstName.compare("vtbl") == 0 || in PreprocessInstruction() 996 InstName.compare("vtbx") == 0) { in PreprocessInstruction() 1272 const std::string &InstName, in GenerateChecksForIntrinsic() argument 1311 PreprocessInstruction(NameRef, InstName, Prefix, in GenerateChecksForIntrinsic() 3241 ClassKind ck, const std::string &InstName, in GenTest() argument 3262 GenerateChecksForIntrinsic(name, proto, outTypeStr, inTypeStr, ck, InstName, in GenTest() 3334 std::string InstName = R->getValueAsString("InstName"); in genTargetTest() local 3363 isShift, isHiddenLOp, ck, InstName, isA64, in genTargetTest() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | TreeTransform.h | 850 TemplateName InstName in RebuildDependentTemplateSpecializationType() local 853 if (InstName.isNull()) in RebuildDependentTemplateSpecializationType() 857 if (InstName.getAsDependentTemplateName()) in RebuildDependentTemplateSpecializationType() 866 getDerived().RebuildTemplateSpecializationType(InstName, NameLoc, Args); in RebuildDependentTemplateSpecializationType()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrAVX512.td | 938 multiclass avx512_mask_binop_int<string IntName, string InstName> { 942 (!cast<Instruction>(InstName##"Wrr") VK16:$src1, VK16:$src2)>; 982 multiclass avx512_mask_unpck_int<string IntName, string InstName> { 986 (!cast<Instruction>(InstName##"BWrr") VK8:$src1, VK8:$src2)>;
|