Lines Matching refs:CodeGenInstruction
27 std::vector<const CodeGenInstruction *> EVEXInsts;
30 std::map<uint64_t, std::vector<const CodeGenInstruction *>> VEXInsts;
32 typedef std::pair<const CodeGenInstruction *, const CodeGenInstruction *> Entry;
105 const CodeGenInstruction *EVEXInst;
108 IsMatch(const CodeGenInstruction *EVEXInst) : EVEXInst(EVEXInst) {} in IsMatch()
110 bool operator()(const CodeGenInstruction *VEXInst) { in operator ()()
191 auto getPredicates = [&](const CodeGenInstruction *Inst) { in run()
205 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run()
208 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
229 for (const CodeGenInstruction *EVEXInst : EVEXInsts) { in run()
235 const CodeGenInstruction *VEXInst = nullptr; in run()