Lines Matching refs:CodeGenInstruction
1548 const CodeGenInstruction *I;
1550 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues;
1557 for (const CodeGenInstruction *I : Target.getInstructionsByEnumValue()) in initOpcodeValuesMap()
1561 InstructionOpcodeMatcher(unsigned InsnVarID, const CodeGenInstruction *I) in InstructionOpcodeMatcher()
1620 DenseMap<const CodeGenInstruction *, unsigned>
2508 const CodeGenInstruction *I;
2534 BuildMIAction(unsigned InsnID, const CodeGenInstruction *I) in BuildMIAction()
2538 const CodeGenInstruction *getCGI() const { return I; } in getCGI()
2998 const CodeGenInstruction *getEquivNode(Record &Equiv,
3121 const CodeGenInstruction *
3158 const CodeGenInstruction *SrcGIOrNull = nullptr; in createAndImportSelDAGMatcher()
3686 CodeGenInstruction *DstI = &Target.getInstruction(DstOp); in createInstructionRenderer()
3703 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); in importExplicitDefRenderers()
3713 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); in importExplicitUseRenderers()
3714 CodeGenInstruction *OrigDstI = &Target.getInstruction(Dst->getOperator()); in importExplicitUseRenderers()