Home
last modified time | relevance | path

Searched refs:ResultInst (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.cpp610 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()
632 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()
637 if (ResultInst->Operands[i].MINumOperands == 1 && in CodeGenInstAlias()
638 ResultInst->Operands[i].getTiedRegister() != -1) { in CodeGenInstAlias()
641 int TiedOpNum = ResultInst->Operands[i].getTiedRegister(); in CodeGenInstAlias()
642 if (ResultInst->Operands[i].Rec->getName() == in CodeGenInstAlias()
643 ResultInst->Operands[TiedOpNum].Rec->getName()) in CodeGenInstAlias()
650 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()
651 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()
667 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
[all …]
DAsmMatcherEmitter.cpp510 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
1540 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()
1758 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local
1762 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) { in buildInstructionResultOperands()
1808 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands() local
1820 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()
1821 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
1856 if (ResultInst->Operands[i].Rec->getName() != in buildAliasResultOperands()
1857 ResultInst->Operands[TiedOp].Rec->getName()) { in buildAliasResultOperands()
DAsmWriterEmitter.cpp799 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString, in EmitPrintAliasInstruction()
825 for (auto &ResultInstOpnd : CGA.ResultInst->Operands) in EmitPrintAliasInstruction()
837 auto &Operands = CGA.ResultInst->Operands; in EmitPrintAliasInstruction()
DCodeGenInstruction.h315 CodeGenInstruction *ResultInst; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp592 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()
614 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()
619 if (ResultInst->Operands[i].MINumOperands == 1 && in CodeGenInstAlias()
620 ResultInst->Operands[i].getTiedRegister() != -1) in CodeGenInstAlias()
626 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()
627 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()
643 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
662 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
DAsmMatcherEmitter.cpp480 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
1511 if (!StringRef(Alias->ResultInst->TheDef->getName()) in buildInfo()
1718 const CodeGenInstruction *ResultInst = getResultInst(); in buildInstructionResultOperands() local
1722 for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) { in buildInstructionResultOperands()
1763 const CodeGenInstruction *ResultInst = getResultInst(); in buildAliasResultOperands() local
1769 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in buildAliasResultOperands()
1770 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in buildAliasResultOperands()
DCodeGenInstruction.h303 CodeGenInstruction *ResultInst; variable
DAsmWriterEmitter.cpp792 CountNumOperands(CGA.ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp490 ResultInst = &T.getInstruction(DI->getDef()); in CodeGenInstAlias()
512 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in CodeGenInstAlias()
515 if (ResultInst->Operands[i].getTiedRegister() != -1) in CodeGenInstAlias()
521 Record *InstOpRec = ResultInst->Operands[i].Rec; in CodeGenInstAlias()
522 unsigned NumSubOps = ResultInst->Operands[i].MINumOperands; in CodeGenInstAlias()
535 DagInit *MIOI = ResultInst->Operands[i].MIOperandInfo; in CodeGenInstAlias()
DAsmMatcherEmitter.cpp379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
1229 if (!StringRef(Alias->ResultInst->TheDef->getName()).startswith( in BuildInfo()
1380 Op.Class = getOperandClass(CGA.ResultInst->Operands[ResultIdx], in BuildAliasOperandReference()
1391 const CodeGenInstruction *ResultInst = getResultInst(); in BuildInstructionResultOperands() local
1395 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in BuildInstructionResultOperands()
1396 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; in BuildInstructionResultOperands()
1431 const CodeGenInstruction *ResultInst = getResultInst(); in BuildAliasResultOperands() local
1437 for (unsigned i = 0, e = ResultInst->Operands.size(); i != e; ++i) { in BuildAliasResultOperands()
1438 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; in BuildAliasResultOperands()
DCodeGenInstruction.h278 CodeGenInstruction *ResultInst; variable
DAsmWriterEmitter.cpp841 CountResultNumOperands(CGA->ResultInst->AsmString); in EmitPrintAliasInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td390 dag ResultInst = Result; // The instruction to generate.
759 dag ResultInst = Result; // The MCInst to generate.
/external/llvm/include/llvm/Target/
DTarget.td500 dag ResultInst = Result; // The instruction to generate.
1102 dag ResultInst = Result; // The MCInst to generate.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td590 dag ResultInst = Result; // The instruction to generate.
1332 dag ResultInst = Result; // The MCInst to generate.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DVOPCInstructions.td124 let ResultInst =
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1631 let ResultInst =