Home
last modified time | relevance | path

Searched refs:IAP (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp898 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString, NumMIOps); in EmitPrintAliasInstruction() local
921 while (IAP.getCondCount() < MIOpNum) in EmitPrintAliasInstruction()
922 IAP.addCond("AliasPatternCond::K_Ignore, 0"); in EmitPrintAliasInstruction()
954 if (!IAP.isOpMapped(ROName)) { in EmitPrintAliasInstruction()
955 IAP.addOperand(ROName, MIOpNum, PrintMethodIdx); in EmitPrintAliasInstruction()
959 IAP.addCond(std::string( in EmitPrintAliasInstruction()
963 IAP.addCond(std::string(formatv( in EmitPrintAliasInstruction()
964 "AliasPatternCond::K_TiedReg, {0}", IAP.getOpIndex(ROName)))); in EmitPrintAliasInstruction()
969 IAP.addOperand(ROName, MIOpNum, PrintMethodIdx); in EmitPrintAliasInstruction()
981 IAP.addCond( in EmitPrintAliasInstruction()
[all …]
/src/sys/sys/
H A Dpmc.h145 __PMC_CLASS(IAP, 0x07, "Intel Core...Atom, programmable") \
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1867 const auto *IAP = S.Context.getAsIncompleteArrayType(P); in DeduceTemplateArgumentsByTypeMatch() local
1868 assert(IAP && "Template parameter not of incomplete array type"); in DeduceTemplateArgumentsByTypeMatch()
1871 S, TemplateParams, IAP->getElementType(), IAA->getElementType(), Info, in DeduceTemplateArgumentsByTypeMatch()