Lines Matching defs:InstructionMemo
33 /// InstructionMemo - This class holds additional information about an
37 struct InstructionMemo {
44 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC,
51 // Make sure we do not copy InstructionMemo.
52 InstructionMemo(const InstructionMemo &Other) = delete;
53 InstructionMemo(InstructionMemo &&Other) = default;
387 typedef std::multimap<int, InstructionMemo> PredMap;
592 InstructionMemo Memo(Pattern.getDstPattern().getOperator()->getName(),
644 const InstructionMemo &Memo = PI->second;