Searched refs:InstName (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 86 string InstName = ""; 199 let InstName = "vcge" in 202 let InstName = "vcgt" in 204 let InstName = "vacge" in { 208 let InstName = "vacgt" in { 308 let InstName = "vmov" in 314 let InstName = "vmov" in 324 let InstName = "vmov" in { 330 let InstName = "" in 341 let InstName = "vmov" in { [all …]
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 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() [all …]
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 292 const std::string &InstName = R->getValueAsString("Namespace") + "::" in run() local 299 CaseMap[Case].push_back(InstName); in run()
|
D | CodeGenSchedule.cpp | 541 std::string InstName = (*I)->TheDef->getName(); in collectSchedClasses() local 555 dbgs() << "Itinerary for " << InstName << ": " in collectSchedClasses() 560 dbgs() << "SchedRW machine model for " << InstName; in collectSchedClasses() 573 dbgs() << "InstRW on " << ProcModel.ModelName << " for " << InstName; in collectSchedClasses()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 599 multiclass avx512_mask_binop_int<string IntName, string InstName> { 603 (!cast<Instruction>(InstName##"Wrr") VK16:$src1, VK16:$src2)>; 643 multiclass avx512_mask_unpck_int<string IntName, string InstName> { 647 (!cast<Instruction>(InstName##"BWrr") VK8:$src1, VK8:$src2)>;
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 834 TemplateName InstName in RebuildDependentTemplateSpecializationType() local 837 if (InstName.isNull()) in RebuildDependentTemplateSpecializationType() 841 if (InstName.getAsDependentTemplateName()) in RebuildDependentTemplateSpecializationType() 850 getDerived().RebuildTemplateSpecializationType(InstName, NameLoc, Args); in RebuildDependentTemplateSpecializationType()
|