Lines Matching refs:CodeGenInstruction
30 std::vector<const CodeGenInstruction *> EVEXInsts;
33 std::map<uint64_t, std::vector<const CodeGenInstruction *>> VEXInsts;
35 typedef std::pair<const CodeGenInstruction *, const CodeGenInstruction *> Entry;
108 const CodeGenInstruction *EVEXInst;
111 IsMatch(const CodeGenInstruction *EVEXInst) : EVEXInst(EVEXInst) {} in IsMatch()
113 bool operator()(const CodeGenInstruction *VEXInst) { in operator ()()
166 auto getPredicates = [&](const CodeGenInstruction *Inst) { in run()
180 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run()
183 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
200 for (const CodeGenInstruction *EVEXInst : EVEXInsts) { in run()
206 const CodeGenInstruction *VEXInst = nullptr; in run()