Home
last modified time | relevance | path

Searched refs:InstructionMemo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp37 struct InstructionMemo { struct
44 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC, in InstructionMemo() function
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(), in collectPatterns()
644 const InstructionMemo &Memo = PI->second; in emitInstructionCode()