HomeSort by relevance Sort by last modified time
    Searched refs:CGA (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 789 const CodeGenInstAlias &CGA = Alias.first;
790 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
792 CountNumOperands(CGA.ResultInst->AsmString, Variant);
795 if (NumResultOps < CountNumOperands(CGA.AsmString, Variant))
798 IAPrinter IAP(CGA.Result->getAsString(), CGA.AsmString);
805 CGA.TheDef->getValueAsListOfDefs("Predicates");
813 for (auto &Operand : CGA.ResultOperands)
826 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
856 Record *R = CGA.ResultOperands[i].getRecord()
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 796 const CodeGenInstAlias &CGA = Alias.first;
797 unsigned LastOpNo = CGA.ResultInstOperandIndex.size();
799 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString,
804 CodeGenInstruction::FlattenAsmStringVariants(CGA.AsmString,
811 IAPrinter IAP(CGA.Result->getAsString(), FlatAliasAsmString);
818 CGA.TheDef->getValueAsListOfDefs("Predicates");
825 for (auto &ResultInstOpnd : CGA.ResultInst->Operands)
837 auto &Operands = CGA.ResultInst->Operands;
851 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
880 Record *R = CGA.ResultOperands[i].getRecord()
    [all...]
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 838 const CodeGenInstAlias *CGA = *II;
839 unsigned LastOpNo = CGA->ResultInstOperandIndex.size();
841 CountResultNumOperands(CGA->ResultInst->AsmString);
844 if (NumResultOps < CountNumOperands(CGA->AsmString))
847 IAPrinter *IAP = new IAPrinter(CGA->Result->getAsString(),
848 CGA->AsmString);
858 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
876 CGA->ResultOperands[i].getRecord()->getName() +
899 llvm::utostr(CGA->ResultOperands[i].getImm());
905 "::" + CGA->ResultOperands[i].getRegister()->getName()
    [all...]
AsmMatcherEmitter.cpp     [all...]

Completed in 239 milliseconds