Searched refs:ResultInst (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 610 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 …]
|
D | AsmMatcherEmitter.cpp | 510 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()
|
D | AsmWriterEmitter.cpp | 799 CodeGenInstruction::FlattenAsmStringVariants(CGA.ResultInst->AsmString, in EmitPrintAliasInstruction() 825 for (auto &ResultInstOpnd : CGA.ResultInst->Operands) in EmitPrintAliasInstruction() 837 auto &Operands = CGA.ResultInst->Operands; in EmitPrintAliasInstruction()
|
D | CodeGenInstruction.h | 315 CodeGenInstruction *ResultInst; variable
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 592 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()
|
D | AsmMatcherEmitter.cpp | 480 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()
|
D | CodeGenInstruction.h | 303 CodeGenInstruction *ResultInst; variable
|
D | AsmWriterEmitter.cpp | 792 CountNumOperands(CGA.ResultInst->AsmString, Variant); in EmitPrintAliasInstruction()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 490 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()
|
D | AsmMatcherEmitter.cpp | 379 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()
|
D | CodeGenInstruction.h | 278 CodeGenInstruction *ResultInst; variable
|
D | AsmWriterEmitter.cpp | 841 CountResultNumOperands(CGA->ResultInst->AsmString); in EmitPrintAliasInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | Target.td | 390 dag ResultInst = Result; // The instruction to generate. 759 dag ResultInst = Result; // The MCInst to generate.
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 500 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/ |
D | Target.td | 590 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/ |
D | VOPCInstructions.td | 124 let ResultInst =
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 1631 let ResultInst =
|